Skip to content

Commit 3b424c6

Browse files
committed
🎨 chore(release): Publish
- @ant-design/[email protected] - @ant-design/[email protected] - @ant-design/[email protected] - @ant-design/[email protected] - @ant-design/[email protected] - @ant-design/[email protected] - @ant-design/[email protected] - @ant-design/[email protected] - @ant-design/[email protected] - @ant-design/[email protected] - @ant-design/[email protected]
1 parent e2482f7 commit 3b424c6

22 files changed

+220
-56
lines changed

packages/card/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Change Log
22

3-
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [2.9.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-10-17)
7+
8+
9+
### Features
10+
11+
* added exports to support ESM environments such as vitest ([#8738](https://github.com/ant-design/pro-components/issues/8738)) ([71c4be9](https://github.com/ant-design/pro-components/commit/71c4be9c9ca5942154e0473e62be608d784d53fc))
12+
13+
14+
15+
416

517
## [2.8.8](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-09-12)
618

packages/card/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-card",
3-
"version": "2.8.8",
3+
"version": "2.9.0",
44
"description": "@ant-design/pro-card",
55
"keywords": [
66
"antd",
@@ -43,8 +43,8 @@
4343
"dependencies": {
4444
"@ant-design/cssinjs": "^1.21.1",
4545
"@ant-design/icons": "^5.0.0",
46-
"@ant-design/pro-provider": "2.14.9",
47-
"@ant-design/pro-utils": "2.15.18",
46+
"@ant-design/pro-provider": "2.15.0",
47+
"@ant-design/pro-utils": "2.16.0",
4848
"@babel/runtime": "^7.18.0",
4949
"classnames": "^2.3.2",
5050
"omit.js": "^2.0.2",

packages/components/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Change Log
22

3-
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [2.8.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-10-17)
7+
8+
9+
### Features
10+
11+
* added exports to support ESM environments such as vitest ([#8738](https://github.com/ant-design/pro-components/issues/8738)) ([71c4be9](https://github.com/ant-design/pro-components/commit/71c4be9c9ca5942154e0473e62be608d784d53fc))
12+
13+
14+
15+
416

517
## [2.7.19](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-09-18)
618

packages/components/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-components",
3-
"version": "2.7.19",
3+
"version": "2.8.0",
44
"description": "@ant-design/pro-components",
55
"keywords": [
66
"antd",
@@ -42,16 +42,16 @@
4242
"ie >= 11"
4343
],
4444
"dependencies": {
45-
"@ant-design/pro-card": "2.8.8",
46-
"@ant-design/pro-descriptions": "2.5.53",
47-
"@ant-design/pro-field": "2.16.2",
48-
"@ant-design/pro-form": "2.30.2",
49-
"@ant-design/pro-layout": "7.20.2",
50-
"@ant-design/pro-list": "2.5.69",
51-
"@ant-design/pro-provider": "2.14.9",
52-
"@ant-design/pro-skeleton": "2.1.13",
53-
"@ant-design/pro-table": "3.17.2",
54-
"@ant-design/pro-utils": "2.15.18",
45+
"@ant-design/pro-card": "2.9.0",
46+
"@ant-design/pro-descriptions": "2.6.0",
47+
"@ant-design/pro-field": "2.17.0",
48+
"@ant-design/pro-form": "2.31.0",
49+
"@ant-design/pro-layout": "7.21.0",
50+
"@ant-design/pro-list": "2.6.0",
51+
"@ant-design/pro-provider": "2.15.0",
52+
"@ant-design/pro-skeleton": "2.2.0",
53+
"@ant-design/pro-table": "3.18.0",
54+
"@ant-design/pro-utils": "2.16.0",
5555
"@babel/runtime": "^7.16.3"
5656
},
5757
"peerDependencies": {

packages/descriptions/CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Change Log
22

3-
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [2.6.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-10-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **FieldRender:** 将 dataIndex 强制转换为 React.Key 以确保类型安全 ([e2482f7](https://github.com/ant-design/pro-components/commit/e2482f7eec63e975326a57d11aa500092034083e))
12+
13+
14+
### Features
15+
16+
* added exports to support ESM environments such as vitest ([#8738](https://github.com/ant-design/pro-components/issues/8738)) ([71c4be9](https://github.com/ant-design/pro-components/commit/71c4be9c9ca5942154e0473e62be608d784d53fc))
17+
18+
19+
20+
421

522
## [2.5.53](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-09-12)
623

packages/descriptions/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-descriptions",
3-
"version": "2.5.53",
3+
"version": "2.6.0",
44
"description": "@ant-design/pro-descriptions",
55
"keywords": [
66
"antd",
@@ -41,11 +41,11 @@
4141
"ie >= 11"
4242
],
4343
"dependencies": {
44-
"@ant-design/pro-field": "2.16.2",
45-
"@ant-design/pro-form": "2.30.2",
46-
"@ant-design/pro-provider": "2.14.9",
47-
"@ant-design/pro-skeleton": "2.1.13",
48-
"@ant-design/pro-utils": "2.15.18",
44+
"@ant-design/pro-field": "2.17.0",
45+
"@ant-design/pro-form": "2.31.0",
46+
"@ant-design/pro-provider": "2.15.0",
47+
"@ant-design/pro-skeleton": "2.2.0",
48+
"@ant-design/pro-utils": "2.16.0",
4949
"@babel/runtime": "^7.18.0",
5050
"rc-resize-observer": "^0.2.3",
5151
"rc-util": "^5.0.6"

packages/field/CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Change Log
22

3-
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [2.17.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-10-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **form:** field 为 checkbox 时设置了fieldNames后控制器报错的问题 React does not recognize the `fieldNames` prop on a DOM element ([#8785](https://github.com/ant-design/pro-components/issues/8785)) ([2560090](https://github.com/ant-design/pro-components/commit/25600907e620549079f6aa8618e689258113dd41))
12+
* replace `lodash-es` imports with `lodash` in CJS builds ([#8754](https://github.com/ant-design/pro-components/issues/8754)) ([3ef9283](https://github.com/ant-design/pro-components/commit/3ef9283a4cf52b8106d049af49f41dc37bb448b1))
13+
14+
15+
### Features
16+
17+
* added exports to support ESM environments such as vitest ([#8738](https://github.com/ant-design/pro-components/issues/8738)) ([71c4be9](https://github.com/ant-design/pro-components/commit/71c4be9c9ca5942154e0473e62be608d784d53fc))
18+
19+
20+
21+
422

523
## [2.16.2](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-09-12)
624

packages/field/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-field",
3-
"version": "2.16.2",
3+
"version": "2.17.0",
44
"description": "原子信息组件,统一 ProForm、ProTable、ProList、Filter 等组件里面的字段定义。",
55
"homepage": "https://github.com/ant-design/pro-components/tree/master/packages/plugin-layout#readme",
66
"bugs": "https://github.com/ant-design/pro-components/issues",
@@ -37,8 +37,8 @@
3737
],
3838
"dependencies": {
3939
"@ant-design/icons": "^5.0.0",
40-
"@ant-design/pro-provider": "2.14.9",
41-
"@ant-design/pro-utils": "2.15.18",
40+
"@ant-design/pro-provider": "2.15.0",
41+
"@ant-design/pro-utils": "2.16.0",
4242
"@babel/runtime": "^7.18.0",
4343
"@chenshuai2144/sketch-color": "^1.0.8",
4444
"classnames": "^2.3.2",

packages/form/CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Change Log
22

3-
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [2.31.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-10-17)
7+
8+
9+
### Bug Fixes
10+
11+
* replace `lodash-es` imports with `lodash` in CJS builds ([#8754](https://github.com/ant-design/pro-components/issues/8754)) ([3ef9283](https://github.com/ant-design/pro-components/commit/3ef9283a4cf52b8106d049af49f41dc37bb448b1))
12+
13+
14+
### Features
15+
16+
* added exports to support ESM environments such as vitest ([#8738](https://github.com/ant-design/pro-components/issues/8738)) ([71c4be9](https://github.com/ant-design/pro-components/commit/71c4be9c9ca5942154e0473e62be608d784d53fc))
17+
18+
19+
20+
421

522
## [2.30.2](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-09-12)
623

packages/form/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-form",
3-
"version": "2.30.2",
3+
"version": "2.31.0",
44
"description": "@ant-design/pro-form",
55
"keywords": [
66
"antd",
@@ -42,9 +42,9 @@
4242
],
4343
"dependencies": {
4444
"@ant-design/icons": "^5.0.0",
45-
"@ant-design/pro-field": "2.16.2",
46-
"@ant-design/pro-provider": "2.14.9",
47-
"@ant-design/pro-utils": "2.15.18",
45+
"@ant-design/pro-field": "2.17.0",
46+
"@ant-design/pro-provider": "2.15.0",
47+
"@ant-design/pro-utils": "2.16.0",
4848
"@babel/runtime": "^7.18.0",
4949
"@chenshuai2144/sketch-color": "^1.0.7",
5050
"@umijs/use-params": "^1.0.9",

0 commit comments

Comments
 (0)