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 Aug 12, 2020
1 parent a1f5d61 commit 60c3f6d
Show file tree
Hide file tree
Showing 18 changed files with 55 additions and 19 deletions.
4 changes: 4 additions & 0 deletions packages/card/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.0.0-beta.5](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2020-08-12)

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

# [1.0.0-beta.4](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2020-08-12)

### Bug Fixes
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": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "@ant-design/pro-card",
"keywords": [
"antd",
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"dependencies": {
"@ant-design/icons": "^4.2.1",
"@ant-design/pro-utils": "0.0.3",
"@ant-design/pro-utils": "0.0.4",
"classnames": "^2.2.6"
},
"peerDependencies": {
Expand Down
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.0.5](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2020-08-12)

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

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

**Note:** Version bump only for package @ant-design/pro-descriptions
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.0.4",
"version": "1.0.5",
"description": "@ant-design/pro-descriptions",
"keywords": [
"antd",
Expand Down Expand Up @@ -30,7 +30,7 @@
"ie >= 11"
],
"dependencies": {
"@ant-design/pro-field": "0.0.13"
"@ant-design/pro-field": "0.0.14"
},
"peerDependencies": {
"umi": "3.x"
Expand Down
4 changes: 4 additions & 0 deletions packages/field/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.

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

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

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

**Note:** Version bump only for package @ant-design/pro-field
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": "0.0.13",
"version": "0.0.14",
"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
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.0.0-beta.11](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2020-08-12)

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

# [1.0.0-beta.10](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2020-08-12)

**Note:** Version bump only for package @ant-design/pro-form
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": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "@ant-design/pro-form",
"keywords": [
"antd",
Expand Down Expand Up @@ -31,9 +31,9 @@
],
"dependencies": {
"@ant-design/icons": "^4.2.1",
"@ant-design/pro-field": "0.0.13",
"@ant-design/pro-provider": "0.0.4",
"@ant-design/pro-utils": "0.0.3",
"@ant-design/pro-field": "0.0.14",
"@ant-design/pro-provider": "0.0.5",
"@ant-design/pro-utils": "0.0.4",
"classnames": "^2.2.6",
"rc-resize-observer": "^0.2.3",
"use-media-antd-query": "^1.0.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/layout/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.

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

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

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

**Note:** Version bump only for package @ant-design/pro-layout
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": "6.4.2",
"version": "6.4.3",
"description": "@ant-design/pro-layout",
"keywords": [
"antd",
Expand Down Expand Up @@ -31,8 +31,8 @@
],
"dependencies": {
"@ant-design/icons": "^4.0.0",
"@ant-design/pro-provider": "0.0.4",
"@ant-design/pro-utils": "0.0.3",
"@ant-design/pro-provider": "0.0.5",
"@ant-design/pro-utils": "0.0.4",
"@umijs/route-utils": "^1.0.5",
"antd": "^4.2.0",
"classnames": "^2.2.6",
Expand Down
4 changes: 4 additions & 0 deletions packages/provider/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.

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

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

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

**Note:** Version bump only for package @ant-design/pro-provider
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": "0.0.4",
"version": "0.0.5",
"description": "@ant-design/pro-provider",
"keywords": [
"antd",
Expand Down
4 changes: 4 additions & 0 deletions packages/skeleton/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.0.0-beta.7](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2020-08-12)

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

# [1.0.0-beta.6](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2020-08-10)

**Note:** Version bump only for package @ant-design/pro-skeleton
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": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"description": "@ant-design/pro-skeleton",
"keywords": [
"antd",
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.5.6](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2020-08-12)

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

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

**Note:** Version bump only for package @ant-design/pro-table
Expand Down
8 changes: 4 additions & 4 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.5.5",
"version": "2.5.6",
"description": "🏆 Use Ant Design Table like a Pro!",
"keywords": [
"antd",
Expand Down Expand Up @@ -31,9 +31,9 @@
],
"dependencies": {
"@ant-design/icons": "^4.1.0",
"@ant-design/pro-field": "0.0.13",
"@ant-design/pro-provider": "0.0.4",
"@ant-design/pro-utils": "0.0.3",
"@ant-design/pro-field": "0.0.14",
"@ant-design/pro-provider": "0.0.5",
"@ant-design/pro-utils": "0.0.4",
"antd": "^4.1.5",
"classnames": "^2.2.6",
"dnd-core": "^10.0.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/utils/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.

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

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

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

**Note:** Version bump only for package @ant-design/pro-utils
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": "0.0.3",
"version": "0.0.4",
"description": "@ant-design/pro-utils",
"keywords": [
"antd",
Expand Down

0 comments on commit 60c3f6d

Please sign in to comment.