Skip to content

Commit 61fe19a

Browse files
committed
docs: add changelog
1 parent 3931dd5 commit 61fe19a

File tree

12 files changed

+48
-82
lines changed

12 files changed

+48
-82
lines changed

docs/changelog.en-US.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## @ant-design/pro-components@2.6.36
1+
## @ant-design/pro-components@2.6.37
2+
3+
`2023-11-15`
4+
5+
- fix(form): Password support popoverProps. [39aa69b](https://github.com/ant-design/pro-components/commit/39aa69b)
6+
7+
## @ant-design/pro-components@2.6.36
28

39
`2023-11-14`
410

docs/changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## @ant-design/pro-components@2.6.36
1+
## @ant-design/pro-components@2.6.37
2+
3+
`2023-11-15`
4+
5+
- fix(form): Password support popoverProps. [39aa69b](https://github.com/ant-design/pro-components/commit/39aa69b)
6+
7+
## @ant-design/pro-components@2.6.36
28

39
`2023-11-14`
410

packages/card/CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
# Change Log
22

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

65
## [2.5.26](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-11-15)
76

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

10-
11-
12-
13-
149
## [2.5.25](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-11-14)
1510

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

packages/components/CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
# Change Log
22

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

65
## [2.6.37](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-11-15)
76

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

10-
11-
12-
13-
149
## [2.6.36](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-11-14)
1510

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

packages/descriptions/CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
# Change Log
22

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

65
## [2.5.21](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-11-15)
76

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

10-
11-
12-
13-
149
## [2.5.20](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-11-14)
1510

1611
### Bug Fixes

packages/field/CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
# Change Log
22

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

65
## [2.14.1](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-11-15)
76

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

10-
11-
12-
13-
149
# [2.14.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-11-14)
1510

1611
### Bug Fixes

packages/form/CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
# Change Log
22

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

65
## [2.22.1](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-11-15)
76

8-
97
### Bug Fixes
108

11-
* **form:** Password support popoverProps ([39aa69b](https://github.com/ant-design/pro-components/commit/39aa69b9b38f9cafe2e3df1c66da78d6c784ad6d))
12-
13-
14-
15-
9+
- **form:** Password support popoverProps ([39aa69b](https://github.com/ant-design/pro-components/commit/39aa69b9b38f9cafe2e3df1c66da78d6c784ad6d))
1610

1711
# [2.22.0](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-11-14)
1812

packages/layout/CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
# Change Log
22

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

65
## [7.17.15](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-11-15)
76

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

10-
11-
12-
13-
149
## [7.17.14](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-11-14)
1510

1611
### Bug Fixes

packages/list/CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
# Change Log
22

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

65
## [2.5.36](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-11-15)
76

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

10-
11-
12-
13-
149
## [2.5.35](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-11-14)
1510

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

packages/table/CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
# Change Log
22

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

65
## [3.13.5](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-11-15)
76

87
**Note:** Version bump only for package @ant-design/pro-table
98

10-
11-
12-
13-
149
## [3.13.4](https://github.com/ant-design/pro-components/compare/@ant-design/[email protected]...@ant-design/[email protected]) (2023-11-14)
1510

1611
### Bug Fixes

0 commit comments

Comments
 (0)