Skip to content

Commit 01afb69

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]
1 parent 7c1bf34 commit 01afb69

File tree

10 files changed

+67
-17
lines changed

10 files changed

+67
-17
lines changed

β€Ž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.39](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-11-15)
7+
8+
**Note:** Version bump only for package @ant-design/pro-components
9+
10+
11+
12+
413

514
## [2.6.38](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-11-15)
615

β€Žpackages/components/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-components",
3-
"version": "2.6.38",
3+
"version": "2.6.39",
44
"description": "@ant-design/pro-components",
55
"keywords": [
66
"antd",
@@ -36,14 +36,14 @@
3636
],
3737
"dependencies": {
3838
"@ant-design/pro-card": "2.5.26",
39-
"@ant-design/pro-descriptions": "2.5.22",
39+
"@ant-design/pro-descriptions": "2.5.23",
4040
"@ant-design/pro-field": "2.14.1",
41-
"@ant-design/pro-form": "2.22.2",
41+
"@ant-design/pro-form": "2.22.3",
4242
"@ant-design/pro-layout": "7.17.15",
43-
"@ant-design/pro-list": "2.5.37",
43+
"@ant-design/pro-list": "2.5.38",
4444
"@ant-design/pro-provider": "2.13.4",
4545
"@ant-design/pro-skeleton": "2.1.9",
46-
"@ant-design/pro-table": "3.13.6",
46+
"@ant-design/pro-table": "3.13.7",
4747
"@ant-design/pro-utils": "2.15.1",
4848
"@babel/runtime": "^7.16.3"
4949
},

β€Ž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.23](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-11-15)
7+
8+
**Note:** Version bump only for package @ant-design/pro-descriptions
9+
10+
11+
12+
413

514
## [2.5.22](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-11-15)
615

β€Žpackages/descriptions/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-descriptions",
3-
"version": "2.5.22",
3+
"version": "2.5.23",
44
"description": "@ant-design/pro-descriptions",
55
"keywords": [
66
"antd",
@@ -35,7 +35,7 @@
3535
],
3636
"dependencies": {
3737
"@ant-design/pro-field": "2.14.1",
38-
"@ant-design/pro-form": "2.22.2",
38+
"@ant-design/pro-form": "2.22.3",
3939
"@ant-design/pro-skeleton": "2.1.9",
4040
"@ant-design/pro-utils": "2.15.1",
4141
"@babel/runtime": "^7.18.0",

β€Žpackages/form/CHANGELOG.mdβ€Ž

Lines changed: 15 additions & 1 deletion
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+
## [2.22.3](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-11-15)
7+
8+
9+
### Bug Fixes
10+
11+
* **form:** PasssWord statusRender support value ([5abe403](https://github.com/ant-design/pro-components/commit/5abe403aecc3d98b365c8b5fa75763f8b79a494d))
12+
* **form:** PasssWord use Progress step ([ee6beb6](https://github.com/ant-design/pro-components/commit/ee6beb6d35ec6b58a06e2357a7616dac09252b16))
13+
* **form:** PassWord getPercent support status ([7c1bf34](https://github.com/ant-design/pro-components/commit/7c1bf34115e2ff0eeafea4545261e35591347e3d))
14+
15+
16+
17+
418

519
## [2.22.2](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-11-15)
620

β€Žpackages/form/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-form",
3-
"version": "2.22.2",
3+
"version": "2.22.3",
44
"description": "@ant-design/pro-form",
55
"keywords": [
66
"antd",

β€Ž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.38](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-11-15)
7+
8+
**Note:** Version bump only for package @ant-design/pro-list
9+
10+
11+
12+
413

514
## [2.5.37](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-11-15)
615

β€Žpackages/list/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-list",
3-
"version": "2.5.37",
3+
"version": "2.5.38",
44
"description": "πŸ† Use Ant Design List like a Pro!",
55
"keywords": [
66
"antd",
@@ -35,7 +35,7 @@
3535
"@ant-design/icons": "^5.0.0",
3636
"@ant-design/pro-card": "2.5.26",
3737
"@ant-design/pro-field": "2.14.1",
38-
"@ant-design/pro-table": "3.13.6",
38+
"@ant-design/pro-table": "3.13.7",
3939
"@ant-design/pro-utils": "2.15.1",
4040
"@babel/runtime": "^7.18.0",
4141
"classnames": "^2.3.2",

β€Ž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.13.7](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-11-15)
7+
8+
**Note:** Version bump only for package @ant-design/pro-table
9+
10+
11+
12+
413

514
## [3.13.6](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-11-15)
615

β€Žpackages/table/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-table",
3-
"version": "3.13.6",
3+
"version": "3.13.7",
44
"description": "πŸ† Use Ant Design Table like a Pro!",
55
"keywords": [
66
"antd",
@@ -37,7 +37,7 @@
3737
"@ant-design/icons": "^5.0.0",
3838
"@ant-design/pro-card": "2.5.26",
3939
"@ant-design/pro-field": "2.14.1",
40-
"@ant-design/pro-form": "2.22.2",
40+
"@ant-design/pro-form": "2.22.3",
4141
"@ant-design/pro-provider": "2.13.4",
4242
"@ant-design/pro-utils": "2.15.1",
4343
"@babel/runtime": "^7.18.0",

0 commit comments

Comments
Β (0)