Skip to content

Commit

Permalink
chore: release 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rancui committed Jan 4, 2024
1 parent 8284daf commit 1df598c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions packages/rc-ui-lib/docs/markdown/changelog.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,28 @@ rc-ui-lib 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范

## 更新内容

### [2.1.2](https://github.com/rancui/rc-ui-lib/compare/v2.1.1...v2.1.2)

`2024-01-04`

- 修复构建后样式文件引入路径错误 (#75) [#75](https://github.com/rancui/rc-ui-lib/issues/75)
### [2.1.1](https://github.com/rancui/rc-ui-lib/compare/v2.1.0...v2.1.1)

`2023-12-14`

**Bug Fixes**

- 浮动气泡组件测试案例修改 [#72](https://github.com/rancui/rc-ui-lib/issues/72)
- TimePicker 循环引用 [#74](https://github.com/rancui/rc-ui-lib/issues/74)

**Chore**

- 支持react 18 [#71](https://github.com/rancui/rc-ui-lib/issues/71)

**Feature**

- 新增浮动气泡组件 [#70](https://github.com/rancui/rc-ui-lib/issues/70)

### [2.1.1](https://github.com/rancui/rc-ui-lib/compare/v2.1.0...v2.1.1)

`2023-12-14`
Expand Down
2 changes: 1 addition & 1 deletion packages/rc-ui-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rc-ui-lib",
"version": "2.1.1",
"version": "2.1.2",
"description": "React Mobile UI Components Library base on Vant",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 1df598c

Please sign in to comment.