diff --git a/packages/card/CHANGELOG.md b/packages/card/CHANGELOG.md index 35feed76c091..f429c8f8aef7 100644 --- a/packages/card/CHANGELOG.md +++ b/packages/card/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. + +## [2.4.14](https://github.com/ant-design/pro-components/compare/@ant-design/pro-card@2.4.13...@ant-design/pro-card@2.4.14) (2023-06-12) + + +### Bug Fixes + +* **card:** fix ProCard small header style error ([17ccf69](https://github.com/ant-design/pro-components/commit/17ccf69bb4af2e6ffdf3d992b5cff5b6faeadafc)) +* **compoents:** gap use token margin ([#7204](https://github.com/ant-design/pro-components/issues/7204)) ([bd62243](https://github.com/ant-design/pro-components/commit/bd62243f4bc6a3ea6e97ad5e0db977c84394426f)) +* **components:** remove hashid empty ([b46bb80](https://github.com/ant-design/pro-components/commit/b46bb808db287979fe7d2d5afe115185860422c9)) + + + + ## [2.4.13](https://github.com/ant-design/pro-components/compare/@ant-design/pro-card@2.4.12...@ant-design/pro-card@2.4.13) (2023-05-31) diff --git a/packages/card/package.json b/packages/card/package.json index cd897d2251c6..04ebf44cb956 100644 --- a/packages/card/package.json +++ b/packages/card/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-card", - "version": "2.4.13", + "version": "2.4.14", "description": "@ant-design/pro-card", "keywords": [ "antd", @@ -35,8 +35,8 @@ ], "dependencies": { "@ant-design/icons": "^5.0.0", - "@ant-design/pro-provider": "2.10.2", - "@ant-design/pro-utils": "2.11.3", + "@ant-design/pro-provider": "^2.10.3", + "@ant-design/pro-utils": "^2.11.4", "@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 47449d958880..69b64fe8a743 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.5.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-components@2.5.5...@ant-design/pro-components@2.5.6) (2023-06-12) + +**Note:** Version bump only for package @ant-design/pro-components + + + + ## [2.5.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-components@2.5.4...@ant-design/pro-components@2.5.5) (2023-06-02) diff --git a/packages/components/package.json b/packages/components/package.json index 0551e2e3ec47..664e8674274e 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-components", - "version": "2.5.5", + "version": "2.5.6", "description": "@ant-design/pro-components", "keywords": [ "antd", @@ -35,16 +35,16 @@ "ie >= 11" ], "dependencies": { - "@ant-design/pro-card": "2.4.13", - "@ant-design/pro-descriptions": "2.3.5", - "@ant-design/pro-field": "2.9.5", - "@ant-design/pro-form": "2.13.5", - "@ant-design/pro-layout": "7.14.3", - "@ant-design/pro-list": "2.4.5", - "@ant-design/pro-provider": "2.10.2", - "@ant-design/pro-skeleton": "2.1.5", - "@ant-design/pro-table": "3.7.5", - "@ant-design/pro-utils": "2.11.3", + "@ant-design/pro-card": "^2.4.14", + "@ant-design/pro-descriptions": "^2.3.6", + "@ant-design/pro-field": "^2.9.6", + "@ant-design/pro-form": "^2.13.6", + "@ant-design/pro-layout": "^7.14.4", + "@ant-design/pro-list": "^2.4.6", + "@ant-design/pro-provider": "^2.10.3", + "@ant-design/pro-skeleton": "^2.1.6", + "@ant-design/pro-table": "^3.7.6", + "@ant-design/pro-utils": "^2.11.4", "@babel/runtime": "^7.16.3" }, "peerDependencies": { diff --git a/packages/descriptions/CHANGELOG.md b/packages/descriptions/CHANGELOG.md index d8eaa89935c8..31a62608a60e 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.3.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@2.3.5...@ant-design/pro-descriptions@2.3.6) (2023-06-12) + + +### Bug Fixes + +* **compoents:** gap use token margin ([#7204](https://github.com/ant-design/pro-components/issues/7204)) ([bd62243](https://github.com/ant-design/pro-components/commit/bd62243f4bc6a3ea6e97ad5e0db977c84394426f)) + + + + ## [2.3.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@2.3.4...@ant-design/pro-descriptions@2.3.5) (2023-06-02) diff --git a/packages/descriptions/package.json b/packages/descriptions/package.json index 9da543ecf01f..22a6041605a3 100644 --- a/packages/descriptions/package.json +++ b/packages/descriptions/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-descriptions", - "version": "2.3.5", + "version": "2.3.6", "description": "@ant-design/pro-descriptions", "keywords": [ "antd", @@ -34,10 +34,10 @@ "ie >= 11" ], "dependencies": { - "@ant-design/pro-field": "2.9.5", - "@ant-design/pro-form": "2.13.5", - "@ant-design/pro-skeleton": "2.1.5", - "@ant-design/pro-utils": "2.11.3", + "@ant-design/pro-field": "^2.9.6", + "@ant-design/pro-form": "^2.13.6", + "@ant-design/pro-skeleton": "^2.1.6", + "@ant-design/pro-utils": "^2.11.4", "@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 6292d5eacfe8..bf9f90c6c9f0 100644 --- a/packages/field/CHANGELOG.md +++ b/packages/field/CHANGELOG.md @@ -1,6 +1,22 @@ # 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.9.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-field@2.9.5...@ant-design/pro-field@2.9.6) (2023-06-12) + + +### Bug Fixes + +* **compoents:** gap use token margin ([#7204](https://github.com/ant-design/pro-components/issues/7204)) ([bd62243](https://github.com/ant-design/pro-components/commit/bd62243f4bc6a3ea6e97ad5e0db977c84394426f)) +* 修复select的defaultKeyWords在schemaForm下不生效的bug ([#7195](https://github.com/ant-design/pro-components/issues/7195)) ([68ef5c9](https://github.com/ant-design/pro-components/commit/68ef5c9e1553d4ed514241b437be4ef2ef69687e)) +* **form:** ColorPicker use antd style-n ([8d3cd04](https://github.com/ant-design/pro-components/commit/8d3cd04eb581c6e03b31e79998c7df7556ed3471)) +* **form:** ProFormColorPicker support disable ([973ac28](https://github.com/ant-design/pro-components/commit/973ac28ea2ec5b194013c691c74d8a326134c1a1)) +* **treeSelect:** 1.新增treeSelect不支持请求的情况下不刷新options 2.修复fetchDataOnSearch不生效 ([#7180](https://github.com/ant-design/pro-components/issues/7180)) ([8ee1d33](https://github.com/ant-design/pro-components/commit/8ee1d33bea2ad78d1015d829fac2ac89d4e99873)) + + + + ## [2.9.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-field@2.9.4...@ant-design/pro-field@2.9.5) (2023-06-02) diff --git a/packages/field/package.json b/packages/field/package.json index 9942caf4fba1..7d0b1403c882 100644 --- a/packages/field/package.json +++ b/packages/field/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-field", - "version": "2.9.5", + "version": "2.9.6", "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.2", - "@ant-design/pro-utils": "2.11.3", + "@ant-design/pro-provider": "^2.10.3", + "@ant-design/pro-utils": "^2.11.4", "@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 8f0442e0f033..17959fd97017 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/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. + +## [2.13.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@2.13.5...@ant-design/pro-form@2.13.6) (2023-06-12) + + +### Bug Fixes + +* **compoents:** gap use token margin ([#7204](https://github.com/ant-design/pro-components/issues/7204)) ([bd62243](https://github.com/ant-design/pro-components/commit/bd62243f4bc6a3ea6e97ad5e0db977c84394426f)) +* **components:** remove hashid empty ([b46bb80](https://github.com/ant-design/pro-components/commit/b46bb808db287979fe7d2d5afe115185860422c9)) +* **form:** fix set addonAfter valuePropName will no work error ([8072666](https://github.com/ant-design/pro-components/commit/8072666d47b98bcc172646205f7cb24db6a765b4)) +* **form:** ProFormColorPicker support disable ([973ac28](https://github.com/ant-design/pro-components/commit/973ac28ea2ec5b194013c691c74d8a326134c1a1)) +* **form:** 修复 ProTable 的 columns.proFieldProps 不生效 ([#7205](https://github.com/ant-design/pro-components/issues/7205)) ([91ea897](https://github.com/ant-design/pro-components/commit/91ea8977d422e208f6e29f4c5a4245e51c91ef8a)) +* 修复select的defaultKeyWords在schemaForm下不生效的bug ([#7195](https://github.com/ant-design/pro-components/issues/7195)) ([68ef5c9](https://github.com/ant-design/pro-components/commit/68ef5c9e1553d4ed514241b437be4ef2ef69687e)) + + + + ## [2.13.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@2.13.4...@ant-design/pro-form@2.13.5) (2023-06-02) diff --git a/packages/form/package.json b/packages/form/package.json index 90ea9549dfd7..e1cb7dcfb523 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-form", - "version": "2.13.5", + "version": "2.13.6", "description": "@ant-design/pro-form", "keywords": [ "antd", @@ -35,9 +35,9 @@ ], "dependencies": { "@ant-design/icons": "^5.0.0", - "@ant-design/pro-field": "2.9.5", - "@ant-design/pro-provider": "2.10.2", - "@ant-design/pro-utils": "2.11.3", + "@ant-design/pro-field": "^2.9.6", + "@ant-design/pro-provider": "^2.10.3", + "@ant-design/pro-utils": "^2.11.4", "@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 3a34d70616c2..b8f683f1fd40 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.14.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.14.3...@ant-design/pro-layout@7.14.4) (2023-06-12) + + +### Bug Fixes + +* **compoents:** gap use token margin ([#7204](https://github.com/ant-design/pro-components/issues/7204)) ([bd62243](https://github.com/ant-design/pro-components/commit/bd62243f4bc6a3ea6e97ad5e0db977c84394426f)) +* **components:** remove hashid empty ([b46bb80](https://github.com/ant-design/pro-components/commit/b46bb808db287979fe7d2d5afe115185860422c9)) +* **layout:** support antd@5.6 token ([28291fe](https://github.com/ant-design/pro-components/commit/28291fea2ab1417640f79534d132b5e3db228d2c)) + + + + ## [7.14.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.14.2...@ant-design/pro-layout@7.14.3) (2023-05-31) diff --git a/packages/layout/package.json b/packages/layout/package.json index 493f26c232d5..21312fe48d95 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-layout", - "version": "7.14.3", + "version": "7.14.4", "description": "@ant-design/pro-layout", "keywords": [ "antd", @@ -35,8 +35,8 @@ ], "dependencies": { "@ant-design/icons": "^5.0.0", - "@ant-design/pro-provider": "2.10.2", - "@ant-design/pro-utils": "2.11.3", + "@ant-design/pro-provider": "^2.10.3", + "@ant-design/pro-utils": "^2.11.4", "@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 b4f31f374171..aadab78b2c2e 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.4.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-list@2.4.5...@ant-design/pro-list@2.4.6) (2023-06-12) + + +### Bug Fixes + +* **components:** remove hashid empty ([b46bb80](https://github.com/ant-design/pro-components/commit/b46bb808db287979fe7d2d5afe115185860422c9)) + + + + ## [2.4.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-list@2.4.4...@ant-design/pro-list@2.4.5) (2023-06-02) diff --git a/packages/list/package.json b/packages/list/package.json index 93cbae8d9186..ec2cadee5253 100644 --- a/packages/list/package.json +++ b/packages/list/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-list", - "version": "2.4.5", + "version": "2.4.6", "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.4.13", - "@ant-design/pro-field": "2.9.5", - "@ant-design/pro-table": "3.7.5", - "@ant-design/pro-utils": "2.11.3", + "@ant-design/pro-card": "^2.4.14", + "@ant-design/pro-field": "^2.9.6", + "@ant-design/pro-table": "^3.7.6", + "@ant-design/pro-utils": "^2.11.4", "@babel/runtime": "^7.18.0", "classnames": "^2.3.2", "dayjs": "^1.11.8", diff --git a/packages/provider/CHANGELOG.md b/packages/provider/CHANGELOG.md index 050a2be60f53..3db9f7638f92 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.10.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-provider@2.10.2...@ant-design/pro-provider@2.10.3) (2023-06-12) + + +### Bug Fixes + +* **provider:** token should be correct in useStyle ([#7191](https://github.com/ant-design/pro-components/issues/7191)) ([d2859e3](https://github.com/ant-design/pro-components/commit/d2859e35b037649d234e60f34caa092134059378)) + + + + ## [2.10.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-provider@2.10.1...@ant-design/pro-provider@2.10.2) (2023-05-31) diff --git a/packages/provider/package.json b/packages/provider/package.json index e02be5db717c..450f406815fc 100644 --- a/packages/provider/package.json +++ b/packages/provider/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-provider", - "version": "2.10.2", + "version": "2.10.3", "description": "@ant-design/pro-provider", "keywords": [ "antd", diff --git a/packages/skeleton/CHANGELOG.md b/packages/skeleton/CHANGELOG.md index 892829d0030c..0b6e75f2fbad 100644 --- a/packages/skeleton/CHANGELOG.md +++ b/packages/skeleton/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.1.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-skeleton@2.1.5...@ant-design/pro-skeleton@2.1.6) (2023-06-12) + +**Note:** Version bump only for package @ant-design/pro-skeleton + + + + ## [2.1.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-skeleton@2.1.4...@ant-design/pro-skeleton@2.1.5) (2023-05-31) diff --git a/packages/skeleton/package.json b/packages/skeleton/package.json index 4b14c3b49a6f..efa1a129cf15 100644 --- a/packages/skeleton/package.json +++ b/packages/skeleton/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-skeleton", - "version": "2.1.5", + "version": "2.1.6", "description": "@ant-design/pro-skeleton", "keywords": [ "antd", diff --git a/packages/table/CHANGELOG.md b/packages/table/CHANGELOG.md index 625c0f2a8ab8..48f0b07a18f9 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.7.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-table@3.7.5...@ant-design/pro-table@3.7.6) (2023-06-12) + + +### Bug Fixes + +* **compoents:** gap use token margin ([#7204](https://github.com/ant-design/pro-components/issues/7204)) ([bd62243](https://github.com/ant-design/pro-components/commit/bd62243f4bc6a3ea6e97ad5e0db977c84394426f)) +* **components:** remove hashid empty ([b46bb80](https://github.com/ant-design/pro-components/commit/b46bb808db287979fe7d2d5afe115185860422c9)) + + + + ## [3.7.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-table@3.7.4...@ant-design/pro-table@3.7.5) (2023-06-02) diff --git a/packages/table/package.json b/packages/table/package.json index 532d0f56414e..8dd9a64d5d52 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-table", - "version": "3.7.5", + "version": "3.7.6", "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.4.13", - "@ant-design/pro-field": "2.9.5", - "@ant-design/pro-form": "2.13.5", - "@ant-design/pro-provider": "2.10.2", - "@ant-design/pro-utils": "2.11.3", + "@ant-design/pro-card": "^2.4.14", + "@ant-design/pro-field": "^2.9.6", + "@ant-design/pro-form": "^2.13.6", + "@ant-design/pro-provider": "^2.10.3", + "@ant-design/pro-utils": "^2.11.4", "@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 119381adb2c7..774d97eab282 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,6 +1,22 @@ # 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.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-utils@2.11.3...@ant-design/pro-utils@2.11.4) (2023-06-12) + + +### Bug Fixes + +* **compoents:** gap use token margin ([#7204](https://github.com/ant-design/pro-components/issues/7204)) ([bd62243](https://github.com/ant-design/pro-components/commit/bd62243f4bc6a3ea6e97ad5e0db977c84394426f)) +* **components:** remove hashid empty ([b46bb80](https://github.com/ant-design/pro-components/commit/b46bb808db287979fe7d2d5afe115185860422c9)) +* **form:** 修复 fn[curK] 为函数时,参数 undefined 导致的报错 ([#7163](https://github.com/ant-design/pro-components/issues/7163)) ([ac8c651](https://github.com/ant-design/pro-components/commit/ac8c6516dcdcaca758ed489829dd9b109363c063)) +* **layout:** support antd@5.6 token ([28291fe](https://github.com/ant-design/pro-components/commit/28291fea2ab1417640f79534d132b5e3db228d2c)) +* **table:** 修复Editable的record.id使用index,且index为 0 时,导致无法添加新行 ([#7176](https://github.com/ant-design/pro-components/issues/7176)) ([b62443c](https://github.com/ant-design/pro-components/commit/b62443c3f310f99b5912a4cb9f2da5dd74cb5ac3)) + + + + ## [2.11.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-utils@2.11.2...@ant-design/pro-utils@2.11.3) (2023-05-31) diff --git a/packages/utils/package.json b/packages/utils/package.json index 632677d21cd2..0af039372279 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@ant-design/pro-utils", - "version": "2.11.3", + "version": "2.11.4", "description": "@ant-design/pro-utils", "keywords": [ "antd", @@ -35,7 +35,7 @@ ], "dependencies": { "@ant-design/icons": "^5.0.0", - "@ant-design/pro-provider": "2.10.2", + "@ant-design/pro-provider": "^2.10.3", "@babel/runtime": "^7.18.0", "classnames": "^2.3.2", "dayjs": "^1.11.8",