Skip to content

Commit 9b4b8f2

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 39d58c9 commit 9b4b8f2

File tree

20 files changed

+145
-52
lines changed

20 files changed

+145
-52
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.9.9](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2025-06-10)
7+
8+
**Note:** Version bump only for package @ant-design/pro-card
9+
10+
11+
12+
413

514
## [2.9.8](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2025-06-10)
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.9.8",
3+
"version": "2.9.9",
44
"description": "@ant-design/pro-card",
55
"keywords": [
66
"antd",
@@ -36,8 +36,8 @@
3636
"dependencies": {
3737
"@ant-design/cssinjs": "^1.21.1",
3838
"@ant-design/icons": "^5.0.0",
39-
"@ant-design/pro-provider": "2.16.0",
40-
"@ant-design/pro-utils": "2.17.1",
39+
"@ant-design/pro-provider": "2.16.1",
40+
"@ant-design/pro-utils": "2.17.2",
4141
"@babel/runtime": "^7.18.0",
4242
"classnames": "^2.3.2",
4343
"rc-resize-observer": "^1.0.0",

packages/components/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.8.9](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2025-06-10)
7+
8+
**Note:** Version bump only for package @ant-design/pro-components
9+
10+
11+
12+
413

514
## [2.8.8](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2025-06-10)
615

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.8.8",
3+
"version": "2.8.9",
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.9.8",
39-
"@ant-design/pro-descriptions": "2.6.8",
40-
"@ant-design/pro-field": "3.0.5",
41-
"@ant-design/pro-form": "2.31.8",
42-
"@ant-design/pro-layout": "7.22.5",
43-
"@ant-design/pro-list": "2.6.8",
44-
"@ant-design/pro-provider": "2.16.0",
38+
"@ant-design/pro-card": "2.9.9",
39+
"@ant-design/pro-descriptions": "2.6.9",
40+
"@ant-design/pro-field": "3.0.6",
41+
"@ant-design/pro-form": "2.31.9",
42+
"@ant-design/pro-layout": "7.22.6",
43+
"@ant-design/pro-list": "2.6.9",
44+
"@ant-design/pro-provider": "2.16.1",
4545
"@ant-design/pro-skeleton": "2.2.1",
46-
"@ant-design/pro-table": "3.20.0",
47-
"@ant-design/pro-utils": "2.17.1",
46+
"@ant-design/pro-table": "3.20.1",
47+
"@ant-design/pro-utils": "2.17.2",
4848
"@babel/runtime": "^7.16.3"
4949
},
5050
"peerDependencies": {

packages/descriptions/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.6.9](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2025-06-10)
7+
8+
**Note:** Version bump only for package @ant-design/pro-descriptions
9+
10+
11+
12+
413

514
## [2.6.8](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2025-06-10)
615

packages/descriptions/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-descriptions",
3-
"version": "2.6.8",
3+
"version": "2.6.9",
44
"description": "@ant-design/pro-descriptions",
55
"keywords": [
66
"antd",
@@ -34,11 +34,11 @@
3434
"ie >= 11"
3535
],
3636
"dependencies": {
37-
"@ant-design/pro-field": "3.0.5",
38-
"@ant-design/pro-form": "2.31.8",
39-
"@ant-design/pro-provider": "2.16.0",
37+
"@ant-design/pro-field": "3.0.6",
38+
"@ant-design/pro-form": "2.31.9",
39+
"@ant-design/pro-provider": "2.16.1",
4040
"@ant-design/pro-skeleton": "2.2.1",
41-
"@ant-design/pro-utils": "2.17.1",
41+
"@ant-design/pro-utils": "2.17.2",
4242
"@babel/runtime": "^7.18.0",
4343
"rc-resize-observer": "^0.2.3",
4444
"rc-util": "^5.0.6"

packages/field/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+
## [3.0.6](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2025-06-10)
7+
8+
**Note:** Version bump only for package @ant-design/pro-field
9+
10+
11+
12+
413

514
## [3.0.5](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2025-06-10)
615

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": "3.0.5",
3+
"version": "3.0.6",
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.16.0",
34-
"@ant-design/pro-utils": "2.17.1",
33+
"@ant-design/pro-provider": "2.16.1",
34+
"@ant-design/pro-utils": "2.17.2",
3535
"@babel/runtime": "^7.18.0",
3636
"@chenshuai2144/sketch-color": "^1.0.8",
3737
"classnames": "^2.3.2",

packages/form/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.31.9](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2025-06-10)
7+
8+
**Note:** Version bump only for package @ant-design/pro-form
9+
10+
11+
12+
413

514
## [2.31.8](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2025-06-10)
615

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.31.8",
3+
"version": "2.31.9",
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": "3.0.5",
39-
"@ant-design/pro-provider": "2.16.0",
40-
"@ant-design/pro-utils": "2.17.1",
38+
"@ant-design/pro-field": "3.0.6",
39+
"@ant-design/pro-provider": "2.16.1",
40+
"@ant-design/pro-utils": "2.17.2",
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)