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]
 - @ant-design/[email protected]
 - @ant-design/[email protected]
  • Loading branch information
chenshuai2144 committed Oct 17, 2024
1 parent e2482f7 commit 3b424c6
Show file tree
Hide file tree
Showing 22 changed files with 220 additions and 56 deletions.
14 changes: 13 additions & 1 deletion packages/card/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.9.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-10-17)


### Features

* added exports to support ESM environments such as vitest ([#8738](https://github.com/ant-design/pro-components/issues/8738)) ([71c4be9](https://github.com/ant-design/pro-components/commit/71c4be9c9ca5942154e0473e62be608d784d53fc))





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

Expand Down
6 changes: 3 additions & 3 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.8.8",
"version": "2.9.0",
"description": "@ant-design/pro-card",
"keywords": [
"antd",
Expand Down Expand Up @@ -43,8 +43,8 @@
"dependencies": {
"@ant-design/cssinjs": "^1.21.1",
"@ant-design/icons": "^5.0.0",
"@ant-design/pro-provider": "2.14.9",
"@ant-design/pro-utils": "2.15.18",
"@ant-design/pro-provider": "2.15.0",
"@ant-design/pro-utils": "2.16.0",
"@babel/runtime": "^7.18.0",
"classnames": "^2.3.2",
"omit.js": "^2.0.2",
Expand Down
14 changes: 13 additions & 1 deletion packages/components/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.8.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-10-17)


### Features

* added exports to support ESM environments such as vitest ([#8738](https://github.com/ant-design/pro-components/issues/8738)) ([71c4be9](https://github.com/ant-design/pro-components/commit/71c4be9c9ca5942154e0473e62be608d784d53fc))





## [2.7.19](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-09-18)

Expand Down
22 changes: 11 additions & 11 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.7.19",
"version": "2.8.0",
"description": "@ant-design/pro-components",
"keywords": [
"antd",
Expand Down Expand Up @@ -42,16 +42,16 @@
"ie >= 11"
],
"dependencies": {
"@ant-design/pro-card": "2.8.8",
"@ant-design/pro-descriptions": "2.5.53",
"@ant-design/pro-field": "2.16.2",
"@ant-design/pro-form": "2.30.2",
"@ant-design/pro-layout": "7.20.2",
"@ant-design/pro-list": "2.5.69",
"@ant-design/pro-provider": "2.14.9",
"@ant-design/pro-skeleton": "2.1.13",
"@ant-design/pro-table": "3.17.2",
"@ant-design/pro-utils": "2.15.18",
"@ant-design/pro-card": "2.9.0",
"@ant-design/pro-descriptions": "2.6.0",
"@ant-design/pro-field": "2.17.0",
"@ant-design/pro-form": "2.31.0",
"@ant-design/pro-layout": "7.21.0",
"@ant-design/pro-list": "2.6.0",
"@ant-design/pro-provider": "2.15.0",
"@ant-design/pro-skeleton": "2.2.0",
"@ant-design/pro-table": "3.18.0",
"@ant-design/pro-utils": "2.16.0",
"@babel/runtime": "^7.16.3"
},
"peerDependencies": {
Expand Down
19 changes: 18 additions & 1 deletion packages/descriptions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# 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.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-10-17)


### Bug Fixes

* **FieldRender:** 将 dataIndex 强制转换为 React.Key 以确保类型安全 ([e2482f7](https://github.com/ant-design/pro-components/commit/e2482f7eec63e975326a57d11aa500092034083e))


### Features

* added exports to support ESM environments such as vitest ([#8738](https://github.com/ant-design/pro-components/issues/8738)) ([71c4be9](https://github.com/ant-design/pro-components/commit/71c4be9c9ca5942154e0473e62be608d784d53fc))





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

Expand Down
12 changes: 6 additions & 6 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.53",
"version": "2.6.0",
"description": "@ant-design/pro-descriptions",
"keywords": [
"antd",
Expand Down Expand Up @@ -41,11 +41,11 @@
"ie >= 11"
],
"dependencies": {
"@ant-design/pro-field": "2.16.2",
"@ant-design/pro-form": "2.30.2",
"@ant-design/pro-provider": "2.14.9",
"@ant-design/pro-skeleton": "2.1.13",
"@ant-design/pro-utils": "2.15.18",
"@ant-design/pro-field": "2.17.0",
"@ant-design/pro-form": "2.31.0",
"@ant-design/pro-provider": "2.15.0",
"@ant-design/pro-skeleton": "2.2.0",
"@ant-design/pro-utils": "2.16.0",
"@babel/runtime": "^7.18.0",
"rc-resize-observer": "^0.2.3",
"rc-util": "^5.0.6"
Expand Down
20 changes: 19 additions & 1 deletion packages/field/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# 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.17.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-10-17)


### Bug Fixes

* **form:** field 为 checkbox 时设置了fieldNames后控制器报错的问题 React does not recognize the `fieldNames` prop on a DOM element ([#8785](https://github.com/ant-design/pro-components/issues/8785)) ([2560090](https://github.com/ant-design/pro-components/commit/25600907e620549079f6aa8618e689258113dd41))
* replace `lodash-es` imports with `lodash` in CJS builds ([#8754](https://github.com/ant-design/pro-components/issues/8754)) ([3ef9283](https://github.com/ant-design/pro-components/commit/3ef9283a4cf52b8106d049af49f41dc37bb448b1))


### Features

* added exports to support ESM environments such as vitest ([#8738](https://github.com/ant-design/pro-components/issues/8738)) ([71c4be9](https://github.com/ant-design/pro-components/commit/71c4be9c9ca5942154e0473e62be608d784d53fc))





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

Expand Down
6 changes: 3 additions & 3 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.16.2",
"version": "2.17.0",
"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 @@ -37,8 +37,8 @@
],
"dependencies": {
"@ant-design/icons": "^5.0.0",
"@ant-design/pro-provider": "2.14.9",
"@ant-design/pro-utils": "2.15.18",
"@ant-design/pro-provider": "2.15.0",
"@ant-design/pro-utils": "2.16.0",
"@babel/runtime": "^7.18.0",
"@chenshuai2144/sketch-color": "^1.0.8",
"classnames": "^2.3.2",
Expand Down
19 changes: 18 additions & 1 deletion packages/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# 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.31.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-10-17)


### Bug Fixes

* replace `lodash-es` imports with `lodash` in CJS builds ([#8754](https://github.com/ant-design/pro-components/issues/8754)) ([3ef9283](https://github.com/ant-design/pro-components/commit/3ef9283a4cf52b8106d049af49f41dc37bb448b1))


### Features

* added exports to support ESM environments such as vitest ([#8738](https://github.com/ant-design/pro-components/issues/8738)) ([71c4be9](https://github.com/ant-design/pro-components/commit/71c4be9c9ca5942154e0473e62be608d784d53fc))





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

Expand Down
8 changes: 4 additions & 4 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.30.2",
"version": "2.31.0",
"description": "@ant-design/pro-form",
"keywords": [
"antd",
Expand Down Expand Up @@ -42,9 +42,9 @@
],
"dependencies": {
"@ant-design/icons": "^5.0.0",
"@ant-design/pro-field": "2.16.2",
"@ant-design/pro-provider": "2.14.9",
"@ant-design/pro-utils": "2.15.18",
"@ant-design/pro-field": "2.17.0",
"@ant-design/pro-provider": "2.15.0",
"@ant-design/pro-utils": "2.16.0",
"@babel/runtime": "^7.18.0",
"@chenshuai2144/sketch-color": "^1.0.7",
"@umijs/use-params": "^1.0.9",
Expand Down
20 changes: 19 additions & 1 deletion packages/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# 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.21.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-10-17)


### Bug Fixes

* remove clear cache in ProLayout ([#8746](https://github.com/ant-design/pro-components/issues/8746)) ([5f54ed0](https://github.com/ant-design/pro-components/commit/5f54ed0a7988c944244c3d646ba4f503035138db))
* replace `lodash-es` imports with `lodash` in CJS builds ([#8754](https://github.com/ant-design/pro-components/issues/8754)) ([3ef9283](https://github.com/ant-design/pro-components/commit/3ef9283a4cf52b8106d049af49f41dc37bb448b1))


### Features

* added exports to support ESM environments such as vitest ([#8738](https://github.com/ant-design/pro-components/issues/8738)) ([71c4be9](https://github.com/ant-design/pro-components/commit/71c4be9c9ca5942154e0473e62be608d784d53fc))





## [7.20.2](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-09-18)

Expand Down
6 changes: 3 additions & 3 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.20.2",
"version": "7.21.0",
"description": "@ant-design/pro-layout",
"keywords": [
"antd",
Expand Down Expand Up @@ -43,8 +43,8 @@
"dependencies": {
"@ant-design/cssinjs": "^1.21.1",
"@ant-design/icons": "^5.0.0",
"@ant-design/pro-provider": "2.14.9",
"@ant-design/pro-utils": "2.15.18",
"@ant-design/pro-provider": "2.15.0",
"@ant-design/pro-utils": "2.16.0",
"@babel/runtime": "^7.18.0",
"@umijs/route-utils": "^4.0.0",
"@umijs/use-params": "^1.0.9",
Expand Down
14 changes: 13 additions & 1 deletion packages/list/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.6.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-10-17)


### Features

* added exports to support ESM environments such as vitest ([#8738](https://github.com/ant-design/pro-components/issues/8738)) ([71c4be9](https://github.com/ant-design/pro-components/commit/71c4be9c9ca5942154e0473e62be608d784d53fc))





## [2.5.69](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-09-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.69",
"version": "2.6.0",
"description": "🏆 Use Ant Design List like a Pro!",
"keywords": [
"antd",
Expand Down Expand Up @@ -41,10 +41,10 @@
"dependencies": {
"@ant-design/cssinjs": "^1.21.1",
"@ant-design/icons": "^5.0.0",
"@ant-design/pro-card": "2.8.8",
"@ant-design/pro-field": "2.16.2",
"@ant-design/pro-table": "3.17.2",
"@ant-design/pro-utils": "2.15.18",
"@ant-design/pro-card": "2.9.0",
"@ant-design/pro-field": "2.17.0",
"@ant-design/pro-table": "3.18.0",
"@ant-design/pro-utils": "2.16.0",
"@babel/runtime": "^7.18.0",
"classnames": "^2.3.2",
"dayjs": "^1.11.10",
Expand Down
14 changes: 13 additions & 1 deletion packages/provider/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.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-10-17)


### Features

* added exports to support ESM environments such as vitest ([#8738](https://github.com/ant-design/pro-components/issues/8738)) ([71c4be9](https://github.com/ant-design/pro-components/commit/71c4be9c9ca5942154e0473e62be608d784d53fc))





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

Expand Down
2 changes: 1 addition & 1 deletion packages/provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/pro-provider",
"version": "2.14.9",
"version": "2.15.0",
"description": "@ant-design/pro-provider",
"keywords": [
"antd",
Expand Down
14 changes: 13 additions & 1 deletion packages/skeleton/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.2.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-10-17)


### Features

* added exports to support ESM environments such as vitest ([#8738](https://github.com/ant-design/pro-components/issues/8738)) ([71c4be9](https://github.com/ant-design/pro-components/commit/71c4be9c9ca5942154e0473e62be608d784d53fc))





## [2.1.13](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2024-04-19)

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

0 comments on commit 3b424c6

Please sign in to comment.