Skip to content

Commit

Permalink
🎨 chore(release): Publish
Browse files Browse the repository at this point in the history
 - @ant-design/pro-card@1.18.23
 - @ant-design/pro-descriptions@1.10.30
 - @ant-design/pro-field@1.31.8
 - @ant-design/pro-form@1.52.8
 - @ant-design/pro-list@1.21.15
 - @ant-design/pro-table@2.62.2
  • Loading branch information
chenshuai2144 committed Jan 11, 2022
1 parent a7b7824 commit a8082cf
Show file tree
Hide file tree
Showing 12 changed files with 54 additions and 14 deletions.
7 changes: 7 additions & 0 deletions packages/card/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [1.18.23](https://github.com/ant-design/pro-components/compare/@ant-design/pro-card@1.18.22...@ant-design/pro-card@1.18.23) (2022-01-11)

### Bug Fixes

- **card:** checkcard add vertical-align ([eff9e2e](https://github.com/ant-design/pro-components/commit/eff9e2ed66a3b9919f64a529d62afa757e2f3ede))
- antd themes less file path ([#4436](https://github.com/ant-design/pro-components/issues/4436)) ([a6b66b4](https://github.com/ant-design/pro-components/commit/a6b66b4968e78a9c8175d17d2fe5a922cf70630f))

## [1.18.22](https://github.com/ant-design/pro-components/compare/@ant-design/pro-card@1.18.21...@ant-design/pro-card@1.18.22) (2022-01-07)

**Note:** Version bump only for package @ant-design/pro-card
Expand Down
2 changes: 1 addition & 1 deletion packages/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/pro-card",
"version": "1.18.22",
"version": "1.18.23",
"description": "@ant-design/pro-card",
"keywords": [
"antd",
Expand Down
6 changes: 6 additions & 0 deletions packages/descriptions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [1.10.30](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@1.10.29...@ant-design/pro-descriptions@1.10.30) (2022-01-11)

### Bug Fixes

- antd themes less file path ([#4436](https://github.com/ant-design/pro-components/issues/4436)) ([a6b66b4](https://github.com/ant-design/pro-components/commit/a6b66b4968e78a9c8175d17d2fe5a922cf70630f))

## [1.10.29](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@1.10.28...@ant-design/pro-descriptions@1.10.29) (2022-01-07)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 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": "1.10.29",
"version": "1.10.30",
"description": "@ant-design/pro-descriptions",
"keywords": [
"antd",
Expand Down Expand Up @@ -33,8 +33,8 @@
"ie >= 11"
],
"dependencies": {
"@ant-design/pro-field": "1.31.7",
"@ant-design/pro-form": "1.52.7",
"@ant-design/pro-field": "1.31.8",
"@ant-design/pro-form": "1.52.8",
"@ant-design/pro-skeleton": "1.0.3",
"@ant-design/pro-utils": "1.32.5",
"@babel/runtime": "^7.16.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/field/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [1.31.8](https://github.com/ant-design/pro-components/compare/@ant-design/pro-field@1.31.7...@ant-design/pro-field@1.31.8) (2022-01-11)

### Bug Fixes

- **form:** fix money value=0, style error ([832da15](https://github.com/ant-design/pro-components/commit/832da15ad21082c5e005bb216b4e8232d080c667))
- antd themes less file path ([#4436](https://github.com/ant-design/pro-components/issues/4436)) ([a6b66b4](https://github.com/ant-design/pro-components/commit/a6b66b4968e78a9c8175d17d2fe5a922cf70630f))
- **form:** fix money value=0, style error ([4d049e6](https://github.com/ant-design/pro-components/commit/4d049e61f1e93fd7633feea6d26638da61a81903))

## [1.31.7](https://github.com/ant-design/pro-components/compare/@ant-design/pro-field@1.31.6...@ant-design/pro-field@1.31.7) (2022-01-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/field/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/pro-field",
"version": "1.31.7",
"version": "1.31.8",
"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
9 changes: 9 additions & 0 deletions packages/form/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## [1.52.8](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@1.52.7...@ant-design/pro-form@1.52.8) (2022-01-11)

### Bug Fixes

- antd themes less file path ([#4436](https://github.com/ant-design/pro-components/issues/4436)) ([a6b66b4](https://github.com/ant-design/pro-components/commit/a6b66b4968e78a9c8175d17d2fe5a922cf70630f))
- **form:** 🐛 DrawerForm cannot get form instance by formRef ([#4421](https://github.com/ant-design/pro-components/issues/4421)) ([179ac82](https://github.com/ant-design/pro-components/commit/179ac82072f4dcc51bbb607249a9670821d66662))
- **form:** fix datePick typing error ([#4431](https://github.com/ant-design/pro-components/issues/4431)) ([cc8e893](https://github.com/ant-design/pro-components/commit/cc8e89360a209cff3182f9af316600c3ae2c6b97))
- **form:** FormList same name will be cache problem ([#4426](https://github.com/ant-design/pro-components/issues/4426)) ([15ab36f](https://github.com/ant-design/pro-components/commit/15ab36f482aef5c6c6d78522d3ee41729197d54e))

## [1.52.7](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@1.52.6...@ant-design/pro-form@1.52.7) (2022-01-07)

**Note:** Version bump only for package @ant-design/pro-form
Expand Down
4 changes: 2 additions & 2 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": "1.52.7",
"version": "1.52.8",
"description": "@ant-design/pro-form",
"keywords": [
"antd",
Expand Down Expand Up @@ -34,7 +34,7 @@
],
"dependencies": {
"@ant-design/icons": "^4.2.1",
"@ant-design/pro-field": "1.31.7",
"@ant-design/pro-field": "1.31.8",
"@ant-design/pro-provider": "1.5.5",
"@ant-design/pro-utils": "1.32.5",
"@babel/runtime": "^7.16.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/list/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [1.21.15](https://github.com/ant-design/pro-components/compare/@ant-design/pro-list@1.21.14...@ant-design/pro-list@1.21.15) (2022-01-11)

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

## [1.21.14](https://github.com/ant-design/pro-components/compare/@ant-design/pro-list@1.21.13...@ant-design/pro-list@1.21.14) (2022-01-07)

**Note:** Version bump only for package @ant-design/pro-list
Expand Down
8 changes: 4 additions & 4 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": "1.21.14",
"version": "1.21.15",
"description": "🏆 Use Ant Design List like a Pro!",
"keywords": [
"antd",
Expand Down Expand Up @@ -33,9 +33,9 @@
],
"dependencies": {
"@ant-design/icons": "^4.0.0",
"@ant-design/pro-card": "1.18.22",
"@ant-design/pro-field": "1.31.7",
"@ant-design/pro-table": "2.62.1",
"@ant-design/pro-card": "1.18.23",
"@ant-design/pro-field": "1.31.8",
"@ant-design/pro-table": "2.62.2",
"@babel/runtime": "^7.16.3",
"classnames": "^2.2.6",
"moment": "^2.24.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/table/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [2.62.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-table@2.62.1...@ant-design/pro-table@2.62.2) (2022-01-11)

### Bug Fixes

- **table:** fix defaultSelectedRowKeys no work error ([#4432](https://github.com/ant-design/pro-components/issues/4432)) ([4ee5dce](https://github.com/ant-design/pro-components/commit/4ee5dce23550b1175c988995afec8611cb78562a))

## [2.62.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-table@2.62.0...@ant-design/pro-table@2.62.1) (2022-01-07)

**Note:** Version bump only for package @ant-design/pro-table
Expand Down
6 changes: 3 additions & 3 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": "2.62.1",
"version": "2.62.2",
"description": "🏆 Use Ant Design Table like a Pro!",
"keywords": [
"antd",
Expand Down Expand Up @@ -34,8 +34,8 @@
],
"dependencies": {
"@ant-design/icons": "^4.1.0",
"@ant-design/pro-field": "1.31.7",
"@ant-design/pro-form": "1.52.7",
"@ant-design/pro-field": "1.31.8",
"@ant-design/pro-form": "1.52.8",
"@ant-design/pro-provider": "1.5.5",
"@ant-design/pro-utils": "1.32.5",
"@babel/runtime": "^7.16.3",
Expand Down

0 comments on commit a8082cf

Please sign in to comment.