diff --git a/package.json b/package.json index d46be58..2c021b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-superman", - "version": "0.1.4", + "version": "0.1.5", "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 85a74cc..afbb1e2 100644 --- a/packages/class-mock/CHANGELOG.md +++ b/packages/class-mock/CHANGELOG.md @@ -1,4 +1,14 @@ -## 0.1.3 (2022-04-30) +## 0.1.4 (2022-05-11) + +### Bug Fixes + +- **class-mock:** seed function parameters types error ([2e3d33b](https://github.com/2214962083/vue-superman/commit/2e3d33b3fb54e89d434beefa455a562d8db281f9)) + +### Features + +- **class-mock:** add seed,setLocale function, add Fake decorator ([cd47f54](https://github.com/2214962083/vue-superman/commit/cd47f5406e0464f9491ea1cfd4be28f3c95ca806)) + +## 0.1.4 (2022-04-30) ## 0.1.3 (2022-04-30) diff --git a/packages/class-mock/package.json b/packages/class-mock/package.json index fcc3ad8..493932f 100644 --- a/packages/class-mock/package.json +++ b/packages/class-mock/package.json @@ -1,6 +1,6 @@ { "name": "class-mock", - "version": "0.1.4", + "version": "0.1.5", "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 adeee05..0090913 100644 --- a/packages/doc-site/CHANGELOG.md +++ b/packages/doc-site/CHANGELOG.md @@ -1,4 +1,12 @@ -## 0.1.3 (2022-04-30) +## 0.1.4 (2022-05-11) + +### Features + +- **doc-site:** add site logo icon ([d41e4c9](https://github.com/2214962083/vue-superman/commit/d41e4c9ad4806b580d6199e671ff6d1031a7c6b8)) +- **doc-site:** update vue-xrender components docs ([5cf12fc](https://github.com/2214962083/vue-superman/commit/5cf12fcb3bd2dd84a3e1d85047ad55ca9065583e)) +- **vuepress-plugin-sandbox,vue-playground:** init vuepress-plugin-sandbox, add life cycle supports ([3d218cc](https://github.com/2214962083/vue-superman/commit/3d218ccb4de17ec4d2870692bb200f4742667b85)) + +## 0.1.4 (2022-04-30) ## 0.1.3 (2022-04-30) diff --git a/packages/doc-site/package.json b/packages/doc-site/package.json index efa9408..3d56f82 100644 --- a/packages/doc-site/package.json +++ b/packages/doc-site/package.json @@ -1,6 +1,6 @@ { "name": "doc-site", - "version": "0.1.4", + "version": "0.1.5", "private": true, "description": "the libs docs website", "scripts": { diff --git a/packages/superman-shared/CHANGELOG.md b/packages/superman-shared/CHANGELOG.md index 7ff2eb6..ec1e78b 100644 --- a/packages/superman-shared/CHANGELOG.md +++ b/packages/superman-shared/CHANGELOG.md @@ -1,4 +1,14 @@ -## 0.1.3 (2022-04-30) +## 0.1.4 (2022-05-11) + +### Bug Fixes + +- **vue-playground:** build error, remove monaco workers ([ad261f8](https://github.com/2214962083/vue-superman/commit/ad261f8e30e5cd22d0ac08a63d85e0bb64aa1052)) + +### Features + +- **vue-playground:** init package ([1707879](https://github.com/2214962083/vue-superman/commit/17078791f7ad43a9431af6b365ecfe96e0fbd5cd)) + +## 0.1.4 (2022-04-30) ## 0.1.3 (2022-04-30) diff --git a/packages/superman-shared/package.json b/packages/superman-shared/package.json index 2ad7ada..b591c36 100644 --- a/packages/superman-shared/package.json +++ b/packages/superman-shared/package.json @@ -1,6 +1,6 @@ { "name": "superman-shared", - "version": "0.1.4", + "version": "0.1.5", "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 new file mode 100644 index 0000000..4519b4e --- /dev/null +++ b/packages/vue-playground/CHANGELOG.md @@ -0,0 +1,10 @@ +## 0.1.4 (2022-05-11) + +### Bug Fixes + +- **vue-playground:** build error, remove monaco workers ([ad261f8](https://github.com/2214962083/vue-superman/commit/ad261f8e30e5cd22d0ac08a63d85e0bb64aa1052)) + +### Features + +- **vue-playground:** init package ([1707879](https://github.com/2214962083/vue-superman/commit/17078791f7ad43a9431af6b365ecfe96e0fbd5cd)) +- **vuepress-plugin-sandbox,vue-playground:** init vuepress-plugin-sandbox, add life cycle supports ([3d218cc](https://github.com/2214962083/vue-superman/commit/3d218ccb4de17ec4d2870692bb200f4742667b85)) diff --git a/packages/vue-playground/package.json b/packages/vue-playground/package.json index 6548850..fda2c4a 100644 --- a/packages/vue-playground/package.json +++ b/packages/vue-playground/package.json @@ -1,6 +1,6 @@ { "name": "vue-playground", - "version": "0.1.4", + "version": "0.1.5", "description": "a codesandbox playground for vue", "keywords": [ "vue", diff --git a/packages/vue-xrender/CHANGELOG.md b/packages/vue-xrender/CHANGELOG.md index 6eedac6..afd3199 100644 --- a/packages/vue-xrender/CHANGELOG.md +++ b/packages/vue-xrender/CHANGELOG.md @@ -1,4 +1,10 @@ -## 0.1.3 (2022-04-30) +## 0.1.4 (2022-05-11) + +### Features + +- **class-mock:** add seed,setLocale function, add Fake decorator ([cd47f54](https://github.com/2214962083/vue-superman/commit/cd47f5406e0464f9491ea1cfd4be28f3c95ca806)) + +## 0.1.4 (2022-04-30) ## 0.1.3 (2022-04-30) diff --git a/packages/vue-xrender/package.json b/packages/vue-xrender/package.json index 1cd2279..573428a 100644 --- a/packages/vue-xrender/package.json +++ b/packages/vue-xrender/package.json @@ -1,6 +1,6 @@ { "name": "vue-xrender", - "version": "0.1.4", + "version": "0.1.5", "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 new file mode 100644 index 0000000..0c1c784 --- /dev/null +++ b/packages/vuepress-plugin-sandbox/CHANGELOG.md @@ -0,0 +1,5 @@ +## 0.1.4 (2022-05-11) + +### Features + +- **vuepress-plugin-sandbox,vue-playground:** init vuepress-plugin-sandbox, add life cycle supports ([3d218cc](https://github.com/2214962083/vue-superman/commit/3d218ccb4de17ec4d2870692bb200f4742667b85)) diff --git a/packages/vuepress-plugin-sandbox/package.json b/packages/vuepress-plugin-sandbox/package.json index 1af7f2c..187f2c4 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.4", + "version": "0.1.5", "description": "a codesandbox playground for vuepress", "keywords": [ "vuepress-plugin-sandbox",