Skip to content

Commit b5fd68e

Browse files
chore(release): v1.8.3
1 parent 8c66f13 commit b5fd68e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [1.8.3](https://github.com/ant-design/ant-design-mini/compare/1.8.2...1.8.3)
8+
9+
- chore: build [`#750`](https://github.com/ant-design/ant-design-mini/pull/750)
10+
- fix: button [`#749`](https://github.com/ant-design/ant-design-mini/pull/749)
11+
- fix: stepper [`#748`](https://github.com/ant-design/ant-design-mini/pull/748)
12+
713
#### [1.8.2](https://github.com/ant-design/ant-design-mini/compare/1.8.1...1.8.2)
814

15+
> 26 May 2023
16+
917
- fix: stepper [`#746`](https://github.com/ant-design/ant-design-mini/pull/746)
1018

1119
#### [1.8.1](https://github.com/ant-design/ant-design-mini/compare/1.8.0...1.8.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "antd-mini",
3-
"version": "1.8.2",
3+
"version": "1.8.3",
44
"scripts": {
55
"dev": "node ./scripts/dev.js",
66
"build": "node ./scripts/build.js",

0 commit comments

Comments
 (0)