Skip to content

Commit 7af3a8a

Browse files
committed
chore: release v3.0.0-alpha.2
- [email protected] - [email protected] - [email protected]
1 parent b3a5810 commit 7af3a8a

File tree

6 files changed

+36
-6
lines changed

6 files changed

+36
-6
lines changed

packages/taro-ui-demo/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 3.0.1 (2020-04-18)
7+
8+
**Note:** Version bump only for package taro-ui-demo

packages/taro-ui-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "taro-ui-demo",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"description": "Taro UI demo",
66
"author": "O2Team <aotu.io>",
77
"homepage": "https://taro-ui.aotu.io",

packages/taro-ui-docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 3.0.1 (2020-04-18)
7+
8+
**Note:** Version bump only for package taro-ui-docs

packages/taro-ui-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "taro-ui-docs",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"description": "Taro UI docs",
66
"author": "O2Team <aotu.io>",
77
"homepage": "https://taro-ui.aotu.io",

packages/taro-ui/CHANGELOG.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 3.0.0-alpha.2 (2020-04-18)
7+
8+
9+
### Bug Fixes
10+
11+
* 修复 NoticeBar 的 animation 属性问题 close [#1005](https://github.com/nervjs/taro-ui/issues/1005) ([c453770](https://github.com/nervjs/taro-ui/commit/c453770e7437f8f706a279079d991db25cdd6ae8))
12+
* 修复 SwipeAction 的 onOpened, onClosed 方法判断问题 close [#1004](https://github.com/nervjs/taro-ui/issues/1004) ([7edf2e2](https://github.com/nervjs/taro-ui/commit/7edf2e2f00124d143f166353445f9349455ffeb3))
13+
14+
15+
16+
17+
118
# [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)
219

320

@@ -1157,6 +1174,3 @@
11571174
* 新增表单组件 ([c8b1fa3](https://github.com/nervjs/taro-ui/commit/c8b1fa33a9f493923c2a6eb794fc6f0f088ed766))
11581175
* 更改 mixins 引入路径&StyleLint ([485daad](https://github.com/nervjs/taro-ui/commit/485daad2a1f66135ed6804527f4444d390e70004))
11591176
* 添加默认主题的 SCSS 变量 ([d79ebdf](https://github.com/nervjs/taro-ui/commit/d79ebdfca4d743ce1580c48cd1a3204eed948754))
1160-
1161-
1162-

packages/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.1",
3+
"version": "3.0.0-alpha.2",
44
"description": "UI KIT for Taro",
55
"browser": "dist/index.umd.js",
66
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)