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]
  • Loading branch information
chenshuai2144 committed Aug 12, 2020
1 parent f85de72 commit c15f173
Show file tree
Hide file tree
Showing 16 changed files with 52 additions and 18 deletions.
6 changes: 6 additions & 0 deletions packages/card/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.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

- **procard:** colspan not shrink ([#126](https://github.com/ant-design/pro-components/issues/126)) ([f109dce](https://github.com/ant-design/pro-components/commit/f109dcec3cbdbe04891df49f16f5ccd10680f3c0))

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

### 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.3",
"version": "1.0.0-beta.4",
"description": "@ant-design/pro-card",
"keywords": [
"antd",
Expand Down Expand Up @@ -29,7 +29,7 @@
],
"dependencies": {
"@ant-design/icons": "^4.2.1",
"@ant-design/pro-utils": "0.0.2",
"@ant-design/pro-utils": "0.0.3",
"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.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

## [1.0.3](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-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.3",
"version": "1.0.4",
"description": "@ant-design/pro-descriptions",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -40,6 +40,6 @@
"access": "public"
},
"dependencies": {
"@ant-design/pro-field": "0.0.12"
"@ant-design/pro-field": "0.0.13"
}
}
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.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

## [0.0.12](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-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.12",
"version": "0.0.13",
"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.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

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

### Bug Fixes
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.9",
"version": "1.0.0-beta.10",
"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.12",
"@ant-design/pro-provider": "0.0.3",
"@ant-design/pro-utils": "0.0.2",
"@ant-design/pro-field": "0.0.13",
"@ant-design/pro-provider": "0.0.4",
"@ant-design/pro-utils": "0.0.3",
"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.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

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

### Bug Fixes
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.1",
"version": "6.4.2",
"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.3",
"@ant-design/pro-utils": "0.0.2",
"@ant-design/pro-provider": "0.0.4",
"@ant-design/pro-utils": "0.0.3",
"@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.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

## [0.0.3](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-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.3",
"version": "0.0.4",
"description": "@ant-design/pro-provider",
"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.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

## [2.5.4](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-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.4",
"version": "2.5.5",
"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.12",
"@ant-design/pro-provider": "0.0.3",
"@ant-design/pro-utils": "0.0.2",
"@ant-design/pro-field": "0.0.13",
"@ant-design/pro-provider": "0.0.4",
"@ant-design/pro-utils": "0.0.3",
"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.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

## 0.0.2 (2020-08-10)

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

0 comments on commit c15f173

Please sign in to comment.