Skip to content

Commit

Permalink
🎨 chore(release): Publish
Browse files Browse the repository at this point in the history
 - @ant-design/pro-card@1.5.0
 - @ant-design/pro-descriptions@1.0.34
 - @ant-design/pro-field@1.1.0
 - @ant-design/pro-form@1.5.0
 - @ant-design/pro-layout@6.5.15
 - @ant-design/pro-list@1.0.10
 - @ant-design/pro-table@2.11.0
 - @ant-design/pro-utils@1.2.0
  • Loading branch information
chenshuai2144 committed Nov 17, 2020
1 parent aa40d77 commit 6ab89ce
Show file tree
Hide file tree
Showing 16 changed files with 80 additions and 20 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.5.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-card@1.4.6...@ant-design/pro-card@1.5.0) (2020-11-17)

### Features

- **card:** pro-card support Group and Divider ([#992](https://github.com/ant-design/pro-components/issues/992)) ([89c813d](https://github.com/ant-design/pro-components/commit/89c813d9d344eaa8ea4963839847ec5c0c2ef017))

## [1.4.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-card@1.4.5...@ant-design/pro-card@1.4.6) (2020-11-09)

**Note:** Version bump only for package @ant-design/pro-card
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.4.6",
"version": "1.5.0",
"description": "@ant-design/pro-card",
"keywords": [
"antd",
Expand Down Expand Up @@ -34,7 +34,7 @@
],
"dependencies": {
"@ant-design/icons": "^4.2.1",
"@ant-design/pro-utils": "1.1.0",
"@ant-design/pro-utils": "1.2.0",
"classnames": "^2.2.6"
},
"peerDependencies": {
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.0.34](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@1.0.33...@ant-design/pro-descriptions@1.0.34) (2020-11-17)

### Bug Fixes

- **descriptions:** missing dependency use-json-comparison ([#996](https://github.com/ant-design/pro-components/issues/996)) ([a181f48](https://github.com/ant-design/pro-components/commit/a181f4857436b48d4475c427809dde9e0d641ef5))

## [1.0.33](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@1.0.32...@ant-design/pro-descriptions@1.0.33) (2020-11-10)

**Note:** Version bump only for package @ant-design/pro-descriptions
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.0.33",
"version": "1.0.34",
"description": "@ant-design/pro-descriptions",
"keywords": [
"antd",
Expand Down Expand Up @@ -33,9 +33,9 @@
"ie >= 11"
],
"dependencies": {
"@ant-design/pro-field": "1.0.9",
"@ant-design/pro-field": "1.1.0",
"@ant-design/pro-skeleton": "1.0.0-beta.10",
"@ant-design/pro-utils": "1.1.0",
"@ant-design/pro-utils": "1.2.0",
"use-json-comparison": "^1.0.5"
},
"peerDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/field/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

# [1.1.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-field@1.0.9...@ant-design/pro-field@1.1.0) (2020-11-17)

### Bug Fixes

- **field:** set the useSwr option revalidateOnFocus to false ([#950](https://github.com/ant-design/pro-components/issues/950)) ([e75b97b](https://github.com/ant-design/pro-components/commit/e75b97bc8a456da4eefc5545cc1c22d9b67ac2ac))
- **field:** 解决只读模式默认值为空的情况不走 render 的问题 ([#630](https://github.com/ant-design/pro-components/issues/630)) ([3ac7297](https://github.com/ant-design/pro-components/commit/3ac72977d7c0af3f78060dd6cd2b3afcca691d4b))

### Features

- **form:** LightFilter support allowClear ([#974](https://github.com/ant-design/pro-components/issues/974)) ([6ef984a](https://github.com/ant-design/pro-components/commit/6ef984ae6ba9560737c200c0ca39e5d2f3d7286b))
- **form:** support readonly ([#963](https://github.com/ant-design/pro-components/issues/963)) ([2b27e91](https://github.com/ant-design/pro-components/commit/2b27e917707c530c2a9d9c91fa27c1b663a07bf4))

## [1.0.9](https://github.com/ant-design/pro-components/compare/@ant-design/pro-field@1.0.8...@ant-design/pro-field@1.0.9) (2020-11-10)

**Note:** Version bump only for package @ant-design/pro-field
Expand Down
4 changes: 2 additions & 2 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": "1.0.9",
"version": "1.1.0",
"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,7 +30,7 @@
"dependencies": {
"@ant-design/icons": "^4.2.1",
"@ant-design/pro-provider": "1.2.1",
"@ant-design/pro-utils": "1.1.0",
"@ant-design/pro-utils": "1.2.0",
"classnames": "^2.2.6",
"lodash.tonumber": "^4.0.3",
"moment": "^2.27.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/form/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

# [1.5.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@1.4.1...@ant-design/pro-form@1.5.0) (2020-11-17)

### Bug Fixes

- **form:** FieldSet igrone no Element ([aa40d77](https://github.com/ant-design/pro-components/commit/aa40d7744bfe4687699c8c5703baeefdc928f2ee))
- **form:** fix form captcha loading error ([#945](https://github.com/ant-design/pro-components/issues/945)) ([2d3db9e](https://github.com/ant-design/pro-components/commit/2d3db9eac98dfaa40ba8248a4417b181a59d094b)), closes [#943](https://github.com/ant-design/pro-components/issues/943)

### Features

- **form:** LightFilter support allowClear ([#974](https://github.com/ant-design/pro-components/issues/974)) ([6ef984a](https://github.com/ant-design/pro-components/commit/6ef984ae6ba9560737c200c0ca39e5d2f3d7286b))
- **form:** support readonly ([#963](https://github.com/ant-design/pro-components/issues/963)) ([2b27e91](https://github.com/ant-design/pro-components/commit/2b27e917707c530c2a9d9c91fa27c1b663a07bf4))

## [1.4.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@1.4.0...@ant-design/pro-form@1.4.1) (2020-11-10)

**Note:** Version bump only for package @ant-design/pro-form
Expand Down
6 changes: 3 additions & 3 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.4.1",
"version": "1.5.0",
"description": "@ant-design/pro-form",
"keywords": [
"antd",
Expand Down Expand Up @@ -34,9 +34,9 @@
],
"dependencies": {
"@ant-design/icons": "^4.2.1",
"@ant-design/pro-field": "1.0.9",
"@ant-design/pro-field": "1.1.0",
"@ant-design/pro-provider": "1.2.1",
"@ant-design/pro-utils": "1.1.0",
"@ant-design/pro-utils": "1.2.0",
"classnames": "^2.2.6",
"omit.js": "^2.0.2",
"rc-resize-observer": "^0.2.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/layout/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.

## [6.5.15](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.5.14...@ant-design/pro-layout@6.5.15) (2020-11-17)

### Bug Fixes

- **layout:** Feat/pagecontainer ghost ([#989](https://github.com/ant-design/pro-components/issues/989)) ([428b5a3](https://github.com/ant-design/pro-components/commit/428b5a3583843fcee870ab1fecdea0bfb74223c6))
- **layout:** 修复 mix 模式下,顶部导航渲染 bug ([#975](https://github.com/ant-design/pro-components/issues/975)) ([0487e2b](https://github.com/ant-design/pro-components/commit/0487e2be21111ac42f78a62cd45c3ca300ffcef7))

## [6.5.14](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@6.5.13...@ant-design/pro-layout@6.5.14) (2020-11-10)

**Note:** Version bump only for package @ant-design/pro-layout
Expand Down
4 changes: 2 additions & 2 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.5.14",
"version": "6.5.15",
"description": "@ant-design/pro-layout",
"keywords": [
"antd",
Expand Down Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@ant-design/icons": "^4.0.0",
"@ant-design/pro-provider": "1.2.1",
"@ant-design/pro-utils": "1.1.0",
"@ant-design/pro-utils": "1.2.0",
"@umijs/route-utils": "^1.0.33",
"classnames": "^2.2.6",
"history": "^4.10.1",
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.0.10](https://github.com/ant-design/pro-components/compare/@ant-design/pro-list@1.0.9...@ant-design/pro-list@1.0.10) (2020-11-17)

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

## [1.0.9](https://github.com/ant-design/pro-components/compare/@ant-design/pro-list@1.0.8...@ant-design/pro-list@1.0.9) (2020-11-10)

**Note:** Version bump only for package @ant-design/pro-list
Expand Down
6 changes: 3 additions & 3 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.0.9",
"version": "1.0.10",
"description": "🏆 Use Ant Design List like a Pro!",
"keywords": [
"antd",
Expand Down Expand Up @@ -33,8 +33,8 @@
],
"dependencies": {
"@ant-design/icons": "^4.0.0",
"@ant-design/pro-field": "1.0.9",
"@ant-design/pro-table": "2.10.1",
"@ant-design/pro-field": "1.1.0",
"@ant-design/pro-table": "2.11.0",
"classnames": "^2.2.6",
"dnd-core": "^10.0.2",
"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.11.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-table@2.10.1...@ant-design/pro-table@2.11.0) (2020-11-17)

### Features

- **form:** support readonly ([#963](https://github.com/ant-design/pro-components/issues/963)) ([2b27e91](https://github.com/ant-design/pro-components/commit/2b27e917707c530c2a9d9c91fa27c1b663a07bf4))

## [2.10.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-table@2.10.0...@ant-design/pro-table@2.10.1) (2020-11-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.10.1",
"version": "2.11.0",
"description": "🏆 Use Ant Design Table like a Pro!",
"keywords": [
"antd",
Expand Down Expand Up @@ -34,10 +34,10 @@
],
"dependencies": {
"@ant-design/icons": "^4.1.0",
"@ant-design/pro-field": "1.0.9",
"@ant-design/pro-form": "1.4.1",
"@ant-design/pro-field": "1.1.0",
"@ant-design/pro-form": "1.5.0",
"@ant-design/pro-provider": "1.2.1",
"@ant-design/pro-utils": "1.1.0",
"@ant-design/pro-utils": "1.2.0",
"classnames": "^2.2.6",
"dnd-core": "^10.0.2",
"moment": "^2.24.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/utils/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.2.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-utils@1.1.0...@ant-design/pro-utils@1.2.0) (2020-11-17)

### Features

- **form:** LightFilter support allowClear ([#974](https://github.com/ant-design/pro-components/issues/974)) ([6ef984a](https://github.com/ant-design/pro-components/commit/6ef984ae6ba9560737c200c0ca39e5d2f3d7286b))
- **form:** support readonly ([#963](https://github.com/ant-design/pro-components/issues/963)) ([2b27e91](https://github.com/ant-design/pro-components/commit/2b27e917707c530c2a9d9c91fa27c1b663a07bf4))

# [1.1.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-utils@1.0.7...@ant-design/pro-utils@1.1.0) (2020-11-09)

### Features
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": "1.1.0",
"version": "1.2.0",
"description": "@ant-design/pro-utils",
"keywords": [
"antd",
Expand Down

0 comments on commit 6ab89ce

Please sign in to comment.