Skip to content

Commit 1df598c

Browse files
committed
chore: release 2.1.2
1 parent 8284daf commit 1df598c

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

packages/rc-ui-lib/docs/markdown/changelog.zh-CN.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,28 @@ rc-ui-lib 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范
1616

1717
## 更新内容
1818

19+
### [2.1.2](https://github.com/rancui/rc-ui-lib/compare/v2.1.1...v2.1.2)
20+
21+
`2024-01-04`
22+
23+
- 修复构建后样式文件引入路径错误 (#75) [#75](https://github.com/rancui/rc-ui-lib/issues/75)
24+
### [2.1.1](https://github.com/rancui/rc-ui-lib/compare/v2.1.0...v2.1.1)
25+
26+
`2023-12-14`
27+
28+
**Bug Fixes**
29+
30+
- 浮动气泡组件测试案例修改 [#72](https://github.com/rancui/rc-ui-lib/issues/72)
31+
- TimePicker 循环引用 [#74](https://github.com/rancui/rc-ui-lib/issues/74)
32+
33+
**Chore**
34+
35+
- 支持react 18 [#71](https://github.com/rancui/rc-ui-lib/issues/71)
36+
37+
**Feature**
38+
39+
- 新增浮动气泡组件 [#70](https://github.com/rancui/rc-ui-lib/issues/70)
40+
1941
### [2.1.1](https://github.com/rancui/rc-ui-lib/compare/v2.1.0...v2.1.1)
2042

2143
`2023-12-14`

packages/rc-ui-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rc-ui-lib",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "React Mobile UI Components Library base on Vant",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)