From 9843ea4d83d3f4c902aaad0a5c1fb4d1398cb5ab Mon Sep 17 00:00:00 2001 From: pengsl <18718574603@163.com> Date: Fri, 4 Sep 2020 00:02:14 +0800 Subject: [PATCH 1/2] fix(image-picker): duplicate keys --- .../taro-ui-vue/src/components/image-picker/index.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/taro-ui-vue/src/components/image-picker/index.vue b/packages/taro-ui-vue/src/components/image-picker/index.vue index 2eccb77..802c40a 100644 --- a/packages/taro-ui-vue/src/components/image-picker/index.vue +++ b/packages/taro-ui-vue/src/components/image-picker/index.vue @@ -9,7 +9,7 @@ - + Date: Sun, 6 Sep 2020 00:58:51 +0800 Subject: [PATCH 2/2] chore(release): publish v1.0.0-alpha.7 --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- packages/taro-ui-vue-demo/CHANGELOG.md | 9 +++++++++ packages/taro-ui-vue-demo/package.json | 2 +- packages/taro-ui-vue-docs/CHANGELOG.md | 9 +++++++++ packages/taro-ui-vue-docs/package.json | 2 +- packages/taro-ui-vue/CHANGELOG.md | 12 ++++++++++++ packages/taro-ui-vue/package.json | 2 +- 8 files changed, 46 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f83a9e4..8cdef1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index 94cd203..46acc00 100644 --- a/lerna.json +++ b/lerna.json @@ -11,7 +11,7 @@ "license": "MIT" } }, - "version": "1.0.0-alpha.6", + "version": "1.0.0-alpha.7", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/taro-ui-vue-demo/CHANGELOG.md b/packages/taro-ui-vue-demo/CHANGELOG.md index ff05f8a..9e984a3 100644 --- a/packages/taro-ui-vue-demo/CHANGELOG.md +++ b/packages/taro-ui-vue-demo/CHANGELOG.md @@ -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) diff --git a/packages/taro-ui-vue-demo/package.json b/packages/taro-ui-vue-demo/package.json index f2f720d..d51beaa 100644 --- a/packages/taro-ui-vue-demo/package.json +++ b/packages/taro-ui-vue-demo/package.json @@ -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": { diff --git a/packages/taro-ui-vue-docs/CHANGELOG.md b/packages/taro-ui-vue-docs/CHANGELOG.md index 99a74c1..384f9e4 100644 --- a/packages/taro-ui-vue-docs/CHANGELOG.md +++ b/packages/taro-ui-vue-docs/CHANGELOG.md @@ -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 diff --git a/packages/taro-ui-vue-docs/package.json b/packages/taro-ui-vue-docs/package.json index e15ff65..85fd2c2 100644 --- a/packages/taro-ui-vue-docs/package.json +++ b/packages/taro-ui-vue-docs/package.json @@ -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 ", "homepage": "https://taro-ui.aotu.io", diff --git a/packages/taro-ui-vue/CHANGELOG.md b/packages/taro-ui-vue/CHANGELOG.md index ba4426a..438ef25 100644 --- a/packages/taro-ui-vue/CHANGELOG.md +++ b/packages/taro-ui-vue/CHANGELOG.md @@ -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) diff --git a/packages/taro-ui-vue/package.json b/packages/taro-ui-vue/package.json index 90fbeac..63912d7 100644 --- a/packages/taro-ui-vue/package.json +++ b/packages/taro-ui-vue/package.json @@ -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",