Skip to content

Commit 7a81aa0

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 fcade9f commit 7a81aa0

File tree

10 files changed

+65
-17
lines changed

10 files changed

+65
-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.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-components
9+
10+
11+
12+
413

514
## [2.6.37](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.37",
3+
"version": "2.6.38",
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.21",
39+
"@ant-design/pro-descriptions": "2.5.22",
4040
"@ant-design/pro-field": "2.14.1",
41-
"@ant-design/pro-form": "2.22.1",
41+
"@ant-design/pro-form": "2.22.2",
4242
"@ant-design/pro-layout": "7.17.15",
43-
"@ant-design/pro-list": "2.5.36",
43+
"@ant-design/pro-list": "2.5.37",
4444
"@ant-design/pro-provider": "2.13.4",
4545
"@ant-design/pro-skeleton": "2.1.9",
46-
"@ant-design/pro-table": "3.13.5",
46+
"@ant-design/pro-table": "3.13.6",
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.22](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.21](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.21",
3+
"version": "2.5.22",
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.1",
38+
"@ant-design/pro-form": "2.22.2",
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: 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.22.2](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:** Password support strengthText ([fcade9f](https://github.com/ant-design/pro-components/commit/fcade9f3bce22cb032ad5c00a71fc22035e224d2))
12+
13+
14+
15+
416

517
## [2.22.1](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-11-15)
618

β€Ž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.1",
3+
"version": "2.22.2",
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.37](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.36](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.36",
3+
"version": "2.5.37",
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.5",
38+
"@ant-design/pro-table": "3.13.6",
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.6](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.5](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.5",
3+
"version": "3.13.6",
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.1",
40+
"@ant-design/pro-form": "2.22.2",
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)