Skip to content

Commit b58f74d

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 c005a52 commit b58f74d

20 files changed

+182
-52
lines changed

packages/card/CHANGELOG.md

+13-1
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.7](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2025-03-31)
7+
8+
9+
### Bug Fixes
10+
11+
* **tests:** 移除多余的空行以清理代码 ([32cb3b8](https://github.com/ant-design/pro-components/commit/32cb3b8f85d38e5ee60e73440207617340890def))
12+
13+
14+
15+
416

517
## [2.9.6](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2025-02-17)
618

packages/card/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-card",
3-
"version": "2.9.6",
3+
"version": "2.9.7",
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.3",
40-
"@ant-design/pro-utils": "2.16.4",
39+
"@ant-design/pro-provider": "2.15.4",
40+
"@ant-design/pro-utils": "2.17.0",
4141
"@babel/runtime": "^7.18.0",
4242
"classnames": "^2.3.2",
4343
"rc-resize-observer": "^1.0.0",

packages/components/CHANGELOG.md

+13-1
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.7](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2025-03-31)
7+
8+
9+
### Bug Fixes
10+
11+
* **tests:** 移除多余的空行以清理代码 ([32cb3b8](https://github.com/ant-design/pro-components/commit/32cb3b8f85d38e5ee60e73440207617340890def))
12+
13+
14+
15+
416

517
## [2.8.6](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2025-02-17)
618

packages/components/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-components",
3-
"version": "2.8.6",
3+
"version": "2.8.7",
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.6",
39-
"@ant-design/pro-descriptions": "2.6.6",
40-
"@ant-design/pro-field": "3.0.3",
41-
"@ant-design/pro-form": "2.31.6",
42-
"@ant-design/pro-layout": "7.22.3",
43-
"@ant-design/pro-list": "2.6.6",
44-
"@ant-design/pro-provider": "2.15.3",
38+
"@ant-design/pro-card": "2.9.7",
39+
"@ant-design/pro-descriptions": "2.6.7",
40+
"@ant-design/pro-field": "3.0.4",
41+
"@ant-design/pro-form": "2.31.7",
42+
"@ant-design/pro-layout": "7.22.4",
43+
"@ant-design/pro-list": "2.6.7",
44+
"@ant-design/pro-provider": "2.15.4",
4545
"@ant-design/pro-skeleton": "2.2.1",
46-
"@ant-design/pro-table": "3.18.6",
47-
"@ant-design/pro-utils": "2.16.4",
46+
"@ant-design/pro-table": "3.19.0",
47+
"@ant-design/pro-utils": "2.17.0",
4848
"@babel/runtime": "^7.16.3"
4949
},
5050
"peerDependencies": {

packages/descriptions/CHANGELOG.md

+13-1
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.7](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2025-03-31)
7+
8+
9+
### Bug Fixes
10+
11+
* **tests:** 移除多余的空行以清理代码 ([32cb3b8](https://github.com/ant-design/pro-components/commit/32cb3b8f85d38e5ee60e73440207617340890def))
12+
13+
14+
15+
416

517
## [2.6.6](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2025-02-17)
618

packages/descriptions/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-descriptions",
3-
"version": "2.6.6",
3+
"version": "2.6.7",
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.3",
38-
"@ant-design/pro-form": "2.31.6",
39-
"@ant-design/pro-provider": "2.15.3",
37+
"@ant-design/pro-field": "3.0.4",
38+
"@ant-design/pro-form": "2.31.7",
39+
"@ant-design/pro-provider": "2.15.4",
4040
"@ant-design/pro-skeleton": "2.2.1",
41-
"@ant-design/pro-utils": "2.16.4",
41+
"@ant-design/pro-utils": "2.17.0",
4242
"@babel/runtime": "^7.18.0",
4343
"rc-resize-observer": "^0.2.3",
4444
"rc-util": "^5.0.6"

packages/field/CHANGELOG.md

+13-1
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+
## [3.0.4](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2025-03-31)
7+
8+
9+
### Bug Fixes
10+
11+
* **tests:** 移除多余的空行以清理代码 ([32cb3b8](https://github.com/ant-design/pro-components/commit/32cb3b8f85d38e5ee60e73440207617340890def))
12+
13+
14+
15+
416

517
## [3.0.3](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2025-02-17)
618

packages/field/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-field",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
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.3",
34-
"@ant-design/pro-utils": "2.16.4",
33+
"@ant-design/pro-provider": "2.15.4",
34+
"@ant-design/pro-utils": "2.17.0",
3535
"@babel/runtime": "^7.18.0",
3636
"@chenshuai2144/sketch-color": "^1.0.8",
3737
"classnames": "^2.3.2",

packages/form/CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
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.7](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2025-03-31)
7+
8+
9+
### Bug Fixes
10+
11+
* **SchemaForm:** 移除不必要的类型错误注释,确保 tooltip 属性正常使用 ([c005a52](https://github.com/ant-design/pro-components/commit/c005a526d4e866937d0342c90c098fe6fde13fc7))
12+
* **tests:** 移除多余的空行以清理代码 ([32cb3b8](https://github.com/ant-design/pro-components/commit/32cb3b8f85d38e5ee60e73440207617340890def))
13+
14+
15+
16+
417

518
## [2.31.6](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2025-02-17)
619

packages/form/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-form",
3-
"version": "2.31.6",
3+
"version": "2.31.7",
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.3",
39-
"@ant-design/pro-provider": "2.15.3",
40-
"@ant-design/pro-utils": "2.16.4",
38+
"@ant-design/pro-field": "3.0.4",
39+
"@ant-design/pro-provider": "2.15.4",
40+
"@ant-design/pro-utils": "2.17.0",
4141
"@babel/runtime": "^7.18.0",
4242
"@chenshuai2144/sketch-color": "^1.0.7",
4343
"@umijs/use-params": "^1.0.9",

packages/layout/CHANGELOG.md

+13-1
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+
## [7.22.4](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2025-03-31)
7+
8+
9+
### Bug Fixes
10+
11+
* **tests:** 移除多余的空行以清理代码 ([32cb3b8](https://github.com/ant-design/pro-components/commit/32cb3b8f85d38e5ee60e73440207617340890def))
12+
13+
14+
15+
416

517
## [7.22.3](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2025-02-17)
618

packages/layout/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-layout",
3-
"version": "7.22.3",
3+
"version": "7.22.4",
44
"description": "@ant-design/pro-layout",
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.3",
40-
"@ant-design/pro-utils": "2.16.4",
39+
"@ant-design/pro-provider": "2.15.4",
40+
"@ant-design/pro-utils": "2.17.0",
4141
"@babel/runtime": "^7.18.0",
4242
"@umijs/route-utils": "^4.0.0",
4343
"@umijs/use-params": "^1.0.9",

packages/list/CHANGELOG.md

+13-1
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.7](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2025-03-31)
7+
8+
9+
### Bug Fixes
10+
11+
* **tests:** 移除多余的空行以清理代码 ([32cb3b8](https://github.com/ant-design/pro-components/commit/32cb3b8f85d38e5ee60e73440207617340890def))
12+
13+
14+
15+
416

517
## [2.6.6](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2025-02-17)
618

packages/list/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-list",
3-
"version": "2.6.6",
3+
"version": "2.6.7",
44
"description": "🏆 Use Ant Design List like a Pro!",
55
"keywords": [
66
"antd",
@@ -34,10 +34,10 @@
3434
"dependencies": {
3535
"@ant-design/cssinjs": "^1.21.1",
3636
"@ant-design/icons": "^5.0.0",
37-
"@ant-design/pro-card": "2.9.6",
38-
"@ant-design/pro-field": "3.0.3",
39-
"@ant-design/pro-table": "3.18.6",
40-
"@ant-design/pro-utils": "2.16.4",
37+
"@ant-design/pro-card": "2.9.7",
38+
"@ant-design/pro-field": "3.0.4",
39+
"@ant-design/pro-table": "3.19.0",
40+
"@ant-design/pro-utils": "2.17.0",
4141
"@babel/runtime": "^7.18.0",
4242
"classnames": "^2.3.2",
4343
"dayjs": "^1.11.10",

packages/provider/CHANGELOG.md

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

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

packages/provider/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-provider",
3-
"version": "2.15.3",
3+
"version": "2.15.4",
44
"description": "@ant-design/pro-provider",
55
"keywords": [
66
"antd",

packages/table/CHANGELOG.md

+20-1
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+
# [3.19.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2025-03-31)
7+
8+
9+
### Bug Fixes
10+
11+
* **table:** ensure valueType has higher priority than valueEnum ([#9027](https://github.com/ant-design/pro-components/issues/9027)) ([156c6a1](https://github.com/ant-design/pro-components/commit/156c6a16ee987387c68f43ed7b8a1a02af1df459))
12+
* **Table:** 为按钮添加 tabindex="-1" 属性以改善可访问性 ([6658fb0](https://github.com/ant-design/pro-components/commit/6658fb0b9623293ef999a6fd8e61553fec59585d))
13+
* **tests:** 移除多余的空行以清理代码 ([32cb3b8](https://github.com/ant-design/pro-components/commit/32cb3b8f85d38e5ee60e73440207617340890def))
14+
15+
16+
### Features
17+
18+
* **Table:** 添加 tooltip 属性以支持从 tip 属性生成提示信息 ([4b253ac](https://github.com/ant-design/pro-components/commit/4b253ac64034628b77a9396719e583e84965cb74))
19+
20+
21+
22+
423

524
## [3.18.6](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2025-02-17)
625

packages/table/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-table",
3-
"version": "3.18.6",
3+
"version": "3.19.0",
44
"description": "🏆 Use Ant Design Table like a Pro!",
55
"keywords": [
66
"antd",
@@ -36,11 +36,11 @@
3636
"dependencies": {
3737
"@ant-design/cssinjs": "^1.21.1",
3838
"@ant-design/icons": "^5.0.0",
39-
"@ant-design/pro-card": "2.9.6",
40-
"@ant-design/pro-field": "3.0.3",
41-
"@ant-design/pro-form": "2.31.6",
42-
"@ant-design/pro-provider": "2.15.3",
43-
"@ant-design/pro-utils": "2.16.4",
39+
"@ant-design/pro-card": "2.9.7",
40+
"@ant-design/pro-field": "3.0.4",
41+
"@ant-design/pro-form": "2.31.7",
42+
"@ant-design/pro-provider": "2.15.4",
43+
"@ant-design/pro-utils": "2.17.0",
4444
"@babel/runtime": "^7.18.0",
4545
"@dnd-kit/core": "^6.0.8",
4646
"@dnd-kit/modifiers": "^6.0.1",

0 commit comments

Comments
 (0)