Skip to content

Commit

Permalink
🎨 chore(release): Publish
Browse files Browse the repository at this point in the history
 - @ant-design/pro-descriptions@1.10.31
 - @ant-design/pro-form@1.52.9
 - @ant-design/pro-list@1.21.16
 - @ant-design/pro-table@2.62.3
  • Loading branch information
chenshuai2144 committed Jan 11, 2022
1 parent 9ca1f12 commit 60c0961
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 7 deletions.
4 changes: 4 additions & 0 deletions packages/descriptions/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.10.31](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@1.10.30...@ant-design/pro-descriptions@1.10.31) (2022-01-11)

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

## [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
Expand Down
4 changes: 2 additions & 2 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.30",
"version": "1.10.31",
"description": "@ant-design/pro-descriptions",
"keywords": [
"antd",
Expand Down Expand Up @@ -34,7 +34,7 @@
],
"dependencies": {
"@ant-design/pro-field": "1.31.8",
"@ant-design/pro-form": "1.52.8",
"@ant-design/pro-form": "1.52.9",
"@ant-design/pro-skeleton": "1.0.3",
"@ant-design/pro-utils": "1.32.5",
"@babel/runtime": "^7.16.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/form/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.52.9](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@1.52.8...@ant-design/pro-form@1.52.9) (2022-01-11)

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

## [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
Expand Down
2 changes: 1 addition & 1 deletion 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.8",
"version": "1.52.9",
"description": "@ant-design/pro-form",
"keywords": [
"antd",
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.16](https://github.com/ant-design/pro-components/compare/@ant-design/pro-list@1.21.15...@ant-design/pro-list@1.21.16) (2022-01-11)

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

## [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
Expand Down
4 changes: 2 additions & 2 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.15",
"version": "1.21.16",
"description": "🏆 Use Ant Design List like a Pro!",
"keywords": [
"antd",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@ant-design/icons": "^4.0.0",
"@ant-design/pro-card": "1.18.23",
"@ant-design/pro-field": "1.31.8",
"@ant-design/pro-table": "2.62.2",
"@ant-design/pro-table": "2.62.3",
"@babel/runtime": "^7.16.3",
"classnames": "^2.2.6",
"moment": "^2.24.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/table/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.

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

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

## [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
Expand Down
4 changes: 2 additions & 2 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.2",
"version": "2.62.3",
"description": "🏆 Use Ant Design Table like a Pro!",
"keywords": [
"antd",
Expand Down Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@ant-design/icons": "^4.1.0",
"@ant-design/pro-field": "1.31.8",
"@ant-design/pro-form": "1.52.8",
"@ant-design/pro-form": "1.52.9",
"@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 60c0961

Please sign in to comment.