diff --git a/packages/card/CHANGELOG.md b/packages/card/CHANGELOG.md index dc62354e8de3..cbfd07e4e50a 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.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-card@2.5.3...@ant-design/pro-card@2.5.4) (2023-07-04) + +**Note:** Version bump only for package @ant-design/pro-card + + + + ## [2.5.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-card@2.5.2...@ant-design/pro-card@2.5.3) (2023-06-30) diff --git a/packages/card/package.json b/packages/card/package.json index 3a9fef3a436b..e747d896b528 100644 --- a/packages/card/package.json +++ b/packages/card/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-card", - "version": "2.5.3", + "version": "2.5.4", "description": "@ant-design/pro-card", "keywords": [ "antd", @@ -35,8 +35,8 @@ ], "dependencies": { "@ant-design/icons": "^5.0.0", - "@ant-design/pro-provider": "2.10.5", - "@ant-design/pro-utils": "2.12.2", + "@ant-design/pro-provider": "2.11.0", + "@ant-design/pro-utils": "2.12.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 868ecd03a0b9..350612a3d3a4 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/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.6.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-components@2.6.3...@ant-design/pro-components@2.6.4) (2023-07-04) + +**Note:** Version bump only for package @ant-design/pro-components + + + + ## [2.6.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-components@2.6.2...@ant-design/pro-components@2.6.3) (2023-06-30) diff --git a/packages/components/package.json b/packages/components/package.json index 02a9c6b98b6c..58e80d8a0c52 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-components", - "version": "2.6.3", + "version": "2.6.4", "description": "@ant-design/pro-components", "keywords": [ "antd", @@ -35,16 +35,16 @@ "ie >= 11" ], "dependencies": { - "@ant-design/pro-card": "2.5.3", - "@ant-design/pro-descriptions": "2.4.3", - "@ant-design/pro-field": "2.10.3", - "@ant-design/pro-form": "2.14.3", - "@ant-design/pro-layout": "7.15.3", - "@ant-design/pro-list": "2.5.3", - "@ant-design/pro-provider": "2.10.5", + "@ant-design/pro-card": "2.5.4", + "@ant-design/pro-descriptions": "2.4.4", + "@ant-design/pro-field": "2.10.4", + "@ant-design/pro-form": "2.15.0", + "@ant-design/pro-layout": "7.16.0", + "@ant-design/pro-list": "2.5.4", + "@ant-design/pro-provider": "2.11.0", "@ant-design/pro-skeleton": "2.1.6", - "@ant-design/pro-table": "3.8.3", - "@ant-design/pro-utils": "2.12.2", + "@ant-design/pro-table": "3.9.0", + "@ant-design/pro-utils": "2.12.3", "@babel/runtime": "^7.16.3" }, "peerDependencies": { diff --git a/packages/descriptions/CHANGELOG.md b/packages/descriptions/CHANGELOG.md index 7424c5f69719..fda32ffa118a 100644 --- a/packages/descriptions/CHANGELOG.md +++ b/packages/descriptions/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.4.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@2.4.3...@ant-design/pro-descriptions@2.4.4) (2023-07-04) + +**Note:** Version bump only for package @ant-design/pro-descriptions + + + + ## [2.4.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@2.4.2...@ant-design/pro-descriptions@2.4.3) (2023-06-30) diff --git a/packages/descriptions/package.json b/packages/descriptions/package.json index d5c62b875c85..c4a7a39afaf2 100644 --- a/packages/descriptions/package.json +++ b/packages/descriptions/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-descriptions", - "version": "2.4.3", + "version": "2.4.4", "description": "@ant-design/pro-descriptions", "keywords": [ "antd", @@ -34,10 +34,10 @@ "ie >= 11" ], "dependencies": { - "@ant-design/pro-field": "2.10.3", - "@ant-design/pro-form": "2.14.3", + "@ant-design/pro-field": "2.10.4", + "@ant-design/pro-form": "2.15.0", "@ant-design/pro-skeleton": "2.1.6", - "@ant-design/pro-utils": "2.12.2", + "@ant-design/pro-utils": "2.12.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 0922b3a200eb..765f1ce44cfb 100644 --- a/packages/field/CHANGELOG.md +++ b/packages/field/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.10.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-field@2.10.3...@ant-design/pro-field@2.10.4) (2023-07-04) + + +### Bug Fixes + +* **form:** 修复当value为搜索条件option显示不出来的问题 ([#7283](https://github.com/ant-design/pro-components/issues/7283)) ([a30e3e7](https://github.com/ant-design/pro-components/commit/a30e3e7bbc6cfafaee35e8dd34d6814f5b9be74a)) + + + + ## [2.10.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-field@2.10.2...@ant-design/pro-field@2.10.3) (2023-06-30) diff --git a/packages/field/package.json b/packages/field/package.json index 3ade7ec9fd48..5fb9b39553ec 100644 --- a/packages/field/package.json +++ b/packages/field/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-field", - "version": "2.10.3", + "version": "2.10.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.10.5", - "@ant-design/pro-utils": "2.12.2", + "@ant-design/pro-provider": "2.11.0", + "@ant-design/pro-utils": "2.12.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 bb77854baa91..eb05ac246237 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/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.15.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@2.14.3...@ant-design/pro-form@2.15.0) (2023-07-04) + + +### Features + +* **form:** ProForm支持第二个泛型参数 ([#7318](https://github.com/ant-design/pro-components/issues/7318)) ([da90c1a](https://github.com/ant-design/pro-components/commit/da90c1a65b96be301f872ae8d91198e4d76aa11f)) + + + + ## [2.14.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@2.14.2...@ant-design/pro-form@2.14.3) (2023-06-30) diff --git a/packages/form/package.json b/packages/form/package.json index b03d406a393f..a4ee2290dd5f 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-form", - "version": "2.14.3", + "version": "2.15.0", "description": "@ant-design/pro-form", "keywords": [ "antd", @@ -35,9 +35,9 @@ ], "dependencies": { "@ant-design/icons": "^5.0.0", - "@ant-design/pro-field": "2.10.3", - "@ant-design/pro-provider": "2.10.5", - "@ant-design/pro-utils": "2.12.2", + "@ant-design/pro-field": "2.10.4", + "@ant-design/pro-provider": "2.11.0", + "@ant-design/pro-utils": "2.12.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 2fc91d429900..46bc492dcdfa 100644 --- a/packages/layout/CHANGELOG.md +++ b/packages/layout/CHANGELOG.md @@ -1,6 +1,23 @@ # 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.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.15.3...@ant-design/pro-layout@7.16.0) (2023-07-04) + + +### Bug Fixes + +* **layout:** support antd@5.6.4 ([a6ee785](https://github.com/ant-design/pro-components/commit/a6ee785207603de7965c2a1c6fff6fd1b4311410)) + + +### Features + +* **layout:** 添加appListRender api ([#7286](https://github.com/ant-design/pro-components/issues/7286)) ([0cb1a4a](https://github.com/ant-design/pro-components/commit/0cb1a4ab13a7987825cf24ac13852feb500a764a)) + + + + ## [7.15.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.15.2...@ant-design/pro-layout@7.15.3) (2023-06-30) diff --git a/packages/layout/package.json b/packages/layout/package.json index 1e5f16ae898e..fcdb474d777c 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-layout", - "version": "7.15.3", + "version": "7.16.0", "description": "@ant-design/pro-layout", "keywords": [ "antd", @@ -35,8 +35,8 @@ ], "dependencies": { "@ant-design/icons": "^5.0.0", - "@ant-design/pro-provider": "2.10.5", - "@ant-design/pro-utils": "2.12.2", + "@ant-design/pro-provider": "2.11.0", + "@ant-design/pro-utils": "2.12.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 09c1a9f10679..4fdf47490c68 100644 --- a/packages/list/CHANGELOG.md +++ b/packages/list/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.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-list@2.5.3...@ant-design/pro-list@2.5.4) (2023-07-04) + +**Note:** Version bump only for package @ant-design/pro-list + + + + ## [2.5.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-list@2.5.2...@ant-design/pro-list@2.5.3) (2023-06-30) diff --git a/packages/list/package.json b/packages/list/package.json index 6422475dcc5b..683e07ca7080 100644 --- a/packages/list/package.json +++ b/packages/list/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-list", - "version": "2.5.3", + "version": "2.5.4", "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.3", - "@ant-design/pro-field": "2.10.3", - "@ant-design/pro-table": "3.8.3", - "@ant-design/pro-utils": "2.12.2", + "@ant-design/pro-card": "2.5.4", + "@ant-design/pro-field": "2.10.4", + "@ant-design/pro-table": "3.9.0", + "@ant-design/pro-utils": "2.12.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 f40f8ff72fd2..28054541e104 100644 --- a/packages/provider/CHANGELOG.md +++ b/packages/provider/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.11.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-provider@2.10.5...@ant-design/pro-provider@2.11.0) (2023-07-04) + + +### Features + +* **field:** LightFilter中使用ProFormSelect的两个bug修复 ([#7225](https://github.com/ant-design/pro-components/issues/7225)) ([#7233](https://github.com/ant-design/pro-components/issues/7233)) ([b3050e4](https://github.com/ant-design/pro-components/commit/b3050e4e82db6809ce93f6913e3903a9dd05da15)) + + + + ## [2.10.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-provider@2.10.4...@ant-design/pro-provider@2.10.5) (2023-06-16) diff --git a/packages/provider/package.json b/packages/provider/package.json index a683c83c7c54..f0d08412f74c 100644 --- a/packages/provider/package.json +++ b/packages/provider/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-provider", - "version": "2.10.5", + "version": "2.11.0", "description": "@ant-design/pro-provider", "keywords": [ "antd", diff --git a/packages/table/CHANGELOG.md b/packages/table/CHANGELOG.md index 46ea7593c13c..af719bcb20f9 100644 --- a/packages/table/CHANGELOG.md +++ b/packages/table/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. + +# [3.9.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-table@3.8.3...@ant-design/pro-table@3.9.0) (2023-07-04) + + +### Features + +* **table:** add support of custom render serch form ([#7307](https://github.com/ant-design/pro-components/issues/7307)) ([7f83ae0](https://github.com/ant-design/pro-components/commit/7f83ae084d0ed48aca9c978b13053dda801c6898)) + + + + ## [3.8.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-table@3.8.2...@ant-design/pro-table@3.8.3) (2023-06-30) diff --git a/packages/table/package.json b/packages/table/package.json index ba33bd1cd131..74f05866bd04 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-table", - "version": "3.8.3", + "version": "3.9.0", "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.3", - "@ant-design/pro-field": "2.10.3", - "@ant-design/pro-form": "2.14.3", - "@ant-design/pro-provider": "2.10.5", - "@ant-design/pro-utils": "2.12.2", + "@ant-design/pro-card": "2.5.4", + "@ant-design/pro-field": "2.10.4", + "@ant-design/pro-form": "2.15.0", + "@ant-design/pro-provider": "2.11.0", + "@ant-design/pro-utils": "2.12.3", "@babel/runtime": "^7.18.0", "@dnd-kit/core": "^6.0.8", "@dnd-kit/sortable": "^7.0.2", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index f61aeb8ec748..2e0922f6d0e0 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/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-utils@2.12.2...@ant-design/pro-utils@2.12.3) (2023-07-04) + +**Note:** Version bump only for package @ant-design/pro-utils + + + + ## [2.12.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-utils@2.12.1...@ant-design/pro-utils@2.12.2) (2023-06-19) diff --git a/packages/utils/package.json b/packages/utils/package.json index a4f86d2a6424..39505b17b627 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-utils", - "version": "2.12.2", + "version": "2.12.3", "description": "@ant-design/pro-utils", "keywords": [ "antd", @@ -35,7 +35,7 @@ ], "dependencies": { "@ant-design/icons": "^5.0.0", - "@ant-design/pro-provider": "2.10.5", + "@ant-design/pro-provider": "2.11.0", "@babel/runtime": "^7.18.0", "classnames": "^2.3.2", "dayjs": "^1.11.9",