Skip to content

Commit 3aa1942

Browse files
committed
🎨 chore(release): Publish
- @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] - @ant-design/[email protected]
1 parent 807d4c1 commit 3aa1942

File tree

20 files changed

+87
-19
lines changed

20 files changed

+87
-19
lines changed

packages/card/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

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

5+
# [1.0.0-beta.3](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2020-08-10)
6+
7+
### Bug Fixes
8+
9+
- **procard:** loading block component ([b164aa3](https://github.com/ant-design/pro-components/commit/b164aa32564824c485d45451b34d223b5a1dac77))
10+
- procard loading block ([ebdd944](https://github.com/ant-design/pro-components/commit/ebdd944ef6157649d4a6409fa2365afb579fc473))
11+
- split radius fix ([5665196](https://github.com/ant-design/pro-components/commit/566519645dfb88cd1d8d0b79220f321e3180ce9d))
12+
13+
### Features
14+
15+
- **card:** Feat/procard collapsible ([#89](https://github.com/ant-design/pro-components/issues/89)) ([8f740d4](https://github.com/ant-design/pro-components/commit/8f740d4c595568e16b1dfc84072bff2b5a438568))
16+
- add card loading block ([28c034a](https://github.com/ant-design/pro-components/commit/28c034ac045d207ebf95fc41a8da457c7b48fb42))
17+
- add procard responsive ([d5299ef](https://github.com/ant-design/pro-components/commit/d5299efe8ce4a5eeb5a825a8f551be2abc61ccff))
18+
519
# 1.0.0-beta.2 (2020-07-30)
620

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

packages/card/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-card",
3-
"version": "1.0.0-beta.2",
3+
"version": "1.0.0-beta.3",
44
"description": "@ant-design/pro-card",
55
"keywords": [
66
"antd",
@@ -28,8 +28,8 @@
2828
"ie >= 11"
2929
],
3030
"dependencies": {
31-
"@ant-design/pro-utils":"0.0.1",
3231
"@ant-design/icons": "^4.2.1",
32+
"@ant-design/pro-utils": "0.0.2",
3333
"classnames": "^2.2.6"
3434
},
3535
"peerDependencies": {
@@ -43,4 +43,4 @@
4343
"chencheng <[email protected]> (https://github.com/sorrycc)",
4444
"chenshuai2144 <[email protected]> (https://github.com/chenshuai2144)"
4545
]
46-
}
46+
}

packages/descriptions/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## [1.0.1](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2020-08-10)
6+
7+
**Note:** Version bump only for package @ant-design/pro-descriptions
8+
59
# [1.0.0-beta.3](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2020-07-25)
610

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

packages/descriptions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-descriptions",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "@ant-design/pro-descriptions",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/field/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## [0.0.12](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2020-08-10)
6+
7+
**Note:** Version bump only for package @ant-design/pro-field
8+
59
## [0.0.11](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2020-07-30)
610

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

packages/field/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-field",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "原子信息组件,统一 ProForm、ProTable、ProList、Filter 等组件里面的字段定义。",
55
"homepage": "https://github.com/ant-design/pro-components/tree/master/packages/plugin-layout#readme",
66
"bugs": "https://github.com/ant-design/pro-components/issues",

packages/form/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

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

5+
# [1.0.0-beta.9](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2020-08-10)
6+
7+
### Bug Fixes
8+
9+
- **form:** improve QueryFilter responsive rules ([#96](https://github.com/ant-design/pro-components/issues/96)) ([8c88ba3](https://github.com/ant-design/pro-components/commit/8c88ba38789ca49f834048e4ecac6c792e9d7a7a))
10+
- serach filter demo style detail ([#94](https://github.com/ant-design/pro-components/issues/94)) ([0666697](https://github.com/ant-design/pro-components/commit/06666972e0c1b8c12f483e657df50380c3d2fb31))
11+
12+
### Features
13+
14+
- SearchFilter 合并到 QueryFilter ([#75](https://github.com/ant-design/pro-components/issues/75)) ([7b20381](https://github.com/ant-design/pro-components/commit/7b20381fae342d52d13e394d5144348f12f42339))
15+
516
# [1.0.0-beta.8](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2020-07-30)
617

718
### Bug Fixes

packages/form/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-form",
3-
"version": "1.0.0-beta.8",
3+
"version": "1.0.0-beta.9",
44
"description": "@ant-design/pro-form",
55
"keywords": [
66
"antd",
@@ -31,9 +31,9 @@
3131
],
3232
"dependencies": {
3333
"@ant-design/icons": "^4.2.1",
34-
"@ant-design/pro-field": "0.0.11",
35-
"@ant-design/pro-provider": "0.0.2",
36-
"@ant-design/pro-utils": "0.0.1",
34+
"@ant-design/pro-field": "0.0.12",
35+
"@ant-design/pro-provider": "0.0.3",
36+
"@ant-design/pro-utils": "0.0.2",
3737
"classnames": "^2.2.6",
3838
"rc-resize-observer": "^0.2.3",
3939
"use-media-antd-query": "^1.0.2"

packages/layout/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## [6.4.1](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2020-08-10)
6+
7+
### Bug Fixes
8+
9+
- **layout:** optimize the style of layout ([#140](https://github.com/ant-design/pro-components/issues/140)) ([9266d7b](https://github.com/ant-design/pro-components/commit/9266d7b50c5ced934d173bf4dc5523f128c5bf02))
10+
511
# [6.4.0-beta.1](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2020-07-30)
612

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

packages/layout/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design/pro-layout",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"description": "@ant-design/pro-layout",
55
"keywords": [
66
"antd",
@@ -31,8 +31,8 @@
3131
],
3232
"dependencies": {
3333
"@ant-design/icons": "^4.0.0",
34-
"@ant-design/pro-provider": "0.0.2",
35-
"@ant-design/pro-utils": "0.0.1",
34+
"@ant-design/pro-provider": "0.0.3",
35+
"@ant-design/pro-utils": "0.0.2",
3636
"@umijs/route-utils": "^1.0.5",
3737
"antd": "^4.2.0",
3838
"classnames": "^2.2.6",

0 commit comments

Comments
 (0)