Skip to content

Commit 99a2477

Browse files
committed
🎨 chore(release): Publish
- @ant-design/pro-card@2.5.16 - @ant-design/pro-components@2.6.19 - @ant-design/pro-descriptions@2.5.5 - @ant-design/pro-field@2.12.5 - @ant-design/pro-form@2.18.7 - @ant-design/pro-layout@7.17.0 - @ant-design/pro-list@2.5.19 - @ant-design/pro-provider@2.13.0 - @ant-design/pro-table@3.12.4 - @ant-design/pro-utils@2.14.4
1 parent 8fd2665 commit 99a2477

20 files changed

+158
-51
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.5.16](https://github.com/ant-design/pro-components/compare/@ant-design/pro-card@2.5.15...@ant-design/pro-card@2.5.16) (2023-09-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **card:** check card extra tag token fixed ([#7669](https://github.com/ant-design/pro-components/issues/7669)) ([d3daf14](https://github.com/ant-design/pro-components/commit/d3daf14d16259c46494ed26345e07744be07b00c))
12+
13+
14+
15+
416

517
## [2.5.15](https://github.com/ant-design/pro-components/compare/@ant-design/pro-card@2.5.14...@ant-design/pro-card@2.5.15) (2023-09-06)
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.5.15",
3+
"version": "2.5.16",
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.12.3",
39-
"@ant-design/pro-utils": "2.14.3",
38+
"@ant-design/pro-provider": "2.13.0",
39+
"@ant-design/pro-utils": "2.14.4",
4040
"@babel/runtime": "^7.18.0",
4141
"classnames": "^2.3.2",
4242
"omit.js": "^2.0.2",

packages/components/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.6.19](https://github.com/ant-design/pro-components/compare/@ant-design/pro-components@2.6.18...@ant-design/pro-components@2.6.19) (2023-09-14)
7+
8+
**Note:** Version bump only for package @ant-design/pro-components
9+
10+
11+
12+
413

514
## [2.6.18](https://github.com/ant-design/pro-components/compare/@ant-design/pro-components@2.6.17...@ant-design/pro-components@2.6.18) (2023-09-07)
615

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.6.18",
3+
"version": "2.6.19",
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.5.15",
39-
"@ant-design/pro-descriptions": "2.5.4",
40-
"@ant-design/pro-field": "2.12.4",
41-
"@ant-design/pro-form": "2.18.6",
42-
"@ant-design/pro-layout": "7.16.13",
43-
"@ant-design/pro-list": "2.5.18",
44-
"@ant-design/pro-provider": "2.12.3",
38+
"@ant-design/pro-card": "2.5.16",
39+
"@ant-design/pro-descriptions": "2.5.5",
40+
"@ant-design/pro-field": "2.12.5",
41+
"@ant-design/pro-form": "2.18.7",
42+
"@ant-design/pro-layout": "7.17.0",
43+
"@ant-design/pro-list": "2.5.19",
44+
"@ant-design/pro-provider": "2.13.0",
4545
"@ant-design/pro-skeleton": "2.1.7",
46-
"@ant-design/pro-table": "3.12.3",
47-
"@ant-design/pro-utils": "2.14.3",
46+
"@ant-design/pro-table": "3.12.4",
47+
"@ant-design/pro-utils": "2.14.4",
4848
"@babel/runtime": "^7.16.3"
4949
},
5050
"peerDependencies": {

packages/descriptions/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.5.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@2.5.4...@ant-design/pro-descriptions@2.5.5) (2023-09-14)
7+
8+
**Note:** Version bump only for package @ant-design/pro-descriptions
9+
10+
11+
12+
413

514
## [2.5.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@2.5.3...@ant-design/pro-descriptions@2.5.4) (2023-09-07)
615

packages/descriptions/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-descriptions",
3-
"version": "2.5.4",
3+
"version": "2.5.5",
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.12.4",
38-
"@ant-design/pro-form": "2.18.6",
37+
"@ant-design/pro-field": "2.12.5",
38+
"@ant-design/pro-form": "2.18.7",
3939
"@ant-design/pro-skeleton": "2.1.7",
40-
"@ant-design/pro-utils": "2.14.3",
40+
"@ant-design/pro-utils": "2.14.4",
4141
"@babel/runtime": "^7.18.0",
4242
"rc-resize-observer": "^0.2.3",
4343
"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+
## [2.12.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-field@2.12.4...@ant-design/pro-field@2.12.5) (2023-09-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **form:** 优化PassWord 展现形式 ([#7657](https://github.com/ant-design/pro-components/issues/7657)) ([e5ebbe5](https://github.com/ant-design/pro-components/commit/e5ebbe532c97b72e8fa22378e3ce0f0525fb0f87))
12+
13+
14+
15+
416

517
## [2.12.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-field@2.12.3...@ant-design/pro-field@2.12.4) (2023-09-06)
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": "2.12.4",
3+
"version": "2.12.5",
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.12.3",
34-
"@ant-design/pro-utils": "2.14.3",
33+
"@ant-design/pro-provider": "2.13.0",
34+
"@ant-design/pro-utils": "2.14.4",
3535
"@babel/runtime": "^7.18.0",
3636
"@chenshuai2144/sketch-color": "^1.0.8",
3737
"classnames": "^2.3.2",

packages/form/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.18.7](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@2.18.6...@ant-design/pro-form@2.18.7) (2023-09-14)
7+
8+
**Note:** Version bump only for package @ant-design/pro-form
9+
10+
11+
12+
413

514
## [2.18.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@2.18.5...@ant-design/pro-form@2.18.6) (2023-09-07)
615

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.18.6",
3+
"version": "2.18.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": "2.12.4",
39-
"@ant-design/pro-provider": "2.12.3",
40-
"@ant-design/pro-utils": "2.14.3",
38+
"@ant-design/pro-field": "2.12.5",
39+
"@ant-design/pro-provider": "2.13.0",
40+
"@ant-design/pro-utils": "2.14.4",
4141
"@babel/runtime": "^7.18.0",
4242
"@chenshuai2144/sketch-color": "^1.0.7",
4343
"@umijs/use-params": "^1.0.9",

packages/layout/CHANGELOG.md

+18-1
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+
# [7.17.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.16.13...@ant-design/pro-layout@7.17.0) (2023-09-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **layout:** 默认宽度更改为 1152 ([8fd2665](https://github.com/ant-design/pro-components/commit/8fd2665f244ab1d3c647ff30cd2d270c7e5def61))
12+
13+
14+
### Features
15+
16+
* **layout:** 更新 PageContainer Token 样式和计算规则 ([#7645](https://github.com/ant-design/pro-components/issues/7645)) ([f341313](https://github.com/ant-design/pro-components/commit/f341313672562619e443a2d4b8b716da0248da02))
17+
18+
19+
20+
421

522
## [7.16.13](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.16.12...@ant-design/pro-layout@7.16.13) (2023-09-07)
623

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.16.13",
3+
"version": "7.17.0",
44
"description": "@ant-design/pro-layout",
55
"keywords": [
66
"antd",
@@ -35,8 +35,8 @@
3535
],
3636
"dependencies": {
3737
"@ant-design/icons": "^5.0.0",
38-
"@ant-design/pro-provider": "2.12.3",
39-
"@ant-design/pro-utils": "2.14.3",
38+
"@ant-design/pro-provider": "2.13.0",
39+
"@ant-design/pro-utils": "2.14.4",
4040
"@babel/runtime": "^7.18.0",
4141
"@umijs/route-utils": "^4.0.0",
4242
"@umijs/use-params": "^1.0.9",

packages/list/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.5.19](https://github.com/ant-design/pro-components/compare/@ant-design/pro-list@2.5.18...@ant-design/pro-list@2.5.19) (2023-09-14)
7+
8+
**Note:** Version bump only for package @ant-design/pro-list
9+
10+
11+
12+
413

514
## [2.5.18](https://github.com/ant-design/pro-components/compare/@ant-design/pro-list@2.5.17...@ant-design/pro-list@2.5.18) (2023-09-07)
615

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.5.18",
3+
"version": "2.5.19",
44
"description": "🏆 Use Ant Design List like a Pro!",
55
"keywords": [
66
"antd",
@@ -33,10 +33,10 @@
3333
],
3434
"dependencies": {
3535
"@ant-design/icons": "^5.0.0",
36-
"@ant-design/pro-card": "2.5.15",
37-
"@ant-design/pro-field": "2.12.4",
38-
"@ant-design/pro-table": "3.12.3",
39-
"@ant-design/pro-utils": "2.14.3",
36+
"@ant-design/pro-card": "2.5.16",
37+
"@ant-design/pro-field": "2.12.5",
38+
"@ant-design/pro-table": "3.12.4",
39+
"@ant-design/pro-utils": "2.14.4",
4040
"@babel/runtime": "^7.18.0",
4141
"classnames": "^2.3.2",
4242
"dayjs": "^1.11.9",

packages/provider/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.13.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-provider@2.12.3...@ant-design/pro-provider@2.13.0) (2023-09-14)
7+
8+
9+
### Features
10+
11+
* **layout:** 更新 PageContainer Token 样式和计算规则 ([#7645](https://github.com/ant-design/pro-components/issues/7645)) ([f341313](https://github.com/ant-design/pro-components/commit/f341313672562619e443a2d4b8b716da0248da02))
12+
13+
14+
15+
416

517
## [2.12.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-provider@2.12.2...@ant-design/pro-provider@2.12.3) (2023-09-06)
618

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.12.3",
3+
"version": "2.13.0",
44
"description": "@ant-design/pro-provider",
55
"keywords": [
66
"antd",

packages/table/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+
## [3.12.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-table@3.12.3...@ant-design/pro-table@3.12.4) (2023-09-14)
7+
8+
**Note:** Version bump only for package @ant-design/pro-table
9+
10+
11+
12+
413

514
## [3.12.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-table@3.12.2...@ant-design/pro-table@3.12.3) (2023-09-07)
615

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.12.3",
3+
"version": "3.12.4",
44
"description": "🏆 Use Ant Design Table like a Pro!",
55
"keywords": [
66
"antd",
@@ -35,11 +35,11 @@
3535
],
3636
"dependencies": {
3737
"@ant-design/icons": "^5.0.0",
38-
"@ant-design/pro-card": "2.5.15",
39-
"@ant-design/pro-field": "2.12.4",
40-
"@ant-design/pro-form": "2.18.6",
41-
"@ant-design/pro-provider": "2.12.3",
42-
"@ant-design/pro-utils": "2.14.3",
38+
"@ant-design/pro-card": "2.5.16",
39+
"@ant-design/pro-field": "2.12.5",
40+
"@ant-design/pro-form": "2.18.7",
41+
"@ant-design/pro-provider": "2.13.0",
42+
"@ant-design/pro-utils": "2.14.4",
4343
"@babel/runtime": "^7.18.0",
4444
"@dnd-kit/core": "^6.0.8",
4545
"@dnd-kit/modifiers": "^6.0.1",

packages/utils/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.14.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-utils@2.14.3...@ant-design/pro-utils@2.14.4) (2023-09-14)
7+
8+
**Note:** Version bump only for package @ant-design/pro-utils
9+
10+
11+
12+
413

514
## [2.14.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-utils@2.14.2...@ant-design/pro-utils@2.14.3) (2023-09-06)
615

packages/utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-utils",
3-
"version": "2.14.3",
3+
"version": "2.14.4",
44
"description": "@ant-design/pro-utils",
55
"keywords": [
66
"antd",
@@ -35,7 +35,7 @@
3535
],
3636
"dependencies": {
3737
"@ant-design/icons": "^5.0.0",
38-
"@ant-design/pro-provider": "2.12.3",
38+
"@ant-design/pro-provider": "2.13.0",
3939
"@babel/runtime": "^7.18.0",
4040
"classnames": "^2.3.2",
4141
"dayjs": "^1.11.9",

0 commit comments

Comments
 (0)