Skip to content

Commit

Permalink
🎨 chore(release): Publish
Browse files Browse the repository at this point in the history
 - @ant-design/pro-card@2.1.10
 - @ant-design/pro-components@2.3.52
 - @ant-design/pro-descriptions@2.0.44
 - @ant-design/pro-field@2.2.5
 - @ant-design/pro-form@2.5.4
 - @ant-design/pro-layout@7.6.1
 - @ant-design/pro-list@2.0.45
 - @ant-design/pro-table@3.2.12
 - @ant-design/pro-utils@2.5.4
  • Loading branch information
chenshuai2144 committed Jan 10, 2023
1 parent 9305baf commit f6a5833
Show file tree
Hide file tree
Showing 18 changed files with 84 additions and 32 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.

## [2.1.10](https://github.com/ant-design/pro-components/compare/@ant-design/pro-card@2.1.9...@ant-design/pro-card@2.1.10) (2023-01-10)

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

## [2.1.9](https://github.com/ant-design/pro-components/compare/@ant-design/pro-card@2.1.8...@ant-design/pro-card@2.1.9) (2023-01-06)

**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": "2.1.9",
"version": "2.1.10",
"description": "@ant-design/pro-card",
"keywords": [
"antd",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@ant-design/icons": "^4.2.1",
"@ant-design/pro-provider": "2.4.0",
"@ant-design/pro-utils": "2.5.3",
"@ant-design/pro-utils": "2.5.4",
"@babel/runtime": "^7.18.0",
"classnames": "^2.2.6",
"omit.js": "^2.0.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/components/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.3.52](https://github.com/ant-design/pro-components/compare/@ant-design/pro-components@2.3.51...@ant-design/pro-components@2.3.52) (2023-01-10)

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

## [2.3.51](https://github.com/ant-design/pro-components/compare/@ant-design/pro-components@2.3.50...@ant-design/pro-components@2.3.51) (2023-01-06)

**Note:** Version bump only for package @ant-design/pro-components
Expand Down
18 changes: 9 additions & 9 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ant-design/pro-components",
"version": "2.3.51",
"version": "2.3.52",
"description": "@ant-design/pro-components",
"keywords": [
"antd",
Expand Down Expand Up @@ -32,16 +32,16 @@
"ie >= 11"
],
"dependencies": {
"@ant-design/pro-card": "2.1.9",
"@ant-design/pro-descriptions": "2.0.43",
"@ant-design/pro-field": "2.2.4",
"@ant-design/pro-form": "2.5.3",
"@ant-design/pro-layout": "7.6.0",
"@ant-design/pro-list": "2.0.44",
"@ant-design/pro-card": "2.1.10",
"@ant-design/pro-descriptions": "2.0.44",
"@ant-design/pro-field": "2.2.5",
"@ant-design/pro-form": "2.5.4",
"@ant-design/pro-layout": "7.6.1",
"@ant-design/pro-list": "2.0.45",
"@ant-design/pro-provider": "2.4.0",
"@ant-design/pro-skeleton": "2.0.7",
"@ant-design/pro-table": "3.2.11",
"@ant-design/pro-utils": "2.5.3",
"@ant-design/pro-table": "3.2.12",
"@ant-design/pro-utils": "2.5.4",
"@babel/runtime": "^7.16.3"
},
"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.

## [2.0.44](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@2.0.43...@ant-design/pro-descriptions@2.0.44) (2023-01-10)

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

## [2.0.43](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@2.0.42...@ant-design/pro-descriptions@2.0.43) (2023-01-06)

**Note:** Version bump only for package @ant-design/pro-descriptions
Expand Down
8 changes: 4 additions & 4 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": "2.0.43",
"version": "2.0.44",
"description": "@ant-design/pro-descriptions",
"keywords": [
"antd",
Expand Down Expand Up @@ -31,10 +31,10 @@
"ie >= 11"
],
"dependencies": {
"@ant-design/pro-field": "2.2.4",
"@ant-design/pro-form": "2.5.3",
"@ant-design/pro-field": "2.2.5",
"@ant-design/pro-form": "2.5.4",
"@ant-design/pro-skeleton": "2.0.7",
"@ant-design/pro-utils": "2.5.3",
"@ant-design/pro-utils": "2.5.4",
"@babel/runtime": "^7.18.0",
"rc-util": "^5.0.6",
"use-json-comparison": "^1.0.5"
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.

## [2.2.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-field@2.2.4...@ant-design/pro-field@2.2.5) (2023-01-10)

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

## [2.2.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-field@2.2.3...@ant-design/pro-field@2.2.4) (2023-01-06)

**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": "2.2.4",
"version": "2.2.5",
"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 @@ -28,7 +28,7 @@
"dependencies": {
"@ant-design/icons": "^4.2.1",
"@ant-design/pro-provider": "2.4.0",
"@ant-design/pro-utils": "2.5.3",
"@ant-design/pro-utils": "2.5.4",
"@babel/runtime": "^7.18.0",
"@chenshuai2144/sketch-color": "^1.0.8",
"classnames": "^2.2.6",
Expand Down
6 changes: 6 additions & 0 deletions packages/form/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.5.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@2.5.3...@ant-design/pro-form@2.5.4) (2023-01-10)

### Bug Fixes

- **form:** fix formref no work error in BetaSchemaForm ([7b9bbdd](https://github.com/ant-design/pro-components/commit/7b9bbddbd7e1f51cca9490170ec24fc4817a1620))

## [2.5.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@2.5.2...@ant-design/pro-form@2.5.3) (2023-01-06)

### Bug Fixes
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": "2.5.3",
"version": "2.5.4",
"description": "@ant-design/pro-form",
"keywords": [
"antd",
Expand Down Expand Up @@ -32,9 +32,9 @@
],
"dependencies": {
"@ant-design/icons": "^4.2.1",
"@ant-design/pro-field": "2.2.4",
"@ant-design/pro-field": "2.2.5",
"@ant-design/pro-provider": "2.4.0",
"@ant-design/pro-utils": "2.5.3",
"@ant-design/pro-utils": "2.5.4",
"@babel/runtime": "^7.18.0",
"@umijs/use-params": "^1.0.9",
"classnames": "^2.2.6",
Expand Down
11 changes: 11 additions & 0 deletions packages/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## [7.6.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.6.0...@ant-design/pro-layout@7.6.1) (2023-01-10)

### Bug Fixes

- **form:** fix formref no work error in BetaSchemaForm ([7b9bbdd](https://github.com/ant-design/pro-components/commit/7b9bbddbd7e1f51cca9490170ec24fc4817a1620))
- **layout:** fix ProLayout pageTitleRender not overriding document title ([#6492](https://github.com/ant-design/pro-components/issues/6492)) ([fda493c](https://github.com/ant-design/pro-components/commit/fda493c9ffd1a2e6d9bc7bcd51ffb57f75cfe518))
- **layout:** open sider from right on rtl direction ([#6491](https://github.com/ant-design/pro-components/issues/6491)) ([3675950](https://github.com/ant-design/pro-components/commit/36759508767f92a3dc3c7374b1a0092a6c3dab1d))
- **layout:** replace marginTop to marigin-block-start ([5d0f58f](https://github.com/ant-design/pro-components/commit/5d0f58fea713d4eead7d0c6f76c09a60f96fda2b))
- **layout:** support click mask close ([06a8920](https://github.com/ant-design/pro-components/commit/06a8920933a7a956df0895bf8b2922499ae1075a))
- **layout:** 调整菜单收缩时 margin 与展开时 一致 ([#6481](https://github.com/ant-design/pro-components/issues/6481)) ([7229fcf](https://github.com/ant-design/pro-components/commit/7229fcfa861fc9d01a8cbbde22d003d9a497c027))

# [7.6.0](https://github.com/ant-design/pro-components/compare/@ant-design/pro-layout@7.5.2...@ant-design/pro-layout@7.6.0) (2023-01-06)

### Features
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": "7.6.0",
"version": "7.6.1",
"description": "@ant-design/pro-layout",
"keywords": [
"antd",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@ant-design/icons": "^4.0.0",
"@ant-design/pro-provider": "2.4.0",
"@ant-design/pro-utils": "2.5.3",
"@ant-design/pro-utils": "2.5.4",
"@babel/runtime": "^7.18.0",
"@umijs/route-utils": "^4.0.0",
"@umijs/use-params": "^1.0.9",
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.

## [2.0.45](https://github.com/ant-design/pro-components/compare/@ant-design/pro-list@2.0.44...@ant-design/pro-list@2.0.45) (2023-01-10)

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

## [2.0.44](https://github.com/ant-design/pro-components/compare/@ant-design/pro-list@2.0.43...@ant-design/pro-list@2.0.44) (2023-01-06)

**Note:** Version bump only for package @ant-design/pro-list
Expand Down
8 changes: 4 additions & 4 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": "2.0.44",
"version": "2.0.45",
"description": "🏆 Use Ant Design List like a Pro!",
"keywords": [
"antd",
Expand Down Expand Up @@ -30,9 +30,9 @@
],
"dependencies": {
"@ant-design/icons": "^4.0.0",
"@ant-design/pro-card": "2.1.9",
"@ant-design/pro-field": "2.2.4",
"@ant-design/pro-table": "3.2.11",
"@ant-design/pro-card": "2.1.10",
"@ant-design/pro-field": "2.2.5",
"@ant-design/pro-table": "3.2.12",
"@babel/runtime": "^7.18.0",
"classnames": "^2.2.6",
"dayjs": "^1.11.4",
Expand Down
9 changes: 9 additions & 0 deletions packages/table/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## [3.2.12](https://github.com/ant-design/pro-components/compare/@ant-design/pro-table@3.2.11...@ant-design/pro-table@3.2.12) (2023-01-10)

### Bug Fixes

- **table:** fix cancelEditable will reset value error ([40fba50](https://github.com/ant-design/pro-components/commit/40fba50d987cfcbf1dd37d0593c88123b04dfbb7))
- **Table:** 列配置子项 disable 时,“固定”按钮点击无效 ([#6475](https://github.com/ant-design/pro-components/issues/6475)) ([fd6aaed](https://github.com/ant-design/pro-components/commit/fd6aaed341337cd9804235b3a4accab16f4d16a3))
- **Table:** 列配置子项 disable 时,无法拖动调整顺序 ([#6476](https://github.com/ant-design/pro-components/issues/6476)) ([6c4744e](https://github.com/ant-design/pro-components/commit/6c4744ed0249bc5681bf63f3bde42c54b8eb6894))
- **Table:** 列配置点击“列展示”全选操作时,顺序排列和 disable 状态异常 ([#6477](https://github.com/ant-design/pro-components/issues/6477)) ([458db48](https://github.com/ant-design/pro-components/commit/458db48df13e742859ba608387740b2acb5890ff))

## [3.2.11](https://github.com/ant-design/pro-components/compare/@ant-design/pro-table@3.2.10...@ant-design/pro-table@3.2.11) (2023-01-06)

**Note:** Version bump only for package @ant-design/pro-table
Expand Down
10 changes: 5 additions & 5 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": "3.2.11",
"version": "3.2.12",
"description": "🏆 Use Ant Design Table like a Pro!",
"keywords": [
"antd",
Expand Down Expand Up @@ -32,11 +32,11 @@
],
"dependencies": {
"@ant-design/icons": "^4.1.0",
"@ant-design/pro-card": "2.1.9",
"@ant-design/pro-field": "2.2.4",
"@ant-design/pro-form": "2.5.3",
"@ant-design/pro-card": "2.1.10",
"@ant-design/pro-field": "2.2.5",
"@ant-design/pro-form": "2.5.4",
"@ant-design/pro-provider": "2.4.0",
"@ant-design/pro-utils": "2.5.3",
"@ant-design/pro-utils": "2.5.4",
"@babel/runtime": "^7.18.0",
"classnames": "^2.2.6",
"dayjs": "^1.11.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/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.5.4](https://github.com/ant-design/pro-components/compare/@ant-design/pro-utils@2.5.3...@ant-design/pro-utils@2.5.4) (2023-01-10)

### Bug Fixes

- **table:** fix cancelEditable will reset value error ([40fba50](https://github.com/ant-design/pro-components/commit/40fba50d987cfcbf1dd37d0593c88123b04dfbb7))

## [2.5.3](https://github.com/ant-design/pro-components/compare/@ant-design/pro-utils@2.5.2...@ant-design/pro-utils@2.5.3) (2023-01-06)

**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": "2.5.3",
"version": "2.5.4",
"description": "@ant-design/pro-utils",
"keywords": [
"antd",
Expand Down

0 comments on commit f6a5833

Please sign in to comment.