Skip to content

Commit 89b7abc

Browse files
committed
🎨 chore(release): Publish
- @ant-design/pro-card@2.5.15 - @ant-design/pro-components@2.6.17 - @ant-design/pro-descriptions@2.5.3 - @ant-design/pro-field@2.12.4 - @ant-design/pro-form@2.18.5 - @ant-design/pro-layout@7.16.12 - @ant-design/pro-list@2.5.17 - @ant-design/pro-provider@2.12.3 - @ant-design/pro-table@3.12.2 - @ant-design/pro-utils@2.14.3
1 parent 927857f commit 89b7abc

20 files changed

+172
-51
lines changed

packages/card/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.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)
7+
8+
**Note:** Version bump only for package @ant-design/pro-card
9+
10+
11+
12+
413

514
## [2.5.14](https://github.com/ant-design/pro-components/compare/@ant-design/pro-card@2.5.13...@ant-design/pro-card@2.5.14) (2023-08-29)
615

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.14",
3+
"version": "2.5.15",
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.2",
39-
"@ant-design/pro-utils": "2.14.2",
38+
"@ant-design/pro-provider": "2.12.3",
39+
"@ant-design/pro-utils": "2.14.3",
4040
"@babel/runtime": "^7.18.0",
4141
"classnames": "^2.3.2",
4242
"omit.js": "^2.0.2",

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.6.17](https://github.com/ant-design/pro-components/compare/@ant-design/pro-components@2.6.16...@ant-design/pro-components@2.6.17) (2023-09-06)
7+
8+
9+
### Bug Fixes
10+
11+
* remove stringify ([25d2c42](https://github.com/ant-design/pro-components/commit/25d2c42a0bda673a0b40b5ae56bd0a852998ecd1))
12+
13+
14+
15+
416

517
## [2.6.16](https://github.com/ant-design/pro-components/compare/@ant-design/pro-components@2.6.15...@ant-design/pro-components@2.6.16) (2023-08-30)
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.6.16",
3+
"version": "2.6.17",
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.14",
39-
"@ant-design/pro-descriptions": "2.5.2",
40-
"@ant-design/pro-field": "2.12.3",
41-
"@ant-design/pro-form": "2.18.4",
42-
"@ant-design/pro-layout": "7.16.11",
43-
"@ant-design/pro-list": "2.5.16",
44-
"@ant-design/pro-provider": "2.12.2",
38+
"@ant-design/pro-card": "2.5.15",
39+
"@ant-design/pro-descriptions": "2.5.3",
40+
"@ant-design/pro-field": "2.12.4",
41+
"@ant-design/pro-form": "2.18.5",
42+
"@ant-design/pro-layout": "7.16.12",
43+
"@ant-design/pro-list": "2.5.17",
44+
"@ant-design/pro-provider": "2.12.3",
4545
"@ant-design/pro-skeleton": "2.1.7",
46-
"@ant-design/pro-table": "3.12.1",
47-
"@ant-design/pro-utils": "2.14.2",
46+
"@ant-design/pro-table": "3.12.2",
47+
"@ant-design/pro-utils": "2.14.3",
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.5.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@2.5.2...@ant-design/pro-descriptions@2.5.3) (2023-09-06)
7+
8+
9+
### Bug Fixes
10+
11+
* remove stringify ([25d2c42](https://github.com/ant-design/pro-components/commit/25d2c42a0bda673a0b40b5ae56bd0a852998ecd1))
12+
13+
14+
15+
416

517
## [2.5.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@2.5.1...@ant-design/pro-descriptions@2.5.2) (2023-08-30)
618

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.2",
3+
"version": "2.5.3",
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.3",
38-
"@ant-design/pro-form": "2.18.4",
37+
"@ant-design/pro-field": "2.12.4",
38+
"@ant-design/pro-form": "2.18.5",
3939
"@ant-design/pro-skeleton": "2.1.7",
40-
"@ant-design/pro-utils": "2.14.2",
40+
"@ant-design/pro-utils": "2.14.3",
4141
"@babel/runtime": "^7.18.0",
4242
"rc-resize-observer": "^0.2.3",
4343
"rc-util": "^5.0.6"

packages/field/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.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)
7+
8+
9+
### Bug Fixes
10+
11+
* **form:** fix datepicker format ([#7622](https://github.com/ant-design/pro-components/issues/7622)) ([a6aa0db](https://github.com/ant-design/pro-components/commit/a6aa0dbb0e24b3ca1ffa5ce364e90cba4db5369c))
12+
* remove stringify ([25d2c42](https://github.com/ant-design/pro-components/commit/25d2c42a0bda673a0b40b5ae56bd0a852998ecd1))
13+
14+
15+
16+
417

518
## [2.12.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-field@2.12.2...@ant-design/pro-field@2.12.3) (2023-08-30)
619

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.3",
3+
"version": "2.12.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.12.2",
34-
"@ant-design/pro-utils": "2.14.2",
33+
"@ant-design/pro-provider": "2.12.3",
34+
"@ant-design/pro-utils": "2.14.3",
3535
"@babel/runtime": "^7.18.0",
3636
"@chenshuai2144/sketch-color": "^1.0.8",
3737
"classnames": "^2.3.2",

packages/form/CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
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.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@2.18.4...@ant-design/pro-form@2.18.5) (2023-09-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **form:** dependency 支持 colSize ([#7611](https://github.com/ant-design/pro-components/issues/7611)) ([27436cc](https://github.com/ant-design/pro-components/commit/27436cc6351cfaa535d1ec9aef1f74e567ef44d7))
12+
* **form:** fix formList containerClassName and containerStyle no work error ([7a2c9e0](https://github.com/ant-design/pro-components/commit/7a2c9e0ddeb580b618f87773ff336c382be5f38a))
13+
* **form:** fix marginBlockEnd no use marginLG error ([6e5f384](https://github.com/ant-design/pro-components/commit/6e5f384aa9663e5859cfbceb0d328099ebf36fc8))
14+
* remove stringify ([25d2c42](https://github.com/ant-design/pro-components/commit/25d2c42a0bda673a0b40b5ae56bd0a852998ecd1))
15+
16+
17+
18+
419

520
## [2.18.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@2.18.3...@ant-design/pro-form@2.18.4) (2023-08-30)
621

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

packages/layout/CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
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.16.12](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.16.11...@ant-design/pro-layout@7.16.12) (2023-09-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **form:** fix formList containerClassName and containerStyle no work error ([7a2c9e0](https://github.com/ant-design/pro-components/commit/7a2c9e0ddeb580b618f87773ff336c382be5f38a))
12+
* **layout:** appList item click preventDefault and stopPropagation ([9b3cd65](https://github.com/ant-design/pro-components/commit/9b3cd656cacbf9890745161f7dde3531e6090f10))
13+
* **layout:** fix menu title center error ([904a89f](https://github.com/ant-design/pro-components/commit/904a89f705712007dbf62d134a8cc9d6a090d9ce))
14+
15+
16+
17+
418

519
## [7.16.11](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.16.10...@ant-design/pro-layout@7.16.11) (2023-08-29)
620

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.11",
3+
"version": "7.16.12",
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.2",
39-
"@ant-design/pro-utils": "2.14.2",
38+
"@ant-design/pro-provider": "2.12.3",
39+
"@ant-design/pro-utils": "2.14.3",
4040
"@babel/runtime": "^7.18.0",
4141
"@umijs/route-utils": "^4.0.0",
4242
"@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.5.17](https://github.com/ant-design/pro-components/compare/@ant-design/pro-list@2.5.16...@ant-design/pro-list@2.5.17) (2023-09-06)
7+
8+
9+
### Bug Fixes
10+
11+
* remove stringify ([25d2c42](https://github.com/ant-design/pro-components/commit/25d2c42a0bda673a0b40b5ae56bd0a852998ecd1))
12+
13+
14+
15+
416

517
## [2.5.16](https://github.com/ant-design/pro-components/compare/@ant-design/pro-list@2.5.15...@ant-design/pro-list@2.5.16) (2023-08-30)
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.5.16",
3+
"version": "2.5.17",
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.14",
37-
"@ant-design/pro-field": "2.12.3",
38-
"@ant-design/pro-table": "3.12.1",
39-
"@ant-design/pro-utils": "2.14.2",
36+
"@ant-design/pro-card": "2.5.15",
37+
"@ant-design/pro-field": "2.12.4",
38+
"@ant-design/pro-table": "3.12.2",
39+
"@ant-design/pro-utils": "2.14.3",
4040
"@babel/runtime": "^7.18.0",
4141
"classnames": "^2.3.2",
4242
"dayjs": "^1.11.9",

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.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)
7+
8+
**Note:** Version bump only for package @ant-design/pro-provider
9+
10+
11+
12+
413

514
## [2.12.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-provider@2.12.1...@ant-design/pro-provider@2.12.2) (2023-08-28)
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.12.2",
3+
"version": "2.12.3",
44
"description": "@ant-design/pro-provider",
55
"keywords": [
66
"antd",

packages/table/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+
## [3.12.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-table@3.12.1...@ant-design/pro-table@3.12.2) (2023-09-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **table:** sortConfig值为undefined时与默认值{}不一致,会导致翻页时再次触发request请求 ([#7616](https://github.com/ant-design/pro-components/issues/7616)) ([c51be62](https://github.com/ant-design/pro-components/commit/c51be62a7045abdee73467985c9d9a61835751ee))
12+
* remove stringify ([25d2c42](https://github.com/ant-design/pro-components/commit/25d2c42a0bda673a0b40b5ae56bd0a852998ecd1))
13+
14+
15+
16+
417

518
## [3.12.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-table@3.12.0...@ant-design/pro-table@3.12.1) (2023-08-30)
619

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.1",
3+
"version": "3.12.2",
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.14",
39-
"@ant-design/pro-field": "2.12.3",
40-
"@ant-design/pro-form": "2.18.4",
41-
"@ant-design/pro-provider": "2.12.2",
42-
"@ant-design/pro-utils": "2.14.2",
38+
"@ant-design/pro-card": "2.5.15",
39+
"@ant-design/pro-field": "2.12.4",
40+
"@ant-design/pro-form": "2.18.5",
41+
"@ant-design/pro-provider": "2.12.3",
42+
"@ant-design/pro-utils": "2.14.3",
4343
"@babel/runtime": "^7.18.0",
4444
"@dnd-kit/core": "^6.0.8",
4545
"@dnd-kit/modifiers": "^6.0.1",

packages/utils/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.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)
7+
8+
9+
### Bug Fixes
10+
11+
* **form:** fix marginBlockEnd no use marginLG error ([6e5f384](https://github.com/ant-design/pro-components/commit/6e5f384aa9663e5859cfbceb0d328099ebf36fc8))
12+
13+
14+
15+
416

517
## [2.14.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-utils@2.14.1...@ant-design/pro-utils@2.14.2) (2023-08-29)
618

0 commit comments

Comments
 (0)