Skip to content

Commit

Permalink
chore: release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rancui committed Dec 14, 2023
1 parent 2ba5f10 commit 007a6f1
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
30 changes: 30 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,36 @@ rc-ui-lib 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范

## 更新内容

### [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.0](https://github.com/rancui/rc-ui-lib/compare/v2.0.6...v2.1.0)

`2023-08-16`

**Bug Fixes**

- 处理循环引用 [#68](https://github.com/rancui/rc-ui-lib/issues/68)

**Feature**

- Badge: Badge 组件新增 position 属性 [#65](https://github.com/rancui/rc-ui-lib/issues/65)
- RollingText: 新增 RollingText 组件 [#64](https://github.com/rancui/rc-ui-lib/issues/64)
- Watermark: 新增水印组件 [#67](https://github.com/rancui/rc-ui-lib/issues/67)

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

`2023-08-16`
Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "2.1.1",
"description": "React Mobile UI Components Library base on Vant",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -81,4 +81,4 @@
"lib/**/style/*",
"*.less"
]
}
}

0 comments on commit 007a6f1

Please sign in to comment.