Skip to content

Commit 8602f10

Browse files
committed
🎨 chore(release): Publish
- @ant-design/pro-card@2.5.2 - @ant-design/pro-components@2.6.2 - @ant-design/pro-descriptions@2.4.2 - @ant-design/pro-field@2.10.2 - @ant-design/pro-form@2.14.2 - @ant-design/pro-layout@7.15.2 - @ant-design/pro-list@2.5.2 - @ant-design/pro-table@3.8.2 - @ant-design/pro-utils@2.12.2
1 parent dc9420a commit 8602f10

18 files changed

+126
-42
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.5.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-card@2.5.1...@ant-design/pro-card@2.5.2) (2023-06-19)
7+
8+
**Note:** Version bump only for package @ant-design/pro-card
9+
10+
11+
12+
413

514
## [2.5.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-card@2.5.0...@ant-design/pro-card@2.5.1) (2023-06-19)
615

packages/card/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-card",
3-
"version": "2.5.1",
3+
"version": "2.5.2",
44
"description": "@ant-design/pro-card",
55
"keywords": [
66
"antd",
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"@ant-design/icons": "^5.0.0",
3838
"@ant-design/pro-provider": "2.10.5",
39-
"@ant-design/pro-utils": "2.12.1",
39+
"@ant-design/pro-utils": "2.12.2",
4040
"@babel/runtime": "^7.18.0",
4141
"classnames": "^2.3.2",
4242
"omit.js": "^2.0.2",

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.6.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-components@2.6.1...@ant-design/pro-components@2.6.2) (2023-06-19)
7+
8+
**Note:** Version bump only for package @ant-design/pro-components
9+
10+
11+
12+
413

514
## [2.6.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-components@2.6.0...@ant-design/pro-components@2.6.1) (2023-06-19)
615

packages/components/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-components",
3-
"version": "2.6.1",
3+
"version": "2.6.2",
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.1",
39-
"@ant-design/pro-descriptions": "2.4.1",
40-
"@ant-design/pro-field": "2.10.1",
41-
"@ant-design/pro-form": "2.14.1",
42-
"@ant-design/pro-layout": "7.15.1",
43-
"@ant-design/pro-list": "2.5.1",
38+
"@ant-design/pro-card": "2.5.2",
39+
"@ant-design/pro-descriptions": "2.4.2",
40+
"@ant-design/pro-field": "2.10.2",
41+
"@ant-design/pro-form": "2.14.2",
42+
"@ant-design/pro-layout": "7.15.2",
43+
"@ant-design/pro-list": "2.5.2",
4444
"@ant-design/pro-provider": "2.10.5",
4545
"@ant-design/pro-skeleton": "2.1.6",
46-
"@ant-design/pro-table": "3.8.1",
47-
"@ant-design/pro-utils": "2.12.1",
46+
"@ant-design/pro-table": "3.8.2",
47+
"@ant-design/pro-utils": "2.12.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.4.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@2.4.1...@ant-design/pro-descriptions@2.4.2) (2023-06-19)
7+
8+
**Note:** Version bump only for package @ant-design/pro-descriptions
9+
10+
11+
12+
413

514
## [2.4.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@2.4.0...@ant-design/pro-descriptions@2.4.1) (2023-06-19)
615

packages/descriptions/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-descriptions",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
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.10.1",
38-
"@ant-design/pro-form": "2.14.1",
37+
"@ant-design/pro-field": "2.10.2",
38+
"@ant-design/pro-form": "2.14.2",
3939
"@ant-design/pro-skeleton": "2.1.6",
40-
"@ant-design/pro-utils": "2.12.1",
40+
"@ant-design/pro-utils": "2.12.2",
4141
"@babel/runtime": "^7.18.0",
4242
"rc-resize-observer": "^0.2.3",
4343
"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+
## [2.10.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-field@2.10.1...@ant-design/pro-field@2.10.2) (2023-06-19)
7+
8+
**Note:** Version bump only for package @ant-design/pro-field
9+
10+
11+
12+
413

514
## [2.10.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-field@2.10.0...@ant-design/pro-field@2.10.1) (2023-06-19)
615

packages/field/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-field",
3-
"version": "2.10.1",
3+
"version": "2.10.2",
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",
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"@ant-design/icons": "^5.0.0",
3333
"@ant-design/pro-provider": "2.10.5",
34-
"@ant-design/pro-utils": "2.12.1",
34+
"@ant-design/pro-utils": "2.12.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.14.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@2.14.1...@ant-design/pro-form@2.14.2) (2023-06-19)
7+
8+
**Note:** Version bump only for package @ant-design/pro-form
9+
10+
11+
12+
413

514
## [2.14.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@2.14.0...@ant-design/pro-form@2.14.1) (2023-06-19)
615

packages/form/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-form",
3-
"version": "2.14.1",
3+
"version": "2.14.2",
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.10.1",
38+
"@ant-design/pro-field": "2.10.2",
3939
"@ant-design/pro-provider": "2.10.5",
40-
"@ant-design/pro-utils": "2.12.1",
40+
"@ant-design/pro-utils": "2.12.2",
4141
"@babel/runtime": "^7.18.0",
4242
"@chenshuai2144/sketch-color": "^1.0.7",
4343
"@umijs/use-params": "^1.0.9",

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

514
## [7.15.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.15.0...@ant-design/pro-layout@7.15.1) (2023-06-19)
615

packages/layout/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-layout",
3-
"version": "7.15.1",
3+
"version": "7.15.2",
44
"description": "@ant-design/pro-layout",
55
"keywords": [
66
"antd",
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"@ant-design/icons": "^5.0.0",
3838
"@ant-design/pro-provider": "2.10.5",
39-
"@ant-design/pro-utils": "2.12.1",
39+
"@ant-design/pro-utils": "2.12.2",
4040
"@babel/runtime": "^7.18.0",
4141
"@umijs/route-utils": "^4.0.0",
4242
"@umijs/use-params": "^1.0.9",

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

514
## [2.5.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-list@2.5.0...@ant-design/pro-list@2.5.1) (2023-06-19)
615

packages/list/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-list",
3-
"version": "2.5.1",
3+
"version": "2.5.2",
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.1",
37-
"@ant-design/pro-field": "2.10.1",
38-
"@ant-design/pro-table": "3.8.1",
39-
"@ant-design/pro-utils": "2.12.1",
36+
"@ant-design/pro-card": "2.5.2",
37+
"@ant-design/pro-field": "2.10.2",
38+
"@ant-design/pro-table": "3.8.2",
39+
"@ant-design/pro-utils": "2.12.2",
4040
"@babel/runtime": "^7.18.0",
4141
"classnames": "^2.3.2",
4242
"dayjs": "^1.11.8",

packages/table/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.8.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-table@3.8.1...@ant-design/pro-table@3.8.2) (2023-06-19)
7+
8+
**Note:** Version bump only for package @ant-design/pro-table
9+
10+
11+
12+
413

514
## [3.8.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-table@3.8.0...@ant-design/pro-table@3.8.1) (2023-06-19)
615

packages/table/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-table",
3-
"version": "3.8.1",
3+
"version": "3.8.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.1",
39-
"@ant-design/pro-field": "2.10.1",
40-
"@ant-design/pro-form": "2.14.1",
38+
"@ant-design/pro-card": "2.5.2",
39+
"@ant-design/pro-field": "2.10.2",
40+
"@ant-design/pro-form": "2.14.2",
4141
"@ant-design/pro-provider": "2.10.5",
42-
"@ant-design/pro-utils": "2.12.1",
42+
"@ant-design/pro-utils": "2.12.2",
4343
"@babel/runtime": "^7.18.0",
4444
"@dnd-kit/core": "^6.0.8",
4545
"@dnd-kit/sortable": "^7.0.2",

packages/utils/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.12.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-utils@2.12.1...@ant-design/pro-utils@2.12.2) (2023-06-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **form:** fix inline form reset value for destoy ([dc9420a](https://github.com/ant-design/pro-components/commit/dc9420aa2a1ba71ff537d4b1585cec84f3afacb9))
12+
13+
14+
15+
416

517
## [2.12.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-utils@2.12.0...@ant-design/pro-utils@2.12.1) (2023-06-19)
618

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-utils",
3-
"version": "2.12.1",
3+
"version": "2.12.2",
44
"description": "@ant-design/pro-utils",
55
"keywords": [
66
"antd",

0 commit comments

Comments
 (0)