Skip to content

Commit 9defb1c

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] - @ant-design/[email protected]
1 parent 8cdeda4 commit 9defb1c

File tree

20 files changed

+165
-51
lines changed

20 files changed

+165
-51
lines changed

packages/card/CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
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.5](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-07-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **card:** change checkcard checked token ([#7352](https://github.com/ant-design/pro-components/issues/7352)) ([8b2e00a](https://github.com/ant-design/pro-components/commit/8b2e00add79cd1547e52a4b1de6b8cd1796f52f9))
12+
* **card:** remove onChange stopPropagation ([5f4bb48](https://github.com/ant-design/pro-components/commit/5f4bb4849ffd70f3fd44d0a73183dc38df30c87a))
13+
14+
15+
16+
417

518
## [2.5.4](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-07-04)
619

packages/card/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-card",
3-
"version": "2.5.4",
3+
"version": "2.5.5",
44
"description": "@ant-design/pro-card",
55
"keywords": [
66
"antd",
@@ -35,8 +35,8 @@
3535
],
3636
"dependencies": {
3737
"@ant-design/icons": "^5.0.0",
38-
"@ant-design/pro-provider": "2.11.0",
39-
"@ant-design/pro-utils": "2.12.3",
38+
"@ant-design/pro-provider": "2.11.1",
39+
"@ant-design/pro-utils": "2.12.4",
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.5](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-07-14)
7+
8+
**Note:** Version bump only for package @ant-design/pro-components
9+
10+
11+
12+
413

514
## [2.6.4](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-07-04)
615

packages/components/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-components",
3-
"version": "2.6.4",
3+
"version": "2.6.5",
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.4",
39-
"@ant-design/pro-descriptions": "2.4.4",
40-
"@ant-design/pro-field": "2.10.4",
41-
"@ant-design/pro-form": "2.15.0",
42-
"@ant-design/pro-layout": "7.16.0",
43-
"@ant-design/pro-list": "2.5.4",
44-
"@ant-design/pro-provider": "2.11.0",
38+
"@ant-design/pro-card": "2.5.5",
39+
"@ant-design/pro-descriptions": "2.4.5",
40+
"@ant-design/pro-field": "2.10.5",
41+
"@ant-design/pro-form": "2.15.1",
42+
"@ant-design/pro-layout": "7.16.1",
43+
"@ant-design/pro-list": "2.5.5",
44+
"@ant-design/pro-provider": "2.11.1",
4545
"@ant-design/pro-skeleton": "2.1.6",
46-
"@ant-design/pro-table": "3.9.0",
47-
"@ant-design/pro-utils": "2.12.3",
46+
"@ant-design/pro-table": "3.9.1",
47+
"@ant-design/pro-utils": "2.12.4",
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.5](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-07-14)
7+
8+
**Note:** Version bump only for package @ant-design/pro-descriptions
9+
10+
11+
12+
413

514
## [2.4.4](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-07-04)
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.4",
3+
"version": "2.4.5",
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.4",
38-
"@ant-design/pro-form": "2.15.0",
37+
"@ant-design/pro-field": "2.10.5",
38+
"@ant-design/pro-form": "2.15.1",
3939
"@ant-design/pro-skeleton": "2.1.6",
40-
"@ant-design/pro-utils": "2.12.3",
40+
"@ant-design/pro-utils": "2.12.4",
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: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
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.5](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-07-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **form:** Fix the display style of the switch ([8cdeda4](https://github.com/ant-design/pro-components/commit/8cdeda486d2aebd0f290a64c389f298e62c21af1))
12+
* **form:** InlineErrorFormItemPopover support radio and checkbox ([8c6ede6](https://github.com/ant-design/pro-components/commit/8c6ede609dce67722c1e23819c0feb93ef0d153d))
13+
14+
15+
16+
417

518
## [2.10.4](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-07-04)
619

packages/field/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-field",
3-
"version": "2.10.4",
3+
"version": "2.10.5",
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",
@@ -30,8 +30,8 @@
3030
],
3131
"dependencies": {
3232
"@ant-design/icons": "^5.0.0",
33-
"@ant-design/pro-provider": "2.11.0",
34-
"@ant-design/pro-utils": "2.12.3",
33+
"@ant-design/pro-provider": "2.11.1",
34+
"@ant-design/pro-utils": "2.12.4",
3535
"@babel/runtime": "^7.18.0",
3636
"@chenshuai2144/sketch-color": "^1.0.8",
3737
"classnames": "^2.3.2",

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.15.1](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-07-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **form:** Fix the display style of the switch ([8cdeda4](https://github.com/ant-design/pro-components/commit/8cdeda486d2aebd0f290a64c389f298e62c21af1))
12+
13+
14+
15+
416

517
# [2.15.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-07-04)
618

packages/form/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-form",
3-
"version": "2.15.0",
3+
"version": "2.15.1",
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.4",
39-
"@ant-design/pro-provider": "2.11.0",
40-
"@ant-design/pro-utils": "2.12.3",
38+
"@ant-design/pro-field": "2.10.5",
39+
"@ant-design/pro-provider": "2.11.1",
40+
"@ant-design/pro-utils": "2.12.4",
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)