Skip to content

Commit efe312f

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]
1 parent 2e83b18 commit efe312f

File tree

20 files changed

+212
-51
lines changed

20 files changed

+212
-51
lines changed

packages/card/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
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.4.10](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-05-29)
7+
8+
**Note:** Version bump only for package @ant-design/pro-card
9+
10+
11+
12+
413

514
## [2.4.9](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-05-18)
615

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.4.9",
3+
"version": "2.4.10",
44
"description": "@ant-design/pro-card",
55
"keywords": [
66
"antd",
@@ -35,8 +35,8 @@
3535
],
3636
"dependencies": {
3737
"@ant-design/icons": "^5.0.0",
38-
"@ant-design/pro-provider": "^2.9.0",
39-
"@ant-design/pro-utils": "^2.10.0",
38+
"@ant-design/pro-provider": "^2.10.0",
39+
"@ant-design/pro-utils": "^2.11.0",
4040
"@babel/runtime": "^7.18.0",
4141
"classnames": "^2.2.6",
4242
"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.5.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-05-29)
7+
8+
9+
### Features
10+
11+
* **table:** use [@dnd-kit](https://github.com/dnd-kit) ([#7131](https://github.com/ant-design/pro-components/issues/7131)) ([26b6aa6](https://github.com/ant-design/pro-components/commit/26b6aa611a0c5d88232cda88ca7cec893ee2160b))
12+
13+
14+
15+
416

517
## [2.4.16](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-05-18)
618

packages/components/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-components",
3-
"version": "2.4.16",
3+
"version": "2.5.0",
44
"description": "@ant-design/pro-components",
55
"keywords": [
66
"antd",
@@ -35,16 +35,16 @@
3535
"ie >= 11"
3636
],
3737
"dependencies": {
38-
"@ant-design/pro-card": "^2.4.9",
39-
"@ant-design/pro-descriptions": "^2.2.13",
40-
"@ant-design/pro-field": "^2.8.0",
41-
"@ant-design/pro-form": "^2.12.1",
42-
"@ant-design/pro-layout": "^7.13.5",
43-
"@ant-design/pro-list": "^2.3.14",
44-
"@ant-design/pro-provider": "^2.9.0",
38+
"@ant-design/pro-card": "^2.4.10",
39+
"@ant-design/pro-descriptions": "^2.3.0",
40+
"@ant-design/pro-field": "^2.9.0",
41+
"@ant-design/pro-form": "^2.13.0",
42+
"@ant-design/pro-layout": "^7.14.0",
43+
"@ant-design/pro-list": "^2.4.0",
44+
"@ant-design/pro-provider": "^2.10.0",
4545
"@ant-design/pro-skeleton": "^2.1.3",
46-
"@ant-design/pro-table": "^3.6.11",
47-
"@ant-design/pro-utils": "^2.10.0",
46+
"@ant-design/pro-table": "^3.7.0",
47+
"@ant-design/pro-utils": "^2.11.0",
4848
"@babel/runtime": "^7.16.3"
4949
},
5050
"peerDependencies": {

packages/descriptions/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.3.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-05-29)
7+
8+
9+
### Features
10+
11+
* **table:** use [@dnd-kit](https://github.com/dnd-kit) ([#7131](https://github.com/ant-design/pro-components/issues/7131)) ([26b6aa6](https://github.com/ant-design/pro-components/commit/26b6aa611a0c5d88232cda88ca7cec893ee2160b))
12+
13+
14+
15+
416

517
## [2.2.13](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-05-18)
618

packages/descriptions/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-descriptions",
3-
"version": "2.2.13",
3+
"version": "2.3.0",
44
"description": "@ant-design/pro-descriptions",
55
"keywords": [
66
"antd",
@@ -34,10 +34,10 @@
3434
"ie >= 11"
3535
],
3636
"dependencies": {
37-
"@ant-design/pro-field": "^2.8.0",
38-
"@ant-design/pro-form": "^2.12.1",
37+
"@ant-design/pro-field": "^2.9.0",
38+
"@ant-design/pro-form": "^2.13.0",
3939
"@ant-design/pro-skeleton": "^2.1.3",
40-
"@ant-design/pro-utils": "^2.10.0",
40+
"@ant-design/pro-utils": "^2.11.0",
4141
"@babel/runtime": "^7.18.0",
4242
"rc-resize-observer": "^0.2.3",
4343
"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.9.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-05-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **form:** 解决 ProFormList 多重嵌套 ProFormList 下的表单组件未调用 transform 方法问题 ([#7138](https://github.com/ant-design/pro-components/issues/7138)) ([2e83b18](https://github.com/ant-design/pro-components/commit/2e83b184fae0f68013c0c1db39837981f70d1ec3))
12+
* update lock file and fix test case ([d991d5d](https://github.com/ant-design/pro-components/commit/d991d5d6e1d19fa721d9c25ef0318a0c0e134e7e))
13+
14+
15+
### Features
16+
17+
* **table:** use [@dnd-kit](https://github.com/dnd-kit) ([#7131](https://github.com/ant-design/pro-components/issues/7131)) ([26b6aa6](https://github.com/ant-design/pro-components/commit/26b6aa611a0c5d88232cda88ca7cec893ee2160b))
18+
19+
20+
21+
422

523
# [2.8.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-05-18)
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.8.0",
3+
"version": "2.9.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",
@@ -30,8 +30,8 @@
3030
],
3131
"dependencies": {
3232
"@ant-design/icons": "^5.0.0",
33-
"@ant-design/pro-provider": "^2.9.0",
34-
"@ant-design/pro-utils": "^2.10.0",
33+
"@ant-design/pro-provider": "^2.10.0",
34+
"@ant-design/pro-utils": "^2.11.0",
3535
"@babel/runtime": "^7.18.0",
3636
"@chenshuai2144/sketch-color": "^1.0.8",
3737
"classnames": "^2.2.6",

packages/form/CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
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.13.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-05-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **form:** 解决 ProFormList 多重嵌套 ProFormList 下的表单组件未调用 transform 方法问题 ([#7138](https://github.com/ant-design/pro-components/issues/7138)) ([2e83b18](https://github.com/ant-design/pro-components/commit/2e83b184fae0f68013c0c1db39837981f70d1ec3))
12+
* **list:** 修复 ProFormList 使用 className 无效问题([#7128](https://github.com/ant-design/pro-components/issues/7128)) ([6d8c301](https://github.com/ant-design/pro-components/commit/6d8c301f221630e9712ffc1c9d37e12621d5d755))
13+
* update lock file and fix test case ([d991d5d](https://github.com/ant-design/pro-components/commit/d991d5d6e1d19fa721d9c25ef0318a0c0e134e7e))
14+
* **form:** use oninit reset formRef ([1deedf2](https://github.com/ant-design/pro-components/commit/1deedf26e0dfb377f883c428f597094353c8c3e3))
15+
16+
17+
### Features
18+
19+
* **table:** use [@dnd-kit](https://github.com/dnd-kit) ([#7131](https://github.com/ant-design/pro-components/issues/7131)) ([26b6aa6](https://github.com/ant-design/pro-components/commit/26b6aa611a0c5d88232cda88ca7cec893ee2160b))
20+
21+
22+
23+
424

525
## [2.12.1](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-05-18)
626

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.12.1",
3+
"version": "2.13.0",
44
"description": "@ant-design/pro-form",
55
"keywords": [
66
"antd",
@@ -35,9 +35,9 @@
3535
],
3636
"dependencies": {
3737
"@ant-design/icons": "^5.0.0",
38-
"@ant-design/pro-field": "^2.8.0",
39-
"@ant-design/pro-provider": "^2.9.0",
40-
"@ant-design/pro-utils": "^2.10.0",
38+
"@ant-design/pro-field": "^2.9.0",
39+
"@ant-design/pro-provider": "^2.10.0",
40+
"@ant-design/pro-utils": "^2.11.0",
4141
"@babel/runtime": "^7.18.0",
4242
"@chenshuai2144/sketch-color": "^1.0.7",
4343
"@umijs/use-params": "^1.0.9",

0 commit comments

Comments
 (0)