Skip to content

Commit

Permalink
docs: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Nov 15, 2023
1 parent 7a81aa0 commit 03025c5
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 41 deletions.
8 changes: 7 additions & 1 deletion docs/changelog.en-US.md
Original file line number Diff line number Diff line change
@@ -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`

Expand Down
8 changes: 7 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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`

Expand Down
7 changes: 1 addition & 6 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 1 addition & 6 deletions packages/descriptions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 2 additions & 8 deletions packages/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
7 changes: 1 addition & 6 deletions packages/list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 1 addition & 6 deletions packages/table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 03025c5

Please sign in to comment.