Skip to content

Commit dac4d82

Browse files
committed
chore: release v3.0.0-alpha.1
1 parent 4522397 commit dac4d82

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [3.0.0-alpha.1](https://github.com/nervjs/taro-ui/compare/v3.0.0-alpha.0...v3.0.0-alpha.1) (2020-04-04)
2+
3+
4+
### Features
5+
6+
* replace webpack with rollup ([f119305](https://github.com/nervjs/taro-ui/commit/f1193056ae7cf7632ad149a1b7a882bfe3d8879a))
7+
8+
9+
110
# [3.0.0-alpha.0](https://github.com/nervjs/taro-ui/compare/v2.3.1...v3.0.0-alpha.0) (2020-03-28)
211

312

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
一款基于 `Taro` 框架开发的多端 UI 组件库
66

7+
> Taro UI 3 目前仍在开发中,`alpha` 版本可能会出现较大改动并且不保证功能完整可用,请谨慎使用。
8+
79
## 特性
810

911
- 基于 `Taro` 开发 UI 组件

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "taro-ui",
3-
"version": "3.0.0-alpha.0",
3+
"version": "3.0.0-alpha.1",
44
"description": "UI KIT for Taro",
55
"browser": "dist/index.umd.js",
66
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)