Skip to content

Commit 9dffa8f

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]
1 parent e628947 commit 9dffa8f

File tree

18 files changed

+162
-42
lines changed

18 files changed

+162
-42
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.8.7](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-08-05)
7+
8+
9+
### Bug Fixes
10+
11+
* add unit to transition duration in procard ([#8591](https://github.com/ant-design/pro-components/issues/8591)) ([585fe39](https://github.com/ant-design/pro-components/commit/585fe39bc5bf980da3ee81549a8dafda4925611b))
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]) (2024-07-15)
618

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.8.6",
3+
"version": "2.8.7",
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.14.9",
39-
"@ant-design/pro-utils": "2.15.16",
39+
"@ant-design/pro-utils": "2.15.17",
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.7.15](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-08-05)
7+
8+
**Note:** Version bump only for package @ant-design/pro-components
9+
10+
11+
12+
413

514
## [2.7.14](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-07-18)
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.7.14",
3+
"version": "2.7.15",
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.8.6",
39-
"@ant-design/pro-descriptions": "2.5.49",
40-
"@ant-design/pro-field": "2.15.2",
41-
"@ant-design/pro-form": "2.28.4",
42-
"@ant-design/pro-layout": "7.19.11",
43-
"@ant-design/pro-list": "2.5.65",
38+
"@ant-design/pro-card": "2.8.7",
39+
"@ant-design/pro-descriptions": "2.5.50",
40+
"@ant-design/pro-field": "2.16.0",
41+
"@ant-design/pro-form": "2.29.0",
42+
"@ant-design/pro-layout": "7.19.12",
43+
"@ant-design/pro-list": "2.5.66",
4444
"@ant-design/pro-provider": "2.14.9",
4545
"@ant-design/pro-skeleton": "2.1.13",
46-
"@ant-design/pro-table": "3.16.5",
47-
"@ant-design/pro-utils": "2.15.16",
46+
"@ant-design/pro-table": "3.16.6",
47+
"@ant-design/pro-utils": "2.15.17",
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.5.50](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-08-05)
7+
8+
**Note:** Version bump only for package @ant-design/pro-descriptions
9+
10+
11+
12+
413

514
## [2.5.49](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-07-18)
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.5.49",
3+
"version": "2.5.50",
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.15.2",
38-
"@ant-design/pro-form": "2.28.4",
37+
"@ant-design/pro-field": "2.16.0",
38+
"@ant-design/pro-form": "2.29.0",
3939
"@ant-design/pro-provider": "2.14.9",
4040
"@ant-design/pro-skeleton": "2.1.13",
41-
"@ant-design/pro-utils": "2.15.16",
41+
"@ant-design/pro-utils": "2.15.17",
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: 18 additions & 1 deletion
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+
# [2.16.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-08-05)
7+
8+
9+
### Features
10+
11+
* **field:** add localizedFormat plugin to dayjs ([#8582](https://github.com/ant-design/pro-components/issues/8582)) ([806935d](https://github.com/ant-design/pro-components/commit/806935dc207f2f52530f6b9fda0a9be5bbf23151))
12+
13+
14+
### Performance Improvements
15+
16+
* lodash => lodash-es ([#8606](https://github.com/ant-design/pro-components/issues/8606)) ([455b4f1](https://github.com/ant-design/pro-components/commit/455b4f1bb1edfd896c04d98c37da6f97fb2428cb))
17+
18+
19+
20+
421

522
## [2.15.2](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-07-15)
623

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.15.2",
3+
"version": "2.16.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",
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"@ant-design/icons": "^5.0.0",
3333
"@ant-design/pro-provider": "2.14.9",
34-
"@ant-design/pro-utils": "2.15.16",
34+
"@ant-design/pro-utils": "2.15.17",
3535
"@babel/runtime": "^7.18.0",
3636
"@chenshuai2144/sketch-color": "^1.0.8",
3737
"classnames": "^2.3.2",

packages/form/CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
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.29.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-08-05)
7+
8+
9+
### Bug Fixes
10+
11+
* **form:** correct line height in list action ([#8584](https://github.com/ant-design/pro-components/issues/8584)) ([e2b2ea6](https://github.com/ant-design/pro-components/commit/e2b2ea65185ef6e840f0f26992dae3d7cead27fe))
12+
* **form:** pass the OptionType type of ProFormSelect to the inner Select ([#8568](https://github.com/ant-design/pro-components/issues/8568)) ([6d8b99f](https://github.com/ant-design/pro-components/commit/6d8b99f356c43d20ce6bc868fe28d300af3f7c29))
13+
14+
15+
### Features
16+
17+
* **form:** export ProFormTreeSelectProps ([#8589](https://github.com/ant-design/pro-components/issues/8589)) ([55b912c](https://github.com/ant-design/pro-components/commit/55b912ccec854824b38f2d6f6a6cd39fb028204d))
18+
19+
20+
### Performance Improvements
21+
22+
* lodash => lodash-es ([#8606](https://github.com/ant-design/pro-components/issues/8606)) ([455b4f1](https://github.com/ant-design/pro-components/commit/455b4f1bb1edfd896c04d98c37da6f97fb2428cb))
23+
24+
25+
26+
427

528
## [2.28.4](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-07-18)
629

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.28.4",
3+
"version": "2.29.0",
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.15.2",
38+
"@ant-design/pro-field": "2.16.0",
3939
"@ant-design/pro-provider": "2.14.9",
40-
"@ant-design/pro-utils": "2.15.16",
40+
"@ant-design/pro-utils": "2.15.17",
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)