From 7413b34b7742f47485d04858645b268ce779e8ba Mon Sep 17 00:00:00 2001 From: yangjinming <2214962083@qq.com> Date: Thu, 19 May 2022 14:58:29 +0800 Subject: [PATCH] build: the v0.1.7 release --- package.json | 2 +- packages/class-mock/CHANGELOG.md | 4 +++- packages/class-mock/package.json | 2 +- packages/doc-site/CHANGELOG.md | 12 +++++++++++- packages/doc-site/package.json | 2 +- packages/superman-shared/CHANGELOG.md | 4 +++- packages/superman-shared/package.json | 2 +- packages/vue-playground/CHANGELOG.md | 8 +++++++- packages/vue-playground/package.json | 2 +- packages/vue-xrender/CHANGELOG.md | 8 +++++++- packages/vue-xrender/package.json | 2 +- packages/vuepress-plugin-sandbox/CHANGELOG.md | 8 +++++++- packages/vuepress-plugin-sandbox/package.json | 2 +- 13 files changed, 45 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 073752b..3795dd2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-superman", - "version": "0.1.6", + "version": "0.1.7", "private": true, "packageManager": "pnpm@6.32.3", "description": "vue useful lib collection, use vue like a superman", diff --git a/packages/class-mock/CHANGELOG.md b/packages/class-mock/CHANGELOG.md index cc56e8a..fc71821 100644 --- a/packages/class-mock/CHANGELOG.md +++ b/packages/class-mock/CHANGELOG.md @@ -1,4 +1,6 @@ -## 0.1.5 (2022-05-17) +## 0.1.6 (2022-05-19) + +## 0.1.6 (2022-05-17) ### Features diff --git a/packages/class-mock/package.json b/packages/class-mock/package.json index 9d17259..5e45ca2 100644 --- a/packages/class-mock/package.json +++ b/packages/class-mock/package.json @@ -1,6 +1,6 @@ { "name": "class-mock", - "version": "0.1.6", + "version": "0.1.7", "description": "Proper decorator-based to generate faker data from class constructors", "keywords": [ "mock", diff --git a/packages/doc-site/CHANGELOG.md b/packages/doc-site/CHANGELOG.md index 5524d87..a46160f 100644 --- a/packages/doc-site/CHANGELOG.md +++ b/packages/doc-site/CHANGELOG.md @@ -1,4 +1,14 @@ -## 0.1.5 (2022-05-17) +## 0.1.6 (2022-05-19) + +### Bug Fixes + +- **vue-xrender:** xTpl component throw warnning ([e12cef4](https://github.com/2214962083/vue-superman/commit/e12cef403121301cf57fcbd74d21e08519af8e95)) + +### Features + +- **vue-playground:** add custom cdn supports ([4fb37e4](https://github.com/2214962083/vue-superman/commit/4fb37e44ac53cdb3af253f46044c7f90426acb26)) + +## 0.1.6 (2022-05-17) ### Bug Fixes diff --git a/packages/doc-site/package.json b/packages/doc-site/package.json index 6a7fb41..1e92721 100644 --- a/packages/doc-site/package.json +++ b/packages/doc-site/package.json @@ -1,6 +1,6 @@ { "name": "doc-site", - "version": "0.1.6", + "version": "0.1.7", "private": true, "description": "the libs docs website", "scripts": { diff --git a/packages/superman-shared/CHANGELOG.md b/packages/superman-shared/CHANGELOG.md index e03f8e7..c9276ca 100644 --- a/packages/superman-shared/CHANGELOG.md +++ b/packages/superman-shared/CHANGELOG.md @@ -1,4 +1,6 @@ -## 0.1.5 (2022-05-17) +## 0.1.6 (2022-05-19) + +## 0.1.6 (2022-05-17) ### Features diff --git a/packages/superman-shared/package.json b/packages/superman-shared/package.json index 093d870..0511af1 100644 --- a/packages/superman-shared/package.json +++ b/packages/superman-shared/package.json @@ -1,6 +1,6 @@ { "name": "superman-shared", - "version": "0.1.6", + "version": "0.1.7", "description": "the build and test utils share for vue-superman packages", "keywords": [ "superman-shared", diff --git a/packages/vue-playground/CHANGELOG.md b/packages/vue-playground/CHANGELOG.md index 2abb635..164370a 100644 --- a/packages/vue-playground/CHANGELOG.md +++ b/packages/vue-playground/CHANGELOG.md @@ -1,4 +1,10 @@ -## 0.1.5 (2022-05-17) +## 0.1.6 (2022-05-19) + +### Features + +- **vue-playground:** add custom cdn supports ([4fb37e4](https://github.com/2214962083/vue-superman/commit/4fb37e44ac53cdb3af253f46044c7f90426acb26)) + +## 0.1.6 (2022-05-17) ### Bug Fixes diff --git a/packages/vue-playground/package.json b/packages/vue-playground/package.json index 89a4366..14844f5 100644 --- a/packages/vue-playground/package.json +++ b/packages/vue-playground/package.json @@ -1,6 +1,6 @@ { "name": "vue-playground", - "version": "0.1.6", + "version": "0.1.7", "description": "a codesandbox playground for vue", "keywords": [ "vue", diff --git a/packages/vue-xrender/CHANGELOG.md b/packages/vue-xrender/CHANGELOG.md index 9a5f1e2..e714115 100644 --- a/packages/vue-xrender/CHANGELOG.md +++ b/packages/vue-xrender/CHANGELOG.md @@ -1,4 +1,10 @@ -## 0.1.5 (2022-05-17) +## 0.1.6 (2022-05-19) + +### Bug Fixes + +- **vue-xrender:** xTpl component throw warnning ([e12cef4](https://github.com/2214962083/vue-superman/commit/e12cef403121301cf57fcbd74d21e08519af8e95)) + +## 0.1.6 (2022-05-17) ### Features diff --git a/packages/vue-xrender/package.json b/packages/vue-xrender/package.json index 6277312..79ca6a7 100644 --- a/packages/vue-xrender/package.json +++ b/packages/vue-xrender/package.json @@ -1,6 +1,6 @@ { "name": "vue-xrender", - "version": "0.1.6", + "version": "0.1.7", "description": "use jsx in template or use template in jsx, do what you want in vue free render", "keywords": [ "vue", diff --git a/packages/vuepress-plugin-sandbox/CHANGELOG.md b/packages/vuepress-plugin-sandbox/CHANGELOG.md index 98ed162..ad0323d 100644 --- a/packages/vuepress-plugin-sandbox/CHANGELOG.md +++ b/packages/vuepress-plugin-sandbox/CHANGELOG.md @@ -1,4 +1,10 @@ -## 0.1.5 (2022-05-17) +## 0.1.6 (2022-05-19) + +### Bug Fixes + +- **vue-xrender:** xTpl component throw warnning ([e12cef4](https://github.com/2214962083/vue-superman/commit/e12cef403121301cf57fcbd74d21e08519af8e95)) + +## 0.1.6 (2022-05-17) ### Bug Fixes diff --git a/packages/vuepress-plugin-sandbox/package.json b/packages/vuepress-plugin-sandbox/package.json index 03eef64..d89f3bd 100644 --- a/packages/vuepress-plugin-sandbox/package.json +++ b/packages/vuepress-plugin-sandbox/package.json @@ -1,6 +1,6 @@ { "name": "vuepress-plugin-sandbox", - "version": "0.1.6", + "version": "0.1.7", "description": "a codesandbox playground for vuepress", "keywords": [ "vuepress-plugin-sandbox",