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 Jun 12, 2023
1 parent b46bb80 commit ac775a8
Show file tree
Hide file tree
Showing 22 changed files with 199 additions and 55 deletions.
16 changes: 15 additions & 1 deletion packages/card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# 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.4.14](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-06-12)


### Bug Fixes

* **card:** fix ProCard small header style error ([17ccf69](https://github.com/ant-design/pro-components/commit/17ccf69bb4af2e6ffdf3d992b5cff5b6faeadafc))
* **compoents:** gap use token margin ([#7204](https://github.com/ant-design/pro-components/issues/7204)) ([bd62243](https://github.com/ant-design/pro-components/commit/bd62243f4bc6a3ea6e97ad5e0db977c84394426f))
* **components:** remove hashid empty ([b46bb80](https://github.com/ant-design/pro-components/commit/b46bb808db287979fe7d2d5afe115185860422c9))





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

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.4.13",
"version": "2.4.14",
"description": "@ant-design/pro-card",
"keywords": [
"antd",
Expand Down Expand Up @@ -35,8 +35,8 @@
],
"dependencies": {
"@ant-design/icons": "^5.0.0",
"@ant-design/pro-provider": "2.10.2",
"@ant-design/pro-utils": "2.11.3",
"@ant-design/pro-provider": "^2.10.3",
"@ant-design/pro-utils": "^2.11.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.5.6](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-06-12)

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





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

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.5.5",
"version": "2.5.6",
"description": "@ant-design/pro-components",
"keywords": [
"antd",
Expand Down Expand Up @@ -35,16 +35,16 @@
"ie >= 11"
],
"dependencies": {
"@ant-design/pro-card": "2.4.13",
"@ant-design/pro-descriptions": "2.3.5",
"@ant-design/pro-field": "2.9.5",
"@ant-design/pro-form": "2.13.5",
"@ant-design/pro-layout": "7.14.3",
"@ant-design/pro-list": "2.4.5",
"@ant-design/pro-provider": "2.10.2",
"@ant-design/pro-skeleton": "2.1.5",
"@ant-design/pro-table": "3.7.5",
"@ant-design/pro-utils": "2.11.3",
"@ant-design/pro-card": "^2.4.14",
"@ant-design/pro-descriptions": "^2.3.6",
"@ant-design/pro-field": "^2.9.6",
"@ant-design/pro-form": "^2.13.6",
"@ant-design/pro-layout": "^7.14.4",
"@ant-design/pro-list": "^2.4.6",
"@ant-design/pro-provider": "^2.10.3",
"@ant-design/pro-skeleton": "^2.1.6",
"@ant-design/pro-table": "^3.7.6",
"@ant-design/pro-utils": "^2.11.4",
"@babel/runtime": "^7.16.3"
},
"peerDependencies": {
Expand Down
14 changes: 13 additions & 1 deletion packages/descriptions/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.3.6](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-06-12)


### Bug Fixes

* **compoents:** gap use token margin ([#7204](https://github.com/ant-design/pro-components/issues/7204)) ([bd62243](https://github.com/ant-design/pro-components/commit/bd62243f4bc6a3ea6e97ad5e0db977c84394426f))





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

Expand Down
10 changes: 5 additions & 5 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.3.5",
"version": "2.3.6",
"description": "@ant-design/pro-descriptions",
"keywords": [
"antd",
Expand Down Expand Up @@ -34,10 +34,10 @@
"ie >= 11"
],
"dependencies": {
"@ant-design/pro-field": "2.9.5",
"@ant-design/pro-form": "2.13.5",
"@ant-design/pro-skeleton": "2.1.5",
"@ant-design/pro-utils": "2.11.3",
"@ant-design/pro-field": "^2.9.6",
"@ant-design/pro-form": "^2.13.6",
"@ant-design/pro-skeleton": "^2.1.6",
"@ant-design/pro-utils": "^2.11.4",
"@babel/runtime": "^7.18.0",
"rc-resize-observer": "^0.2.3",
"rc-util": "^5.0.6",
Expand Down
18 changes: 17 additions & 1 deletion packages/field/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# 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.6](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-06-12)


### Bug Fixes

* **compoents:** gap use token margin ([#7204](https://github.com/ant-design/pro-components/issues/7204)) ([bd62243](https://github.com/ant-design/pro-components/commit/bd62243f4bc6a3ea6e97ad5e0db977c84394426f))
* 修复select的defaultKeyWords在schemaForm下不生效的bug ([#7195](https://github.com/ant-design/pro-components/issues/7195)) ([68ef5c9](https://github.com/ant-design/pro-components/commit/68ef5c9e1553d4ed514241b437be4ef2ef69687e))
* **form:** ColorPicker use antd style-n ([8d3cd04](https://github.com/ant-design/pro-components/commit/8d3cd04eb581c6e03b31e79998c7df7556ed3471))
* **form:** ProFormColorPicker support disable ([973ac28](https://github.com/ant-design/pro-components/commit/973ac28ea2ec5b194013c691c74d8a326134c1a1))
* **treeSelect:** 1.新增treeSelect不支持请求的情况下不刷新options 2.修复fetchDataOnSearch不生效 ([#7180](https://github.com/ant-design/pro-components/issues/7180)) ([8ee1d33](https://github.com/ant-design/pro-components/commit/8ee1d33bea2ad78d1015d829fac2ac89d4e99873))





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

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.9.5",
"version": "2.9.6",
"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 @@ -30,8 +30,8 @@
],
"dependencies": {
"@ant-design/icons": "^5.0.0",
"@ant-design/pro-provider": "2.10.2",
"@ant-design/pro-utils": "2.11.3",
"@ant-design/pro-provider": "^2.10.3",
"@ant-design/pro-utils": "^2.11.4",
"@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.13.6](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-06-12)


### Bug Fixes

* **compoents:** gap use token margin ([#7204](https://github.com/ant-design/pro-components/issues/7204)) ([bd62243](https://github.com/ant-design/pro-components/commit/bd62243f4bc6a3ea6e97ad5e0db977c84394426f))
* **components:** remove hashid empty ([b46bb80](https://github.com/ant-design/pro-components/commit/b46bb808db287979fe7d2d5afe115185860422c9))
* **form:** fix set addonAfter valuePropName will no work error ([8072666](https://github.com/ant-design/pro-components/commit/8072666d47b98bcc172646205f7cb24db6a765b4))
* **form:** ProFormColorPicker support disable ([973ac28](https://github.com/ant-design/pro-components/commit/973ac28ea2ec5b194013c691c74d8a326134c1a1))
* **form:** 修复 ProTable 的 columns.proFieldProps 不生效 ([#7205](https://github.com/ant-design/pro-components/issues/7205)) ([91ea897](https://github.com/ant-design/pro-components/commit/91ea8977d422e208f6e29f4c5a4245e51c91ef8a))
* 修复select的defaultKeyWords在schemaForm下不生效的bug ([#7195](https://github.com/ant-design/pro-components/issues/7195)) ([68ef5c9](https://github.com/ant-design/pro-components/commit/68ef5c9e1553d4ed514241b437be4ef2ef69687e))





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

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.13.5",
"version": "2.13.6",
"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.9.5",
"@ant-design/pro-provider": "2.10.2",
"@ant-design/pro-utils": "2.11.3",
"@ant-design/pro-field": "^2.9.6",
"@ant-design/pro-provider": "^2.10.3",
"@ant-design/pro-utils": "^2.11.4",
"@babel/runtime": "^7.18.0",
"@chenshuai2144/sketch-color": "^1.0.7",
"@umijs/use-params": "^1.0.9",
Expand Down
16 changes: 15 additions & 1 deletion packages/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# 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.14.4](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-06-12)


### Bug Fixes

* **compoents:** gap use token margin ([#7204](https://github.com/ant-design/pro-components/issues/7204)) ([bd62243](https://github.com/ant-design/pro-components/commit/bd62243f4bc6a3ea6e97ad5e0db977c84394426f))
* **components:** remove hashid empty ([b46bb80](https://github.com/ant-design/pro-components/commit/b46bb808db287979fe7d2d5afe115185860422c9))
* **layout:** support [email protected] token ([28291fe](https://github.com/ant-design/pro-components/commit/28291fea2ab1417640f79534d132b5e3db228d2c))





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

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.14.3",
"version": "7.14.4",
"description": "@ant-design/pro-layout",
"keywords": [
"antd",
Expand Down Expand Up @@ -35,8 +35,8 @@
],
"dependencies": {
"@ant-design/icons": "^5.0.0",
"@ant-design/pro-provider": "2.10.2",
"@ant-design/pro-utils": "2.11.3",
"@ant-design/pro-provider": "^2.10.3",
"@ant-design/pro-utils": "^2.11.4",
"@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.4.6](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-06-12)


### Bug Fixes

* **components:** remove hashid empty ([b46bb80](https://github.com/ant-design/pro-components/commit/b46bb808db287979fe7d2d5afe115185860422c9))





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

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.4.5",
"version": "2.4.6",
"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.4.13",
"@ant-design/pro-field": "2.9.5",
"@ant-design/pro-table": "3.7.5",
"@ant-design/pro-utils": "2.11.3",
"@ant-design/pro-card": "^2.4.14",
"@ant-design/pro-field": "^2.9.6",
"@ant-design/pro-table": "^3.7.6",
"@ant-design/pro-utils": "^2.11.4",
"@babel/runtime": "^7.18.0",
"classnames": "^2.3.2",
"dayjs": "^1.11.8",
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.10.3](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-06-12)


### Bug Fixes

* **provider:** token should be correct in useStyle ([#7191](https://github.com/ant-design/pro-components/issues/7191)) ([d2859e3](https://github.com/ant-design/pro-components/commit/d2859e35b037649d234e60f34caa092134059378))





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

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.10.2",
"version": "2.10.3",
"description": "@ant-design/pro-provider",
"keywords": [
"antd",
Expand Down
11 changes: 10 additions & 1 deletion packages/skeleton/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.1.6](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-06-12)

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





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

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.5",
"version": "2.1.6",
"description": "@ant-design/pro-skeleton",
"keywords": [
"antd",
Expand Down
15 changes: 14 additions & 1 deletion packages/table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# 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.7.6](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-06-12)


### Bug Fixes

* **compoents:** gap use token margin ([#7204](https://github.com/ant-design/pro-components/issues/7204)) ([bd62243](https://github.com/ant-design/pro-components/commit/bd62243f4bc6a3ea6e97ad5e0db977c84394426f))
* **components:** remove hashid empty ([b46bb80](https://github.com/ant-design/pro-components/commit/b46bb808db287979fe7d2d5afe115185860422c9))





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

Expand Down
Loading

0 comments on commit ac775a8

Please sign in to comment.