Skip to content

Commit ca3d859

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 b04a280 commit ca3d859

File tree

10 files changed

+71
-17
lines changed

10 files changed

+71
-17
lines changed

β€Žpackages/components/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.6.42](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-11-20)
7+
8+
9+
### Bug Fixes
10+
11+
* entry file of the unpkg ([#7903](https://github.com/ant-design/pro-components/issues/7903)) ([4e1dc70](https://github.com/ant-design/pro-components/commit/4e1dc704af46c82acd57218835d14b43a0e8fbd5))
12+
13+
14+
15+
416

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

β€Ž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.41",
3+
"version": "2.6.42",
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.25",
39+
"@ant-design/pro-descriptions": "2.5.26",
4040
"@ant-design/pro-field": "2.14.1",
41-
"@ant-design/pro-form": "2.22.5",
41+
"@ant-design/pro-form": "2.23.0",
4242
"@ant-design/pro-layout": "7.17.15",
43-
"@ant-design/pro-list": "2.5.40",
43+
"@ant-design/pro-list": "2.5.41",
4444
"@ant-design/pro-provider": "2.13.4",
4545
"@ant-design/pro-skeleton": "2.1.9",
46-
"@ant-design/pro-table": "3.13.9",
46+
"@ant-design/pro-table": "3.13.10",
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.26](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-11-20)
7+
8+
**Note:** Version bump only for package @ant-design/pro-descriptions
9+
10+
11+
12+
413

514
## [2.5.25](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.25",
3+
"version": "2.5.26",
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.5",
38+
"@ant-design/pro-form": "2.23.0",
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.23.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-11-20)
7+
8+
9+
### Features
10+
11+
* **form:** ProFormCaptcha onTiming callback ([#7908](https://github.com/ant-design/pro-components/issues/7908)) ([b04a280](https://github.com/ant-design/pro-components/commit/b04a2809773df13959110e64179a6c36eb136c15))
12+
13+
14+
15+
416

517
## [2.22.5](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.5",
3+
"version": "2.23.0",
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.41](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-11-20)
7+
8+
**Note:** Version bump only for package @ant-design/pro-list
9+
10+
11+
12+
413

514
## [2.5.40](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.40",
3+
"version": "2.5.41",
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.9",
38+
"@ant-design/pro-table": "3.13.10",
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: 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+
## [3.13.10](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-11-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **table:** slove editable wrapper by null initvalue ([#7900](https://github.com/ant-design/pro-components/issues/7900)) ([c9cad09](https://github.com/ant-design/pro-components/commit/c9cad091682eeb3b0901f7e7dcbf9f5583ea31dd))
12+
13+
14+
15+
416

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

β€Ž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.9",
3+
"version": "3.13.10",
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.5",
40+
"@ant-design/pro-form": "2.23.0",
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)