From 89b7abc54d1becf1a284e61a346115da8d7a09f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=9F=E8=B4=A4?= Date: Wed, 6 Sep 2023 16:37:39 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20chore(release):=20Publish?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - @ant-design/pro-card@2.5.15 - @ant-design/pro-components@2.6.17 - @ant-design/pro-descriptions@2.5.3 - @ant-design/pro-field@2.12.4 - @ant-design/pro-form@2.18.5 - @ant-design/pro-layout@7.16.12 - @ant-design/pro-list@2.5.17 - @ant-design/pro-provider@2.12.3 - @ant-design/pro-table@3.12.2 - @ant-design/pro-utils@2.14.3 --- packages/card/CHANGELOG.md | 11 ++++++++++- packages/card/package.json | 6 +++--- packages/components/CHANGELOG.md | 14 +++++++++++++- packages/components/package.json | 20 ++++++++++---------- packages/descriptions/CHANGELOG.md | 14 +++++++++++++- packages/descriptions/package.json | 8 ++++---- packages/field/CHANGELOG.md | 15 ++++++++++++++- packages/field/package.json | 6 +++--- packages/form/CHANGELOG.md | 17 ++++++++++++++++- packages/form/package.json | 8 ++++---- packages/layout/CHANGELOG.md | 16 +++++++++++++++- packages/layout/package.json | 6 +++--- packages/list/CHANGELOG.md | 14 +++++++++++++- packages/list/package.json | 10 +++++----- packages/provider/CHANGELOG.md | 11 ++++++++++- packages/provider/package.json | 2 +- packages/table/CHANGELOG.md | 15 ++++++++++++++- packages/table/package.json | 12 ++++++------ packages/utils/CHANGELOG.md | 14 +++++++++++++- packages/utils/package.json | 4 ++-- 20 files changed, 172 insertions(+), 51 deletions(-) diff --git a/packages/card/CHANGELOG.md b/packages/card/CHANGELOG.md index 91510325ec1d..7079a2907d66 100644 --- a/packages/card/CHANGELOG.md +++ b/packages/card/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [2.5.15](https://github.com/ant-design/pro-components/compare/@ant-design/pro-card@2.5.14...@ant-design/pro-card@2.5.15) (2023-09-06) + +**Note:** Version bump only for package @ant-design/pro-card + + + + ## [2.5.14](https://github.com/ant-design/pro-components/compare/@ant-design/pro-card@2.5.13...@ant-design/pro-card@2.5.14) (2023-08-29) diff --git a/packages/card/package.json b/packages/card/package.json index 8566444aa375..ff8060453528 100644 --- a/packages/card/package.json +++ b/packages/card/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-card", - "version": "2.5.14", + "version": "2.5.15", "description": "@ant-design/pro-card", "keywords": [ "antd", @@ -35,8 +35,8 @@ ], "dependencies": { "@ant-design/icons": "^5.0.0", - "@ant-design/pro-provider": "2.12.2", - "@ant-design/pro-utils": "2.14.2", + "@ant-design/pro-provider": "2.12.3", + "@ant-design/pro-utils": "2.14.3", "@babel/runtime": "^7.18.0", "classnames": "^2.3.2", "omit.js": "^2.0.2", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 3e8a908eaef7..7c450274ba38 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,6 +1,18 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [2.6.17](https://github.com/ant-design/pro-components/compare/@ant-design/pro-components@2.6.16...@ant-design/pro-components@2.6.17) (2023-09-06) + + +### Bug Fixes + +* remove stringify ([25d2c42](https://github.com/ant-design/pro-components/commit/25d2c42a0bda673a0b40b5ae56bd0a852998ecd1)) + + + + ## [2.6.16](https://github.com/ant-design/pro-components/compare/@ant-design/pro-components@2.6.15...@ant-design/pro-components@2.6.16) (2023-08-30) diff --git a/packages/components/package.json b/packages/components/package.json index 8488fbc54ea5..49f8bb07e4e4 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-components", - "version": "2.6.16", + "version": "2.6.17", "description": "@ant-design/pro-components", "keywords": [ "antd", @@ -35,16 +35,16 @@ "ie >= 11" ], "dependencies": { - "@ant-design/pro-card": "2.5.14", - "@ant-design/pro-descriptions": "2.5.2", - "@ant-design/pro-field": "2.12.3", - "@ant-design/pro-form": "2.18.4", - "@ant-design/pro-layout": "7.16.11", - "@ant-design/pro-list": "2.5.16", - "@ant-design/pro-provider": "2.12.2", + "@ant-design/pro-card": "2.5.15", + "@ant-design/pro-descriptions": "2.5.3", + "@ant-design/pro-field": "2.12.4", + "@ant-design/pro-form": "2.18.5", + "@ant-design/pro-layout": "7.16.12", + "@ant-design/pro-list": "2.5.17", + "@ant-design/pro-provider": "2.12.3", "@ant-design/pro-skeleton": "2.1.7", - "@ant-design/pro-table": "3.12.1", - "@ant-design/pro-utils": "2.14.2", + "@ant-design/pro-table": "3.12.2", + "@ant-design/pro-utils": "2.14.3", "@babel/runtime": "^7.16.3" }, "peerDependencies": { diff --git a/packages/descriptions/CHANGELOG.md b/packages/descriptions/CHANGELOG.md index c51aef604e00..a974b6903b57 100644 --- a/packages/descriptions/CHANGELOG.md +++ b/packages/descriptions/CHANGELOG.md @@ -1,6 +1,18 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [2.5.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@2.5.2...@ant-design/pro-descriptions@2.5.3) (2023-09-06) + + +### Bug Fixes + +* remove stringify ([25d2c42](https://github.com/ant-design/pro-components/commit/25d2c42a0bda673a0b40b5ae56bd0a852998ecd1)) + + + + ## [2.5.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@2.5.1...@ant-design/pro-descriptions@2.5.2) (2023-08-30) diff --git a/packages/descriptions/package.json b/packages/descriptions/package.json index 68f12b52329b..14972d4194de 100644 --- a/packages/descriptions/package.json +++ b/packages/descriptions/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-descriptions", - "version": "2.5.2", + "version": "2.5.3", "description": "@ant-design/pro-descriptions", "keywords": [ "antd", @@ -34,10 +34,10 @@ "ie >= 11" ], "dependencies": { - "@ant-design/pro-field": "2.12.3", - "@ant-design/pro-form": "2.18.4", + "@ant-design/pro-field": "2.12.4", + "@ant-design/pro-form": "2.18.5", "@ant-design/pro-skeleton": "2.1.7", - "@ant-design/pro-utils": "2.14.2", + "@ant-design/pro-utils": "2.14.3", "@babel/runtime": "^7.18.0", "rc-resize-observer": "^0.2.3", "rc-util": "^5.0.6" diff --git a/packages/field/CHANGELOG.md b/packages/field/CHANGELOG.md index b05891d09b74..d8ca2b3a96de 100644 --- a/packages/field/CHANGELOG.md +++ b/packages/field/CHANGELOG.md @@ -1,6 +1,19 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [2.12.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-field@2.12.3...@ant-design/pro-field@2.12.4) (2023-09-06) + + +### Bug Fixes + +* **form:** fix datepicker format ([#7622](https://github.com/ant-design/pro-components/issues/7622)) ([a6aa0db](https://github.com/ant-design/pro-components/commit/a6aa0dbb0e24b3ca1ffa5ce364e90cba4db5369c)) +* remove stringify ([25d2c42](https://github.com/ant-design/pro-components/commit/25d2c42a0bda673a0b40b5ae56bd0a852998ecd1)) + + + + ## [2.12.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-field@2.12.2...@ant-design/pro-field@2.12.3) (2023-08-30) diff --git a/packages/field/package.json b/packages/field/package.json index 62791dd8cfbc..a44d1af64a8b 100644 --- a/packages/field/package.json +++ b/packages/field/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-field", - "version": "2.12.3", + "version": "2.12.4", "description": "原子信息组件,统一 ProForm、ProTable、ProList、Filter 等组件里面的字段定义。", "homepage": "https://github.com/ant-design/pro-components/tree/master/packages/plugin-layout#readme", "bugs": "https://github.com/ant-design/pro-components/issues", @@ -30,8 +30,8 @@ ], "dependencies": { "@ant-design/icons": "^5.0.0", - "@ant-design/pro-provider": "2.12.2", - "@ant-design/pro-utils": "2.14.2", + "@ant-design/pro-provider": "2.12.3", + "@ant-design/pro-utils": "2.14.3", "@babel/runtime": "^7.18.0", "@chenshuai2144/sketch-color": "^1.0.8", "classnames": "^2.3.2", diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 9850a9a39f9b..c488f0bb9e52 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/CHANGELOG.md @@ -1,6 +1,21 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [2.18.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@2.18.4...@ant-design/pro-form@2.18.5) (2023-09-06) + + +### Bug Fixes + +* **form:** dependency 支持 colSize ([#7611](https://github.com/ant-design/pro-components/issues/7611)) ([27436cc](https://github.com/ant-design/pro-components/commit/27436cc6351cfaa535d1ec9aef1f74e567ef44d7)) +* **form:** fix formList containerClassName and containerStyle no work error ([7a2c9e0](https://github.com/ant-design/pro-components/commit/7a2c9e0ddeb580b618f87773ff336c382be5f38a)) +* **form:** fix marginBlockEnd no use marginLG error ([6e5f384](https://github.com/ant-design/pro-components/commit/6e5f384aa9663e5859cfbceb0d328099ebf36fc8)) +* remove stringify ([25d2c42](https://github.com/ant-design/pro-components/commit/25d2c42a0bda673a0b40b5ae56bd0a852998ecd1)) + + + + ## [2.18.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@2.18.3...@ant-design/pro-form@2.18.4) (2023-08-30) diff --git a/packages/form/package.json b/packages/form/package.json index dcf3d48f4d5b..f852e5ceb95d 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-form", - "version": "2.18.4", + "version": "2.18.5", "description": "@ant-design/pro-form", "keywords": [ "antd", @@ -35,9 +35,9 @@ ], "dependencies": { "@ant-design/icons": "^5.0.0", - "@ant-design/pro-field": "2.12.3", - "@ant-design/pro-provider": "2.12.2", - "@ant-design/pro-utils": "2.14.2", + "@ant-design/pro-field": "2.12.4", + "@ant-design/pro-provider": "2.12.3", + "@ant-design/pro-utils": "2.14.3", "@babel/runtime": "^7.18.0", "@chenshuai2144/sketch-color": "^1.0.7", "@umijs/use-params": "^1.0.9", diff --git a/packages/layout/CHANGELOG.md b/packages/layout/CHANGELOG.md index b126f6b3260d..11afce559ac6 100644 --- a/packages/layout/CHANGELOG.md +++ b/packages/layout/CHANGELOG.md @@ -1,6 +1,20 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [7.16.12](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.16.11...@ant-design/pro-layout@7.16.12) (2023-09-06) + + +### Bug Fixes + +* **form:** fix formList containerClassName and containerStyle no work error ([7a2c9e0](https://github.com/ant-design/pro-components/commit/7a2c9e0ddeb580b618f87773ff336c382be5f38a)) +* **layout:** appList item click preventDefault and stopPropagation ([9b3cd65](https://github.com/ant-design/pro-components/commit/9b3cd656cacbf9890745161f7dde3531e6090f10)) +* **layout:** fix menu title center error ([904a89f](https://github.com/ant-design/pro-components/commit/904a89f705712007dbf62d134a8cc9d6a090d9ce)) + + + + ## [7.16.11](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.16.10...@ant-design/pro-layout@7.16.11) (2023-08-29) diff --git a/packages/layout/package.json b/packages/layout/package.json index 44f6dd07b892..320f35cad9b5 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-layout", - "version": "7.16.11", + "version": "7.16.12", "description": "@ant-design/pro-layout", "keywords": [ "antd", @@ -35,8 +35,8 @@ ], "dependencies": { "@ant-design/icons": "^5.0.0", - "@ant-design/pro-provider": "2.12.2", - "@ant-design/pro-utils": "2.14.2", + "@ant-design/pro-provider": "2.12.3", + "@ant-design/pro-utils": "2.14.3", "@babel/runtime": "^7.18.0", "@umijs/route-utils": "^4.0.0", "@umijs/use-params": "^1.0.9", diff --git a/packages/list/CHANGELOG.md b/packages/list/CHANGELOG.md index d3510f3e20a6..4f8142e57da7 100644 --- a/packages/list/CHANGELOG.md +++ b/packages/list/CHANGELOG.md @@ -1,6 +1,18 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [2.5.17](https://github.com/ant-design/pro-components/compare/@ant-design/pro-list@2.5.16...@ant-design/pro-list@2.5.17) (2023-09-06) + + +### Bug Fixes + +* remove stringify ([25d2c42](https://github.com/ant-design/pro-components/commit/25d2c42a0bda673a0b40b5ae56bd0a852998ecd1)) + + + + ## [2.5.16](https://github.com/ant-design/pro-components/compare/@ant-design/pro-list@2.5.15...@ant-design/pro-list@2.5.16) (2023-08-30) diff --git a/packages/list/package.json b/packages/list/package.json index 90f13e7f6991..578e11ff1f53 100644 --- a/packages/list/package.json +++ b/packages/list/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-list", - "version": "2.5.16", + "version": "2.5.17", "description": "🏆 Use Ant Design List like a Pro!", "keywords": [ "antd", @@ -33,10 +33,10 @@ ], "dependencies": { "@ant-design/icons": "^5.0.0", - "@ant-design/pro-card": "2.5.14", - "@ant-design/pro-field": "2.12.3", - "@ant-design/pro-table": "3.12.1", - "@ant-design/pro-utils": "2.14.2", + "@ant-design/pro-card": "2.5.15", + "@ant-design/pro-field": "2.12.4", + "@ant-design/pro-table": "3.12.2", + "@ant-design/pro-utils": "2.14.3", "@babel/runtime": "^7.18.0", "classnames": "^2.3.2", "dayjs": "^1.11.9", diff --git a/packages/provider/CHANGELOG.md b/packages/provider/CHANGELOG.md index d48790014464..cd3ed8b3fe39 100644 --- a/packages/provider/CHANGELOG.md +++ b/packages/provider/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [2.12.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-provider@2.12.2...@ant-design/pro-provider@2.12.3) (2023-09-06) + +**Note:** Version bump only for package @ant-design/pro-provider + + + + ## [2.12.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-provider@2.12.1...@ant-design/pro-provider@2.12.2) (2023-08-28) diff --git a/packages/provider/package.json b/packages/provider/package.json index 062cc24c32d9..9909df2c90ea 100644 --- a/packages/provider/package.json +++ b/packages/provider/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-provider", - "version": "2.12.2", + "version": "2.12.3", "description": "@ant-design/pro-provider", "keywords": [ "antd", diff --git a/packages/table/CHANGELOG.md b/packages/table/CHANGELOG.md index 2133ea0962f5..9d5b57bfd412 100644 --- a/packages/table/CHANGELOG.md +++ b/packages/table/CHANGELOG.md @@ -1,6 +1,19 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [3.12.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-table@3.12.1...@ant-design/pro-table@3.12.2) (2023-09-06) + + +### Bug Fixes + +* **table:** sortConfig值为undefined时与默认值{}不一致,会导致翻页时再次触发request请求 ([#7616](https://github.com/ant-design/pro-components/issues/7616)) ([c51be62](https://github.com/ant-design/pro-components/commit/c51be62a7045abdee73467985c9d9a61835751ee)) +* remove stringify ([25d2c42](https://github.com/ant-design/pro-components/commit/25d2c42a0bda673a0b40b5ae56bd0a852998ecd1)) + + + + ## [3.12.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-table@3.12.0...@ant-design/pro-table@3.12.1) (2023-08-30) diff --git a/packages/table/package.json b/packages/table/package.json index eee984aa12f8..d11b0b89c519 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-table", - "version": "3.12.1", + "version": "3.12.2", "description": "🏆 Use Ant Design Table like a Pro!", "keywords": [ "antd", @@ -35,11 +35,11 @@ ], "dependencies": { "@ant-design/icons": "^5.0.0", - "@ant-design/pro-card": "2.5.14", - "@ant-design/pro-field": "2.12.3", - "@ant-design/pro-form": "2.18.4", - "@ant-design/pro-provider": "2.12.2", - "@ant-design/pro-utils": "2.14.2", + "@ant-design/pro-card": "2.5.15", + "@ant-design/pro-field": "2.12.4", + "@ant-design/pro-form": "2.18.5", + "@ant-design/pro-provider": "2.12.3", + "@ant-design/pro-utils": "2.14.3", "@babel/runtime": "^7.18.0", "@dnd-kit/core": "^6.0.8", "@dnd-kit/modifiers": "^6.0.1", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 431ff381a67d..52e15c0271ee 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,6 +1,18 @@ # Change Log -All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [2.14.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-utils@2.14.2...@ant-design/pro-utils@2.14.3) (2023-09-06) + + +### Bug Fixes + +* **form:** fix marginBlockEnd no use marginLG error ([6e5f384](https://github.com/ant-design/pro-components/commit/6e5f384aa9663e5859cfbceb0d328099ebf36fc8)) + + + + ## [2.14.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-utils@2.14.1...@ant-design/pro-utils@2.14.2) (2023-08-29) diff --git a/packages/utils/package.json b/packages/utils/package.json index ad1ce80e3bce..c30186cea24a 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-utils", - "version": "2.14.2", + "version": "2.14.3", "description": "@ant-design/pro-utils", "keywords": [ "antd", @@ -35,7 +35,7 @@ ], "dependencies": { "@ant-design/icons": "^5.0.0", - "@ant-design/pro-provider": "2.12.2", + "@ant-design/pro-provider": "2.12.3", "@babel/runtime": "^7.18.0", "classnames": "^2.3.2", "dayjs": "^1.11.9",