Skip to content

Commit

Permalink
🎨 chore(release): Publish
Browse files Browse the repository at this point in the history
 - @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]
  • Loading branch information
chenshuai2144 committed Jan 15, 2024
1 parent af8f053 commit d5ccc7f
Show file tree
Hide file tree
Showing 18 changed files with 156 additions and 43 deletions.
11 changes: 10 additions & 1 deletion packages/card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.29](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-01-15)

**Note:** Version bump only for package @ant-design/pro-card





## [2.5.28](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-12-12)

Expand Down
4 changes: 2 additions & 2 deletions packages/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/pro-card",
"version": "2.5.28",
"version": "2.5.29",
"description": "@ant-design/pro-card",
"keywords": [
"antd",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@ant-design/icons": "^5.0.0",
"@ant-design/pro-provider": "2.13.5",
"@ant-design/pro-utils": "2.15.3",
"@ant-design/pro-utils": "2.15.4",
"@babel/runtime": "^7.18.0",
"classnames": "^2.3.2",
"omit.js": "^2.0.2",
Expand Down
11 changes: 10 additions & 1 deletion packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.6.45](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-01-15)

**Note:** Version bump only for package @ant-design/pro-components





## [2.6.44](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-12-12)

Expand Down
18 changes: 9 additions & 9 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/pro-components",
"version": "2.6.44",
"version": "2.6.45",
"description": "@ant-design/pro-components",
"keywords": [
"antd",
Expand Down Expand Up @@ -35,16 +35,16 @@
"ie >= 11"
],
"dependencies": {
"@ant-design/pro-card": "2.5.28",
"@ant-design/pro-descriptions": "2.5.28",
"@ant-design/pro-field": "2.14.3",
"@ant-design/pro-form": "2.23.2",
"@ant-design/pro-layout": "7.17.17",
"@ant-design/pro-list": "2.5.43",
"@ant-design/pro-card": "2.5.29",
"@ant-design/pro-descriptions": "2.5.29",
"@ant-design/pro-field": "2.14.4",
"@ant-design/pro-form": "2.24.0",
"@ant-design/pro-layout": "7.17.18",
"@ant-design/pro-list": "2.5.44",
"@ant-design/pro-provider": "2.13.5",
"@ant-design/pro-skeleton": "2.1.10",
"@ant-design/pro-table": "3.13.12",
"@ant-design/pro-utils": "2.15.3",
"@ant-design/pro-table": "3.13.13",
"@ant-design/pro-utils": "2.15.4",
"@babel/runtime": "^7.16.3"
},
"peerDependencies": {
Expand Down
11 changes: 10 additions & 1 deletion packages/descriptions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.29](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-01-15)

**Note:** Version bump only for package @ant-design/pro-descriptions





## [2.5.28](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-12-12)

Expand Down
8 changes: 4 additions & 4 deletions packages/descriptions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/pro-descriptions",
"version": "2.5.28",
"version": "2.5.29",
"description": "@ant-design/pro-descriptions",
"keywords": [
"antd",
Expand Down Expand Up @@ -34,10 +34,10 @@
"ie >= 11"
],
"dependencies": {
"@ant-design/pro-field": "2.14.3",
"@ant-design/pro-form": "2.23.2",
"@ant-design/pro-field": "2.14.4",
"@ant-design/pro-form": "2.24.0",
"@ant-design/pro-skeleton": "2.1.10",
"@ant-design/pro-utils": "2.15.3",
"@ant-design/pro-utils": "2.15.4",
"@babel/runtime": "^7.18.0",
"rc-resize-observer": "^0.2.3",
"rc-util": "^5.0.6"
Expand Down
17 changes: 16 additions & 1 deletion packages/field/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Change Log

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.14.4](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-01-15)


### Bug Fixes

* **form:** fix ProFormDateRangePicker readonly no warp error ([b2276c3](https://github.com/ant-design/pro-components/commit/b2276c35aee39fb7ee39254c3d5c48c9dea12881)), closes [#7913](https://github.com/ant-design/pro-components/issues/7913)
* **form:** 修复特殊情况(不使用 ProFormMoney 使用 FieldMoney)下格式化错误的问题 ([#8024](https://github.com/ant-design/pro-components/issues/8024)) ([c321689](https://github.com/ant-design/pro-components/commit/c32168973008ddfe7d9c4bef79e1cbd46387b8d3))
* **form:** 修复特殊情况下多出 moneySymbol 的问题 ([#8004](https://github.com/ant-design/pro-components/issues/8004)) ([f9f0a63](https://github.com/ant-design/pro-components/commit/f9f0a63e9f18950754f6ba6efaead3ab8dcfdb5d))
* slove moneySymbol judge was error ([#8003](https://github.com/ant-design/pro-components/issues/8003)) ([75d5b55](https://github.com/ant-design/pro-components/commit/75d5b552986c5f86e6380cb28ed2f7d0541c6cc3))





## [2.14.3](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-12-12)

Expand Down
4 changes: 2 additions & 2 deletions packages/field/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/pro-field",
"version": "2.14.3",
"version": "2.14.4",
"description": "原子信息组件,统一 ProForm、ProTable、ProList、Filter 等组件里面的字段定义。",
"homepage": "https://github.com/ant-design/pro-components/tree/master/packages/plugin-layout#readme",
"bugs": "https://github.com/ant-design/pro-components/issues",
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@ant-design/icons": "^5.0.0",
"@ant-design/pro-provider": "2.13.5",
"@ant-design/pro-utils": "2.15.3",
"@ant-design/pro-utils": "2.15.4",
"@babel/runtime": "^7.18.0",
"@chenshuai2144/sketch-color": "^1.0.8",
"classnames": "^2.3.2",
Expand Down
25 changes: 24 additions & 1 deletion packages/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
# Change Log

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.24.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-01-15)


### Bug Fixes

* **form:** add playsInline props ([e1233d1](https://github.com/ant-design/pro-components/commit/e1233d1eb9dde02a5fd74a176586dc2279fada81)), closes [#8011](https://github.com/ant-design/pro-components/issues/8011)
* **form:** no set maxHeight ([64dc9f7](https://github.com/ant-design/pro-components/commit/64dc9f77e6ca6333b3dfc4f42ad74cc11a3df051))
* **form:** remove extra `div` ([#7987](https://github.com/ant-design/pro-components/issues/7987)) ([d9bee22](https://github.com/ant-design/pro-components/commit/d9bee225021b9c50e7a25e5e657ed9432fef0f74))
* **form:** 修复dateFormatter使用string类型提示错误 ([#8029](https://github.com/ant-design/pro-components/issues/8029)) ([6d764ad](https://github.com/ant-design/pro-components/commit/6d764ad498405ad59f4fda71db1b0c632d8150a1))
* **form:** 修复特殊情况(不使用 ProFormMoney 使用 FieldMoney)下格式化错误的问题 ([#8024](https://github.com/ant-design/pro-components/issues/8024)) ([c321689](https://github.com/ant-design/pro-components/commit/c32168973008ddfe7d9c4bef79e1cbd46387b8d3))
* **form:** 修复特殊情况下多出 moneySymbol 的问题 ([#8004](https://github.com/ant-design/pro-components/issues/8004)) ([f9f0a63](https://github.com/ant-design/pro-components/commit/f9f0a63e9f18950754f6ba6efaead3ab8dcfdb5d))
* **list:** 修复ProFormList透传部分属性到FormItem中导致的react警告 ([#8051](https://github.com/ant-design/pro-components/issues/8051)) ([ebc08bf](https://github.com/ant-design/pro-components/commit/ebc08bf49248156788448cbf94754c67d5ee1ba0))


### Features

* **form:** 添加FormItemRender组件 ([#8012](https://github.com/ant-design/pro-components/issues/8012)) ([bfd905e](https://github.com/ant-design/pro-components/commit/bfd905ef97b948e4f79ab6afee4005c92ac61d14))





## [2.23.2](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-12-12)

Expand Down
6 changes: 3 additions & 3 deletions packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/pro-form",
"version": "2.23.2",
"version": "2.24.0",
"description": "@ant-design/pro-form",
"keywords": [
"antd",
Expand Down Expand Up @@ -35,9 +35,9 @@
],
"dependencies": {
"@ant-design/icons": "^5.0.0",
"@ant-design/pro-field": "2.14.3",
"@ant-design/pro-field": "2.14.4",
"@ant-design/pro-provider": "2.13.5",
"@ant-design/pro-utils": "2.15.3",
"@ant-design/pro-utils": "2.15.4",
"@babel/runtime": "^7.18.0",
"@chenshuai2144/sketch-color": "^1.0.7",
"@umijs/use-params": "^1.0.9",
Expand Down
14 changes: 13 additions & 1 deletion packages/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Change Log

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.17.18](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-01-15)


### Bug Fixes

* **layout:** if bgImgStyleList is null ,no render bg-list dom ([0b26161](https://github.com/ant-design/pro-components/commit/0b2616145aeae60f0bcb9f4d87b86c75e45fafcf))





## [7.17.17](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-12-12)

Expand Down
4 changes: 2 additions & 2 deletions packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/pro-layout",
"version": "7.17.17",
"version": "7.17.18",
"description": "@ant-design/pro-layout",
"keywords": [
"antd",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@ant-design/icons": "^5.0.0",
"@ant-design/pro-provider": "2.13.5",
"@ant-design/pro-utils": "2.15.3",
"@ant-design/pro-utils": "2.15.4",
"@babel/runtime": "^7.18.0",
"@umijs/route-utils": "^4.0.0",
"@umijs/use-params": "^1.0.9",
Expand Down
11 changes: 10 additions & 1 deletion packages/list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.44](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-01-15)

**Note:** Version bump only for package @ant-design/pro-list





## [2.5.43](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-12-12)

Expand Down
10 changes: 5 additions & 5 deletions packages/list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/pro-list",
"version": "2.5.43",
"version": "2.5.44",
"description": "🏆 Use Ant Design List like a Pro!",
"keywords": [
"antd",
Expand Down Expand Up @@ -33,10 +33,10 @@
],
"dependencies": {
"@ant-design/icons": "^5.0.0",
"@ant-design/pro-card": "2.5.28",
"@ant-design/pro-field": "2.14.3",
"@ant-design/pro-table": "3.13.12",
"@ant-design/pro-utils": "2.15.3",
"@ant-design/pro-card": "2.5.29",
"@ant-design/pro-field": "2.14.4",
"@ant-design/pro-table": "3.13.13",
"@ant-design/pro-utils": "2.15.4",
"@babel/runtime": "^7.18.0",
"classnames": "^2.3.2",
"dayjs": "^1.11.10",
Expand Down
17 changes: 16 additions & 1 deletion packages/table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Change Log

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.13.13](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-01-15)


### Bug Fixes

* **form:** 修复dateFormatter使用string类型提示错误 ([#8029](https://github.com/ant-design/pro-components/issues/8029)) ([6d764ad](https://github.com/ant-design/pro-components/commit/6d764ad498405ad59f4fda71db1b0c632d8150a1))
* **table:** Record Creator re-render when props change ([#8018](https://github.com/ant-design/pro-components/issues/8018)) ([c0187d2](https://github.com/ant-design/pro-components/commit/c0187d2160ca72413b4e645023a2849acd9fa725))
* 删除log代码 ([#7995](https://github.com/ant-design/pro-components/issues/7995)) ([c867cd2](https://github.com/ant-design/pro-components/commit/c867cd214aa64cbfbe38326061338849850bb6b9))
* **table:** 修复同时使用 defalutValue 和 Storage 存储的情况下,defalutValue失效的问题 ([#7979](https://github.com/ant-design/pro-components/issues/7979)) ([76bb081](https://github.com/ant-design/pro-components/commit/76bb0811fbc6e14287a05fd863d694d356e3322c))





## [3.13.12](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-12-12)

Expand Down
12 changes: 6 additions & 6 deletions packages/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/pro-table",
"version": "3.13.12",
"version": "3.13.13",
"description": "🏆 Use Ant Design Table like a Pro!",
"keywords": [
"antd",
Expand Down Expand Up @@ -35,19 +35,19 @@
],
"dependencies": {
"@ant-design/icons": "^5.0.0",
"@ant-design/pro-card": "2.5.28",
"@ant-design/pro-field": "2.14.3",
"@ant-design/pro-form": "2.23.2",
"@ant-design/pro-card": "2.5.29",
"@ant-design/pro-field": "2.14.4",
"@ant-design/pro-form": "2.24.0",
"@ant-design/pro-provider": "2.13.5",
"@ant-design/pro-utils": "2.15.3",
"@ant-design/pro-utils": "2.15.4",
"@babel/runtime": "^7.18.0",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/modifiers": "^6.0.1",
"lodash.merge": "^4.6.2",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"classnames": "^2.3.2",
"dayjs": "^1.11.10",
"lodash.merge": "^4.6.2",
"omit.js": "^2.0.2",
"rc-resize-observer": "^1.0.0",
"rc-util": "^5.0.1"
Expand Down
14 changes: 13 additions & 1 deletion packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Change Log

All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.15.4](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-01-15)


### Bug Fixes

* **form:** 修复dateFormatter使用string类型提示错误 ([#8029](https://github.com/ant-design/pro-components/issues/8029)) ([6d764ad](https://github.com/ant-design/pro-components/commit/6d764ad498405ad59f4fda71db1b0c632d8150a1))





## [2.15.3](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-12-12)

Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/pro-utils",
"version": "2.15.3",
"version": "2.15.4",
"description": "@ant-design/pro-utils",
"keywords": [
"antd",
Expand Down

0 comments on commit d5ccc7f

Please sign in to comment.