Skip to content
This repository was archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
psaren committed Sep 9, 2020
2 parents 8d6f638 + 88f9103 commit a02e8a1
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.7](https://github.com/psaren/taro-ui-vue/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-09-05)


### Bug Fixes

* **image-picker:** duplicate keys ([9843ea4](https://github.com/psaren/taro-ui-vue/commit/9843ea4d83d3f4c902aaad0a5c1fb4d1398cb5ab))






# [1.0.0-alpha.6](https://github.com/psaren/taro-ui-vue/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2020-08-22)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "MIT"
}
},
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"npmClient": "yarn",
"useWorkspaces": true
}
9 changes: 9 additions & 0 deletions packages/taro-ui-vue-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.7](https://github.com/psaren/taro-ui-vue/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-09-05)

**Note:** Version bump only for package taro-ui-vue-demo






# [1.0.0-alpha.6](https://github.com/psaren/taro-ui-vue/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2020-08-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/taro-ui-vue-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "taro-ui-vue-demo",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"description": "demo for Taro-UI-Vue",
"author": "psaren",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/taro-ui-vue-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.7](https://github.com/psaren/taro-ui-vue/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-09-05)

**Note:** Version bump only for package taro-ui-vue-docs






# [1.0.0-alpha.6](https://github.com/psaren/taro-ui-vue/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2020-08-22)

**Note:** Version bump only for package taro-ui-vue-docs
Expand Down
2 changes: 1 addition & 1 deletion packages/taro-ui-vue-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "taro-ui-vue-docs",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"description": "Taro UI Vue docs",
"author": "O2Team <aotu.io>",
"homepage": "https://taro-ui.aotu.io",
Expand Down
12 changes: 12 additions & 0 deletions packages/taro-ui-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-alpha.7](https://github.com/psaren/taro-ui-vue/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-09-05)


### Bug Fixes

* **image-picker:** duplicate keys ([9843ea4](https://github.com/psaren/taro-ui-vue/commit/9843ea4d83d3f4c902aaad0a5c1fb4d1398cb5ab))






# [1.0.0-alpha.6](https://github.com/psaren/taro-ui-vue/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2020-08-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/taro-ui-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taro-ui-vue",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"description": "UI KIT for Taro/vue",
"browser": "src/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit a02e8a1

Please # to comment.