From 03025c583e0216318c0b0edb3901f16b2018b1bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=9F=E8=B4=A4?= <qixian.cs@antgroup.com> Date: Wed, 15 Nov 2023 11:17:10 +0800 Subject: [PATCH] docs: add changelog --- docs/changelog.en-US.md | 8 +++++++- docs/changelog.md | 8 +++++++- packages/components/CHANGELOG.md | 7 +------ packages/descriptions/CHANGELOG.md | 7 +------ packages/form/CHANGELOG.md | 10 ++-------- packages/list/CHANGELOG.md | 7 +------ packages/table/CHANGELOG.md | 7 +------ pnpm-lock.yaml | 14 +++++++------- 8 files changed, 27 insertions(+), 41 deletions(-) diff --git a/docs/changelog.en-US.md b/docs/changelog.en-US.md index e7579896be84..2045a9a0764d 100644 --- a/docs/changelog.en-US.md +++ b/docs/changelog.en-US.md @@ -1,4 +1,10 @@ -## @ant-design/pro-components@2.6.37 +## @ant-design/pro-components@2.6.38 + +`2023-11-15` + +- fix(form): Password support strengthText. [fcade9f](https://github.com/ant-design/pro-components/commit/fcade9f) + +## @ant-design/pro-components@2.6.37 `2023-11-15` diff --git a/docs/changelog.md b/docs/changelog.md index 9714eb1e66cb..b19f97fe69c6 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,4 +1,10 @@ -## @ant-design/pro-components@2.6.37 +## @ant-design/pro-components@2.6.38 + +`2023-11-15` + +- fix(form): Password support strengthText. [fcade9f](https://github.com/ant-design/pro-components/commit/fcade9f) + +## @ant-design/pro-components@2.6.37 `2023-11-15` diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 54e2561a75e2..eafb55b82668 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,16 +1,11 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [2.6.38](https://github.com/ant-design/pro-components/compare/@ant-design/pro-components@2.6.37...@ant-design/pro-components@2.6.38) (2023-11-15) **Note:** Version bump only for package @ant-design/pro-components - - - - ## [2.6.37](https://github.com/ant-design/pro-components/compare/@ant-design/pro-components@2.6.36...@ant-design/pro-components@2.6.37) (2023-11-15) **Note:** Version bump only for package @ant-design/pro-components diff --git a/packages/descriptions/CHANGELOG.md b/packages/descriptions/CHANGELOG.md index 90ac4850b112..e96f57db66ab 100644 --- a/packages/descriptions/CHANGELOG.md +++ b/packages/descriptions/CHANGELOG.md @@ -1,16 +1,11 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [2.5.22](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@2.5.21...@ant-design/pro-descriptions@2.5.22) (2023-11-15) **Note:** Version bump only for package @ant-design/pro-descriptions - - - - ## [2.5.21](https://github.com/ant-design/pro-components/compare/@ant-design/pro-descriptions@2.5.20...@ant-design/pro-descriptions@2.5.21) (2023-11-15) **Note:** Version bump only for package @ant-design/pro-descriptions diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 10d99b5ddfbb..4643b19155f3 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/CHANGELOG.md @@ -1,18 +1,12 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [2.22.2](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@2.22.1...@ant-design/pro-form@2.22.2) (2023-11-15) - ### Bug Fixes -* **form:** Password support strengthText ([fcade9f](https://github.com/ant-design/pro-components/commit/fcade9f3bce22cb032ad5c00a71fc22035e224d2)) - - - - +- **form:** Password support strengthText ([fcade9f](https://github.com/ant-design/pro-components/commit/fcade9f3bce22cb032ad5c00a71fc22035e224d2)) ## [2.22.1](https://github.com/ant-design/pro-components/compare/@ant-design/pro-form@2.22.0...@ant-design/pro-form@2.22.1) (2023-11-15) diff --git a/packages/list/CHANGELOG.md b/packages/list/CHANGELOG.md index 4f10d3d7398d..c95c89bd2fd6 100644 --- a/packages/list/CHANGELOG.md +++ b/packages/list/CHANGELOG.md @@ -1,16 +1,11 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [2.5.37](https://github.com/ant-design/pro-components/compare/@ant-design/pro-list@2.5.36...@ant-design/pro-list@2.5.37) (2023-11-15) **Note:** Version bump only for package @ant-design/pro-list - - - - ## [2.5.36](https://github.com/ant-design/pro-components/compare/@ant-design/pro-list@2.5.35...@ant-design/pro-list@2.5.36) (2023-11-15) **Note:** Version bump only for package @ant-design/pro-list diff --git a/packages/table/CHANGELOG.md b/packages/table/CHANGELOG.md index 373664b0a6c4..9d903972fdd2 100644 --- a/packages/table/CHANGELOG.md +++ b/packages/table/CHANGELOG.md @@ -1,16 +1,11 @@ # Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [3.13.6](https://github.com/ant-design/pro-components/compare/@ant-design/pro-table@3.13.5...@ant-design/pro-table@3.13.6) (2023-11-15) **Note:** Version bump only for package @ant-design/pro-table - - - - ## [3.13.5](https://github.com/ant-design/pro-components/compare/@ant-design/pro-table@3.13.4...@ant-design/pro-table@3.13.5) (2023-11-15) **Note:** Version bump only for package @ant-design/pro-table diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 967f5a866a1e..a47e41781363 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -396,19 +396,19 @@ importers: specifier: 2.5.26 version: link:../card '@ant-design/pro-descriptions': - specifier: 2.5.21 + specifier: 2.5.22 version: link:../descriptions '@ant-design/pro-field': specifier: 2.14.1 version: link:../field '@ant-design/pro-form': - specifier: 2.22.1 + specifier: 2.22.2 version: link:../form '@ant-design/pro-layout': specifier: 7.17.15 version: link:../layout '@ant-design/pro-list': - specifier: 2.5.36 + specifier: 2.5.37 version: link:../list '@ant-design/pro-provider': specifier: 2.13.4 @@ -417,7 +417,7 @@ importers: specifier: 2.1.9 version: link:../skeleton '@ant-design/pro-table': - specifier: 3.13.5 + specifier: 3.13.6 version: link:../table '@ant-design/pro-utils': specifier: 2.15.1 @@ -432,7 +432,7 @@ importers: specifier: 2.14.1 version: link:../field '@ant-design/pro-form': - specifier: 2.22.1 + specifier: 2.22.2 version: link:../form '@ant-design/pro-skeleton': specifier: 2.1.9 @@ -613,7 +613,7 @@ importers: specifier: 2.14.1 version: link:../field '@ant-design/pro-table': - specifier: 3.13.5 + specifier: 3.13.6 version: link:../table '@ant-design/pro-utils': specifier: 2.15.1 @@ -682,7 +682,7 @@ importers: specifier: 2.14.1 version: link:../field '@ant-design/pro-form': - specifier: 2.22.1 + specifier: 2.22.2 version: link:../form '@ant-design/pro-provider': specifier: 2.13.4