Skip to content

Commit a49ceb4

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 6d2cec9 commit a49ceb4

File tree

20 files changed

+195
-52
lines changed

20 files changed

+195
-52
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.3](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2025-01-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **locale:** add missing newline at end of file for sv_SE, nl_NL, and ro_RO locales ([d0f573f](https://github.com/ant-design/pro-components/commit/d0f573f325db4e863db1fbf70afc25ccf3dde7a7))
12+
13+
14+
15+
416

517
## [2.9.2](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-11-14)
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.9.2",
3+
"version": "2.9.3",
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.15.2",
40-
"@ant-design/pro-utils": "2.16.2",
39+
"@ant-design/pro-provider": "2.15.3",
40+
"@ant-design/pro-utils": "2.16.3",
4141
"@babel/runtime": "^7.18.0",
4242
"classnames": "^2.3.2",
4343
"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.3](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2025-01-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **locale:** add missing newline at end of file for sv_SE, nl_NL, and ro_RO locales ([d0f573f](https://github.com/ant-design/pro-components/commit/d0f573f325db4e863db1fbf70afc25ccf3dde7a7))
12+
13+
14+
15+
416

517
## [2.8.2](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-11-14)
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.8.2",
3+
"version": "2.8.3",
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.2",
39-
"@ant-design/pro-descriptions": "2.6.2",
40-
"@ant-design/pro-field": "2.17.2",
41-
"@ant-design/pro-form": "2.31.2",
42-
"@ant-design/pro-layout": "7.21.2",
43-
"@ant-design/pro-list": "2.6.2",
44-
"@ant-design/pro-provider": "2.15.2",
38+
"@ant-design/pro-card": "2.9.3",
39+
"@ant-design/pro-descriptions": "2.6.3",
40+
"@ant-design/pro-field": "3.0.0",
41+
"@ant-design/pro-form": "2.31.3",
42+
"@ant-design/pro-layout": "7.22.0",
43+
"@ant-design/pro-list": "2.6.3",
44+
"@ant-design/pro-provider": "2.15.3",
4545
"@ant-design/pro-skeleton": "2.2.1",
46-
"@ant-design/pro-table": "3.18.2",
47-
"@ant-design/pro-utils": "2.16.2",
46+
"@ant-design/pro-table": "3.18.3",
47+
"@ant-design/pro-utils": "2.16.3",
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.6.3](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2025-01-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **locale:** add missing newline at end of file for sv_SE, nl_NL, and ro_RO locales ([d0f573f](https://github.com/ant-design/pro-components/commit/d0f573f325db4e863db1fbf70afc25ccf3dde7a7))
12+
13+
14+
15+
416

517
## [2.6.2](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-11-14)
618

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.2",
3+
"version": "2.6.3",
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": "2.17.2",
38-
"@ant-design/pro-form": "2.31.2",
39-
"@ant-design/pro-provider": "2.15.2",
37+
"@ant-design/pro-field": "3.0.0",
38+
"@ant-design/pro-form": "2.31.3",
39+
"@ant-design/pro-provider": "2.15.3",
4040
"@ant-design/pro-skeleton": "2.2.1",
41-
"@ant-design/pro-utils": "2.16.2",
41+
"@ant-design/pro-utils": "2.16.3",
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: 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+
# [3.0.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2025-01-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **field:** add preserveOriginalLabel prop to SearchSelect ([#8919](https://github.com/ant-design/pro-components/issues/8919)) ([feb8200](https://github.com/ant-design/pro-components/commit/feb8200e162482f8b257a2a80d7ec5aec56b4440))
12+
* **locale:** add missing newline at end of file for sv_SE, nl_NL, and ro_RO locales ([d0f573f](https://github.com/ant-design/pro-components/commit/d0f573f325db4e863db1fbf70afc25ccf3dde7a7))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* **field:** None
18+
19+
20+
21+
422

523
## [2.17.2](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-11-14)
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.17.2",
3+
"version": "3.0.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.15.2",
34-
"@ant-design/pro-utils": "2.16.2",
33+
"@ant-design/pro-provider": "2.15.3",
34+
"@ant-design/pro-utils": "2.16.3",
3535
"@babel/runtime": "^7.18.0",
3636
"@chenshuai2144/sketch-color": "^1.0.8",
3737
"classnames": "^2.3.2",

packages/form/CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
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.3](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2025-01-06)
7+
8+
9+
### Bug Fixes
10+
11+
* add dateRange type && typo in word ([#8884](https://github.com/ant-design/pro-components/issues/8884)) ([30b6f01](https://github.com/ant-design/pro-components/commit/30b6f01cf0207cc7e378abdae82dbbbb33c925d4))
12+
* add emptyText fieldItem props ([#8888](https://github.com/ant-design/pro-components/issues/8888)) ([b2627ff](https://github.com/ant-design/pro-components/commit/b2627ff93aa50a51f07b5ee5e899b807cd26c6e2))
13+
* **locale:** add missing newline at end of file for sv_SE, nl_NL, and ro_RO locales ([d0f573f](https://github.com/ant-design/pro-components/commit/d0f573f325db4e863db1fbf70afc25ccf3dde7a7))
14+
15+
16+
### Performance Improvements
17+
18+
* add pro-componets path ([#8881](https://github.com/ant-design/pro-components/issues/8881)) ([43ceba3](https://github.com/ant-design/pro-components/commit/43ceba3660ddc8465e5f519711583602b9a6ea7a))
19+
20+
21+
22+
423

524
## [2.31.2](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-11-14)
625

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.2",
3+
"version": "2.31.3",
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.17.2",
39-
"@ant-design/pro-provider": "2.15.2",
40-
"@ant-design/pro-utils": "2.16.2",
38+
"@ant-design/pro-field": "3.0.0",
39+
"@ant-design/pro-provider": "2.15.3",
40+
"@ant-design/pro-utils": "2.16.3",
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)