Skip to content

Commit 8e95ecb

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 6ce82ef commit 8e95ecb

File tree

18 files changed

+180
-42
lines changed

18 files changed

+180
-42
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.6](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-07-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **list:** ProList card support on checked ([2a0257e](https://github.com/ant-design/pro-components/commit/2a0257e476555323bf6813c4a3648c6a08dbb63d))
12+
* **table:** when checkable=false, no render all select boxs ([5421e41](https://github.com/ant-design/pro-components/commit/5421e41671afc084d6ba6cdb992e5320e72c2f8d))
13+
14+
15+
16+
417

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

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.5.5",
3+
"version": "2.5.6",
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.11.1",
39-
"@ant-design/pro-utils": "2.12.4",
39+
"@ant-design/pro-utils": "2.12.5",
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.6](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-07-19)
7+
8+
**Note:** Version bump only for package @ant-design/pro-components
9+
10+
11+
12+
413

514
## [2.6.5](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-07-14)
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.6.5",
3+
"version": "2.6.6",
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.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",
38+
"@ant-design/pro-card": "2.5.6",
39+
"@ant-design/pro-descriptions": "2.4.6",
40+
"@ant-design/pro-field": "2.10.6",
41+
"@ant-design/pro-form": "2.16.0",
42+
"@ant-design/pro-layout": "7.16.2",
43+
"@ant-design/pro-list": "2.5.6",
4444
"@ant-design/pro-provider": "2.11.1",
4545
"@ant-design/pro-skeleton": "2.1.6",
46-
"@ant-design/pro-table": "3.9.1",
47-
"@ant-design/pro-utils": "2.12.4",
46+
"@ant-design/pro-table": "3.10.0",
47+
"@ant-design/pro-utils": "2.12.5",
4848
"@babel/runtime": "^7.16.3"
4949
},
5050
"peerDependencies": {

packages/descriptions/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.4.6](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-07-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **descriptions:** contentStyle add minwidth=0 ([9087253](https://github.com/ant-design/pro-components/commit/9087253b914d1d6280b9eb52011db63dcf009b89))
12+
13+
14+
15+
416

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

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.5",
3+
"version": "2.4.6",
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.5",
38-
"@ant-design/pro-form": "2.15.1",
37+
"@ant-design/pro-field": "2.10.6",
38+
"@ant-design/pro-form": "2.16.0",
3939
"@ant-design/pro-skeleton": "2.1.6",
40-
"@ant-design/pro-utils": "2.12.4",
40+
"@ant-design/pro-utils": "2.12.5",
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: 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.10.6](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-07-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **form:** CheckBox readonly mode support warp ([646f4a7](https://github.com/ant-design/pro-components/commit/646f4a7065de93eb7d5cbcce2e3ea1e28657e552))
12+
* **form:** fix jsonCode bgColor no work in dart mode ([03927db](https://github.com/ant-design/pro-components/commit/03927dba5b166e882acefdbf21647507ae76b020))
13+
* **form:** Fix the issue of the ProFormMoney component causing duplicate currency symbols when using trigger=onBlur ([bc94215](https://github.com/ant-design/pro-components/commit/bc9421543f4fb49774b4844b60dda39d19e52307))
14+
* **form:** LightFilter default set popupMatchSelectWidth=false ([27667aa](https://github.com/ant-design/pro-components/commit/27667aa5a4b46b61b7b9fa132f59532e3d6ae2f4))
15+
* **form:** select use options ([59d5e72](https://github.com/ant-design/pro-components/commit/59d5e72b3cd57d4d91ce2a0e0b6abde1f68f37cf))
16+
* **form:** use 'Space.Compact' instead 'Input.Group' ([89e1fb4](https://github.com/ant-design/pro-components/commit/89e1fb4cd721ef7a6e01336c8e962b278a27bcbb))
17+
18+
19+
20+
421

522
## [2.10.5](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-07-14)
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.10.5",
3+
"version": "2.10.6",
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.11.1",
34-
"@ant-design/pro-utils": "2.12.4",
34+
"@ant-design/pro-utils": "2.12.5",
3535
"@babel/runtime": "^7.18.0",
3636
"@chenshuai2144/sketch-color": "^1.0.8",
3737
"classnames": "^2.3.2",

packages/form/CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
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]) (2023-07-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **form:** Fix the issue of the ProFormMoney component causing duplicate currency symbols when using trigger=onBlur ([bc94215](https://github.com/ant-design/pro-components/commit/bc9421543f4fb49774b4844b60dda39d19e52307))
12+
* **form:** ModalForm and DrawerForm support params type ([76470d8](https://github.com/ant-design/pro-components/commit/76470d81a88909d4b21ba3b06606434801e02007))
13+
* **form:** support OptionType types ([189f933](https://github.com/ant-design/pro-components/commit/189f9338be78af8dbdc54cb74432844a51b2c0c6))
14+
* **form:** 修复当LightFilter折叠模式icon样式问题 ([#7388](https://github.com/ant-design/pro-components/issues/7388)) ([bba664a](https://github.com/ant-design/pro-components/commit/bba664a955376d05284e5da81082cc002dd339bd))
15+
16+
17+
### Features
18+
19+
* **form:** drawer support resizable ([#7288](https://github.com/ant-design/pro-components/issues/7288)) ([3f5cbe6](https://github.com/ant-design/pro-components/commit/3f5cbe667670b870f930005639f3c1eb7065144d))
20+
* **form:** StepsForm support multifile StepForm ([ccc35f5](https://github.com/ant-design/pro-components/commit/ccc35f581c18e05391209c6bd66b08a023b2427b))
21+
22+
23+
24+
425

526
## [2.15.1](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-07-14)
627

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.15.1",
3+
"version": "2.16.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.10.5",
38+
"@ant-design/pro-field": "2.10.6",
3939
"@ant-design/pro-provider": "2.11.1",
40-
"@ant-design/pro-utils": "2.12.4",
40+
"@ant-design/pro-utils": "2.12.5",
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)