Skip to content

Commit 0892e44

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]
1 parent e381395 commit 0892e44

File tree

14 files changed

+115
-27
lines changed

14 files changed

+115
-27
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.7.16](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-09-05)
7+
8+
**Note:** Version bump only for package @ant-design/pro-components
9+
10+
11+
12+
413

514
## [2.7.15](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-08-05)
615

packages/components/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-components",
3-
"version": "2.7.15",
3+
"version": "2.7.16",
44
"description": "@ant-design/pro-components",
55
"keywords": [
66
"antd",
@@ -36,14 +36,14 @@
3636
],
3737
"dependencies": {
3838
"@ant-design/pro-card": "2.8.7",
39-
"@ant-design/pro-descriptions": "2.5.50",
40-
"@ant-design/pro-field": "2.16.0",
41-
"@ant-design/pro-form": "2.29.0",
42-
"@ant-design/pro-layout": "7.19.12",
43-
"@ant-design/pro-list": "2.5.66",
39+
"@ant-design/pro-descriptions": "2.5.51",
40+
"@ant-design/pro-field": "2.16.1",
41+
"@ant-design/pro-form": "2.30.0",
42+
"@ant-design/pro-layout": "7.20.0",
43+
"@ant-design/pro-list": "2.5.67",
4444
"@ant-design/pro-provider": "2.14.9",
4545
"@ant-design/pro-skeleton": "2.1.13",
46-
"@ant-design/pro-table": "3.16.6",
46+
"@ant-design/pro-table": "3.17.0",
4747
"@ant-design/pro-utils": "2.15.17",
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.51](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-09-05)
7+
8+
**Note:** Version bump only for package @ant-design/pro-descriptions
9+
10+
11+
12+
413

514
## [2.5.50](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-08-05)
615

packages/descriptions/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-descriptions",
3-
"version": "2.5.50",
3+
"version": "2.5.51",
44
"description": "@ant-design/pro-descriptions",
55
"keywords": [
66
"antd",
@@ -34,8 +34,8 @@
3434
"ie >= 11"
3535
],
3636
"dependencies": {
37-
"@ant-design/pro-field": "2.16.0",
38-
"@ant-design/pro-form": "2.29.0",
37+
"@ant-design/pro-field": "2.16.1",
38+
"@ant-design/pro-form": "2.30.0",
3939
"@ant-design/pro-provider": "2.14.9",
4040
"@ant-design/pro-skeleton": "2.1.13",
4141
"@ant-design/pro-utils": "2.15.17",

packages/field/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.16.1](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-09-05)
7+
8+
9+
### Bug Fixes
10+
11+
* **field:** keyboard events of search input in LightSelect ([#8629](https://github.com/ant-design/pro-components/issues/8629)) ([92a6f57](https://github.com/ant-design/pro-components/commit/92a6f5746eafdef8f7e4c23b7290dd82cee6ec1c))
12+
13+
14+
15+
416

517
# [2.16.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-08-05)
618

packages/field/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-field",
3-
"version": "2.16.0",
3+
"version": "2.16.1",
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",

packages/form/CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
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.30.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-09-05)
7+
8+
9+
### Bug Fixes
10+
11+
* 修复如果没传backgroundImageUrl 会导致 url("undefined") 发送一次请求 ([#8689](https://github.com/ant-design/pro-components/issues/8689)) ([8acaa16](https://github.com/ant-design/pro-components/commit/8acaa160738fdbe410b85d66cb64375083927e16))
12+
* **form:** props title is not assignable to type ReactNode ([#8682](https://github.com/ant-design/pro-components/issues/8682)) ([991ab91](https://github.com/ant-design/pro-components/commit/991ab9140478262e1776e5b750993860fa1c297f))
13+
14+
15+
### Features
16+
17+
* **Form:** FormRef support forward nativeElement ([#8632](https://github.com/ant-design/pro-components/issues/8632)) ([d113207](https://github.com/ant-design/pro-components/commit/d1132070c4d7b2df3bfaebe33615faa007ea6ceb))
18+
19+
20+
21+
422

523
# [2.29.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-08-05)
624

packages/form/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-form",
3-
"version": "2.29.0",
3+
"version": "2.30.0",
44
"description": "@ant-design/pro-form",
55
"keywords": [
66
"antd",
@@ -35,7 +35,7 @@
3535
],
3636
"dependencies": {
3737
"@ant-design/icons": "^5.0.0",
38-
"@ant-design/pro-field": "2.16.0",
38+
"@ant-design/pro-field": "2.16.1",
3939
"@ant-design/pro-provider": "2.14.9",
4040
"@ant-design/pro-utils": "2.15.17",
4141
"@babel/runtime": "^7.18.0",

packages/layout/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+
# [7.20.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-09-05)
7+
8+
9+
### Features
10+
11+
* **layout:** add menuTextRender props ([1d65e22](https://github.com/ant-design/pro-components/commit/1d65e22002c8e863f9bf240f500a7b9779de14ca))
12+
13+
14+
15+
416

517
## [7.19.12](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-08-05)
618

packages/layout/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-layout",
3-
"version": "7.19.12",
3+
"version": "7.20.0",
44
"description": "@ant-design/pro-layout",
55
"keywords": [
66
"antd",

0 commit comments

Comments
 (0)