diff --git a/libs/color/CHANGELOG.md b/libs/color/CHANGELOG.md index a1916685..7a3a1e7f 100644 --- a/libs/color/CHANGELOG.md +++ b/libs/color/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.3-alpha.0](https://github.com/aiao-io/aiao/compare/@aiao/color@1.2.0-alpha.1...@aiao/color@1.2.3-alpha.0) (2021-12-19) + +**Note:** Version bump only for package @aiao/color + + + + + ## [1.2.2](https://github.com/aiao-io/aiao/compare/@aiao/color@1.2.0...@aiao/color@1.2.2) (2021-10-21) **Note:** Version bump only for package @aiao/color diff --git a/libs/color/package.json b/libs/color/package.json index 4eb1c021..4ef6b3c5 100644 --- a/libs/color/package.json +++ b/libs/color/package.json @@ -1,6 +1,6 @@ { "name": "@aiao/color", - "version": "1.2.2", + "version": "1.2.3-alpha.0", "description": "color tool", "homepage": "https://github.com/aiao-io/aiao", "author": "Jimmy", @@ -22,7 +22,7 @@ "@aiao/util": "^1.0.2" }, "devDependencies": { - "@aiao/util": "^1.0.2" + "@aiao/util": "^1.0.3-alpha.0" }, "publishConfig": { "access": "public", diff --git a/libs/date/CHANGELOG.md b/libs/date/CHANGELOG.md index 20f5bf2e..c1c37312 100644 --- a/libs/date/CHANGELOG.md +++ b/libs/date/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.3-alpha.0](https://github.com/aiao-io/aiao/compare/@aiao/date@1.0.0-alpha.1...@aiao/date@1.0.3-alpha.0) (2021-12-19) + +**Note:** Version bump only for package @aiao/date + + + + + ## [1.0.2](https://github.com/aiao-io/aiao/compare/@aiao/date@1.0.0...@aiao/date@1.0.2) (2021-10-21) **Note:** Version bump only for package @aiao/date diff --git a/libs/date/package.json b/libs/date/package.json index 724b8a01..99ee1e92 100644 --- a/libs/date/package.json +++ b/libs/date/package.json @@ -1,6 +1,6 @@ { "name": "@aiao/date", - "version": "1.0.2", + "version": "1.0.3-alpha.0", "description": "date util", "homepage": "https://github.com/aiao-io/aiao", "author": "Jimmy", @@ -25,7 +25,7 @@ "tslib": "^2.0.0" }, "devDependencies": { - "@aiao/util": "^1.0.2" + "@aiao/util": "^1.0.3-alpha.0" }, "publishConfig": { "access": "public", diff --git a/libs/elements-angular/CHANGELOG.md b/libs/elements-angular/CHANGELOG.md index a443e4cc..7597c286 100644 --- a/libs/elements-angular/CHANGELOG.md +++ b/libs/elements-angular/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.7-alpha.0](https://github.com/aiao-io/aiao/compare/@aiao/elements-angular@0.5.3-alpha.3...@aiao/elements-angular@0.5.7-alpha.0) (2021-12-19) + +**Note:** Version bump only for package @aiao/elements-angular + + + + + ## [0.5.6](https://github.com/aiao-io/aiao/compare/@aiao/elements-angular@0.5.5...@aiao/elements-angular@0.5.6) (2021-10-25) **Note:** Version bump only for package @aiao/elements-angular diff --git a/libs/elements-angular/package.json b/libs/elements-angular/package.json index 3755ab3f..0d1ce422 100644 --- a/libs/elements-angular/package.json +++ b/libs/elements-angular/package.json @@ -1,6 +1,6 @@ { "name": "@aiao/elements-angular", - "version": "0.5.6", + "version": "0.5.7-alpha.0", "description": "elements for angular", "homepage": "https://github.com/aiao-io/aiao", "author": "Jimmy", @@ -32,8 +32,8 @@ "rxjs": "~7.4.0" }, "devDependencies": { - "@aiao/elements": "^0.7.4", - "@aiao/elements-cdk": "^0.1.6" + "@aiao/elements": "^0.7.5-alpha.0", + "@aiao/elements-cdk": "^0.1.7-alpha.0" }, "publishConfig": { "access": "public", diff --git a/libs/elements-cdk/CHANGELOG.md b/libs/elements-cdk/CHANGELOG.md index d6bad496..9b011240 100644 --- a/libs/elements-cdk/CHANGELOG.md +++ b/libs/elements-cdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.7-alpha.0](https://github.com/aiao-io/aiao/compare/@aiao/elements-cdk@0.1.4-alpha.0...@aiao/elements-cdk@0.1.7-alpha.0) (2021-12-19) + +**Note:** Version bump only for package @aiao/elements-cdk + + + + + ## [0.1.6](https://github.com/aiao-io/aiao/compare/@aiao/elements-cdk@0.1.4...@aiao/elements-cdk@0.1.6) (2021-10-21) **Note:** Version bump only for package @aiao/elements-cdk diff --git a/libs/elements-cdk/package.json b/libs/elements-cdk/package.json index 0bd6d506..1d4714b1 100644 --- a/libs/elements-cdk/package.json +++ b/libs/elements-cdk/package.json @@ -1,6 +1,6 @@ { "name": "@aiao/elements-cdk", - "version": "0.1.6", + "version": "0.1.7-alpha.0", "description": "elements component Dev Kit", "homepage": "https://github.com/aiao-io/aiao", "author": "Jimmy", @@ -23,7 +23,6 @@ "@angular/forms": "^12.2.9", "rxjs": "~7.4.0" }, - "devDependencies": {}, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org", diff --git a/libs/elements-react/CHANGELOG.md b/libs/elements-react/CHANGELOG.md index c4454479..0dfad6ac 100644 --- a/libs/elements-react/CHANGELOG.md +++ b/libs/elements-react/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.7-alpha.0](https://github.com/aiao-io/aiao/compare/@aiao/elements-react@0.1.3-alpha.3...@aiao/elements-react@0.1.7-alpha.0) (2021-12-19) + +**Note:** Version bump only for package @aiao/elements-react + + + + + ## [0.1.6](https://github.com/aiao-io/aiao/compare/@aiao/elements-react@0.1.5...@aiao/elements-react@0.1.6) (2021-10-25) **Note:** Version bump only for package @aiao/elements-react diff --git a/libs/elements-react/package.json b/libs/elements-react/package.json index cf6468f6..5fe42f06 100644 --- a/libs/elements-react/package.json +++ b/libs/elements-react/package.json @@ -1,6 +1,6 @@ { "name": "@aiao/elements-react", - "version": "0.1.6", + "version": "0.1.7-alpha.0", "description": "elements react", "homepage": "https://github.com/aiao-io/aiao", "author": "Jimmy", @@ -22,7 +22,7 @@ "@aiao/elements": "^0.7.4" }, "devDependencies": { - "@aiao/elements": "^0.7.4" + "@aiao/elements": "^0.7.5-alpha.0" }, "dependencies": { "tslib": "^2.0.0" diff --git a/libs/elements-vue/CHANGELOG.md b/libs/elements-vue/CHANGELOG.md index 1ca1b64b..c3fe7af2 100644 --- a/libs/elements-vue/CHANGELOG.md +++ b/libs/elements-vue/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.0.3-alpha.0 (2021-12-19) + +**Note:** Version bump only for package @aiao/elements-vue + + + + + ## 0.0.2 (2021-10-25) **Note:** Version bump only for package @aiao/elements-vue diff --git a/libs/elements-vue/package.json b/libs/elements-vue/package.json index 3176a46b..7dec854d 100644 --- a/libs/elements-vue/package.json +++ b/libs/elements-vue/package.json @@ -1,12 +1,12 @@ { "name": "@aiao/elements-vue", - "version": "0.0.2", + "version": "0.0.3-alpha.0", "peerDependencies": { "@aiao/elements": "^0.7.4", "vue": "^3.2.11" }, "devDependencies": { - "@aiao/elements": "^0.7.4" + "@aiao/elements": "^0.7.5-alpha.0" }, "publishConfig": { "access": "public", diff --git a/libs/elements/CHANGELOG.md b/libs/elements/CHANGELOG.md index f1eefbc7..d21eced3 100644 --- a/libs/elements/CHANGELOG.md +++ b/libs/elements/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.5-alpha.0](https://github.com/aiao-io/aiao/compare/@aiao/elements@0.7.1-alpha.3...@aiao/elements@0.7.5-alpha.0) (2021-12-19) + +**Note:** Version bump only for package @aiao/elements + + + + + ## [0.7.4](https://github.com/aiao-io/aiao/compare/@aiao/elements@0.7.3...@aiao/elements@0.7.4) (2021-10-25) **Note:** Version bump only for package @aiao/elements diff --git a/libs/elements/package.json b/libs/elements/package.json index 6cb32b4c..6e4757dd 100644 --- a/libs/elements/package.json +++ b/libs/elements/package.json @@ -1,6 +1,6 @@ { "name": "@aiao/elements", - "version": "0.7.4", + "version": "0.7.5-alpha.0", "description": "web components", "homepage": "https://github.com/aiao-io/aiao", "author": "Jimmy", @@ -35,15 +35,15 @@ "build": "cd ../../ && yarn build elements --prod" }, "dependencies": { - "@aiao/elements-cdk": "^0.1.6", + "@aiao/elements-cdk": "^0.1.7-alpha.0", "@aiao/url": "^0.0.1", "tslib": "^2.0.0" }, "devDependencies": { "@aiao/elements-cdk": "^0.1.6", - "@aiao/image-storage": "^0.1.4", + "@aiao/image-storage": "^0.1.5-alpha.0", "@aiao/url": "^0.0.7", - "@aiao/util": "^1.0.2" + "@aiao/util": "^1.0.3-alpha.0" }, "peerDependencies": { "@aiao/elements-cdk": "^0.1.6", diff --git a/libs/image-storage/CHANGELOG.md b/libs/image-storage/CHANGELOG.md index ae36614a..154fd197 100644 --- a/libs/image-storage/CHANGELOG.md +++ b/libs/image-storage/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.5-alpha.0](https://github.com/aiao-io/aiao/compare/@aiao/image-storage@0.1.2-alpha.2...@aiao/image-storage@0.1.5-alpha.0) (2021-12-19) + +**Note:** Version bump only for package @aiao/image-storage + + + + + ## [0.1.4](https://github.com/aiao-io/aiao/compare/@aiao/image-storage@0.1.2...@aiao/image-storage@0.1.4) (2021-10-21) **Note:** Version bump only for package @aiao/image-storage diff --git a/libs/image-storage/package.json b/libs/image-storage/package.json index aa128b23..aa91b850 100644 --- a/libs/image-storage/package.json +++ b/libs/image-storage/package.json @@ -1,6 +1,6 @@ { "name": "@aiao/image-storage", - "version": "0.1.4", + "version": "0.1.5-alpha.0", "description": "image storage", "homepage": "https://github.com/aiao-io/aiao", "author": "Jimmy", @@ -19,8 +19,6 @@ "dependencies": { "tslib": "^2.0.0" }, - "peerDependencies": {}, - "devDependencies": {}, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org", diff --git a/libs/lazy-component/CHANGELOG.md b/libs/lazy-component/CHANGELOG.md index 88a2a122..4cb42de1 100644 --- a/libs/lazy-component/CHANGELOG.md +++ b/libs/lazy-component/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.7.2-alpha.0](https://github.com/aiao-io/aiao/compare/@aiao/lazy-component@1.5.1-alpha.0...@aiao/lazy-component@1.7.2-alpha.0) (2021-12-19) + + +### Features + +* **lazy-component:** support ivy ([#119](https://github.com/aiao-io/aiao/issues/119)) ([f9f5ef9](https://github.com/aiao-io/aiao/commit/f9f5ef94494aab36bd2f27e9f34ef5d0d35d4908)) + + + + + ## [1.7.1](https://github.com/aiao-io/aiao/compare/@aiao/lazy-component@1.6.0...@aiao/lazy-component@1.7.1) (2021-10-21) **Note:** Version bump only for package @aiao/lazy-component diff --git a/libs/lazy-component/package.json b/libs/lazy-component/package.json index 647aed5a..9009891a 100644 --- a/libs/lazy-component/package.json +++ b/libs/lazy-component/package.json @@ -1,6 +1,6 @@ { "name": "@aiao/lazy-component", - "version": "1.7.1", + "version": "1.7.2-alpha.0", "description": "lazy component for angular", "homepage": "https://github.com/aiao-io/aiao", "author": "Jimmy", @@ -25,7 +25,7 @@ "@angular/core": "^12.2.9" }, "devDependencies": { - "@aiao/lazy-module": "^1.4.3" + "@aiao/lazy-module": "^1.4.4-alpha.0" }, "dependencies": { "tslib": "^2.0.0" diff --git a/libs/lazy-element/CHANGELOG.md b/libs/lazy-element/CHANGELOG.md index 1ac194dc..39ead1d9 100644 --- a/libs/lazy-element/CHANGELOG.md +++ b/libs/lazy-element/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.6.4-alpha.0](https://github.com/aiao-io/aiao/compare/@aiao/lazy-element@1.6.1-alpha.0...@aiao/lazy-element@1.6.4-alpha.0) (2021-12-19) + +**Note:** Version bump only for package @aiao/lazy-element + + + + + ## [1.6.3](https://github.com/aiao-io/aiao/compare/@aiao/lazy-element@1.6.1...@aiao/lazy-element@1.6.3) (2021-10-21) **Note:** Version bump only for package @aiao/lazy-element diff --git a/libs/lazy-element/package.json b/libs/lazy-element/package.json index beeb4841..0de68dcc 100644 --- a/libs/lazy-element/package.json +++ b/libs/lazy-element/package.json @@ -1,6 +1,6 @@ { "name": "@aiao/lazy-element", - "version": "1.6.3", + "version": "1.6.4-alpha.0", "description": "lazy angular element", "homepage": "https://github.com/aiao-io/aiao", "author": "Jimmy", @@ -27,7 +27,7 @@ "rxjs": "~7.4.0" }, "devDependencies": { - "@aiao/lazy-module": "^1.4.3" + "@aiao/lazy-module": "^1.4.4-alpha.0" }, "dependencies": { "tslib": "^2.0.0" diff --git a/libs/lazy-module/CHANGELOG.md b/libs/lazy-module/CHANGELOG.md index 13b9d76f..d7a97b78 100644 --- a/libs/lazy-module/CHANGELOG.md +++ b/libs/lazy-module/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.4-alpha.0](https://github.com/aiao-io/aiao/compare/@aiao/lazy-module@1.4.1-alpha.0...@aiao/lazy-module@1.4.4-alpha.0) (2021-12-19) + +**Note:** Version bump only for package @aiao/lazy-module + + + + + ## [1.4.3](https://github.com/aiao-io/aiao/compare/@aiao/lazy-module@1.4.1...@aiao/lazy-module@1.4.3) (2021-10-21) **Note:** Version bump only for package @aiao/lazy-module diff --git a/libs/lazy-module/package.json b/libs/lazy-module/package.json index 3ccfa45b..098430e1 100644 --- a/libs/lazy-module/package.json +++ b/libs/lazy-module/package.json @@ -1,6 +1,6 @@ { "name": "@aiao/lazy-module", - "version": "1.4.3", + "version": "1.4.4-alpha.0", "description": "lazy module for angular", "homepage": "https://github.com/aiao-io/aiao", "author": "Jimmy", @@ -27,7 +27,6 @@ "dependencies": { "tslib": "^2.0.0" }, - "devDependencies": {}, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org", diff --git a/libs/leancloud-hash/CHANGELOG.md b/libs/leancloud-hash/CHANGELOG.md index 766cbaa9..a28f2e56 100644 --- a/libs/leancloud-hash/CHANGELOG.md +++ b/libs/leancloud-hash/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.3-alpha.0](https://github.com/aiao-io/aiao/compare/@aiao/leancloud-hash@1.1.1-alpha.0...@aiao/leancloud-hash@1.1.3-alpha.0) (2021-12-19) + +**Note:** Version bump only for package @aiao/leancloud-hash + + + + + ## [1.1.2](https://github.com/aiao-io/aiao/compare/@aiao/leancloud-hash@1.1.1...@aiao/leancloud-hash@1.1.2) (2021-10-21) **Note:** Version bump only for package @aiao/leancloud-hash diff --git a/libs/leancloud-hash/package.json b/libs/leancloud-hash/package.json index 7b05b4f9..e1c547e2 100644 --- a/libs/leancloud-hash/package.json +++ b/libs/leancloud-hash/package.json @@ -1,6 +1,6 @@ { "name": "@aiao/leancloud-hash", - "version": "1.1.2", + "version": "1.1.3-alpha.0", "description": "leancloud hash", "homepage": "https://github.com/aiao-io/aiao", "author": "Jimmy", @@ -22,8 +22,6 @@ "dependencies": { "tslib": "^2.0.0" }, - "peerDependencies": {}, - "devDependencies": {}, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org", diff --git a/libs/nest-angular-universal/CHANGELOG.md b/libs/nest-angular-universal/CHANGELOG.md index 7b54defe..92bcb8b6 100644 --- a/libs/nest-angular-universal/CHANGELOG.md +++ b/libs/nest-angular-universal/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.3-alpha.0](https://github.com/aiao-io/aiao/compare/@aiao/nest-angular-universal@0.1.3-alpha.0...@aiao/nest-angular-universal@0.2.3-alpha.0) (2021-12-19) + + +### Features + +* **nest-angular-universal:** 重构了部分代码 ([#143](https://github.com/aiao-io/aiao/issues/143)) ([e86e082](https://github.com/aiao-io/aiao/commit/e86e08218c114468138376916325ddebdf3f6ec9)) + + + + + ## [0.2.1](https://github.com/aiao-io/aiao/compare/@aiao/nest-angular-universal@0.2.0...@aiao/nest-angular-universal@0.2.1) (2021-10-25) **Note:** Version bump only for package @aiao/nest-angular-universal diff --git a/libs/nest-angular-universal/package.json b/libs/nest-angular-universal/package.json index 5c12dad5..c3e78d4d 100644 --- a/libs/nest-angular-universal/package.json +++ b/libs/nest-angular-universal/package.json @@ -1,6 +1,6 @@ { "name": "@aiao/nest-angular-universal", - "version": "0.2.2", + "version": "0.2.3-alpha.0", "description": "angular universal for nest", "homepage": "https://github.com/aiao-io/aiao", "author": "Jimmy", @@ -33,7 +33,7 @@ "fastify-static": "^4.0.0" }, "devDependencies": { - "@aiao/universal-fastify-engine": "^1.2.2" + "@aiao/universal-fastify-engine": "^1.2.4-alpha.0" }, "publishConfig": { "access": "public", diff --git a/libs/nest-typeorm-plus/CHANGELOG.md b/libs/nest-typeorm-plus/CHANGELOG.md index 0c1b052f..c749f19e 100644 --- a/libs/nest-typeorm-plus/CHANGELOG.md +++ b/libs/nest-typeorm-plus/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.1-alpha.0](https://github.com/aiao-io/aiao/compare/@aiao/nest-typeorm-plus@0.0.2-alpha.0...@aiao/nest-typeorm-plus@0.1.1-alpha.0) (2021-12-19) + + +### Features + +* **typeorm-plus:** 支持多数据库配置 ([#142](https://github.com/aiao-io/aiao/issues/142)) ([79896a1](https://github.com/aiao-io/aiao/commit/79896a1fd48254711a355d4e596f9a815c64ae70)) + + + + + # [0.1.0](https://github.com/aiao-io/aiao/compare/@aiao/nest-typeorm-plus@0.0.2...@aiao/nest-typeorm-plus@0.1.0) (2021-10-21) ### Features diff --git a/libs/nest-typeorm-plus/package.json b/libs/nest-typeorm-plus/package.json index ed5c06d2..83ec8cae 100644 --- a/libs/nest-typeorm-plus/package.json +++ b/libs/nest-typeorm-plus/package.json @@ -1,6 +1,6 @@ { "name": "@aiao/nest-typeorm-plus", - "version": "0.1.0", + "version": "0.1.1-alpha.0", "description": "nest typeorm plus", "homepage": "https://github.com/aiao-io/aiao", "author": "Jimmy", @@ -29,7 +29,7 @@ "tslib": "^2.0.0" }, "devDependencies": { - "@aiao/typeorm-plus": "^0.2.0" + "@aiao/typeorm-plus": "^0.2.1-alpha.0" }, "publishConfig": { "access": "public", diff --git a/libs/random/CHANGELOG.md b/libs/random/CHANGELOG.md index f635c20a..7d2d34f1 100644 --- a/libs/random/CHANGELOG.md +++ b/libs/random/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. +## [0.2.1-alpha.0](https://github.com/aiao-io/aiao/compare/@aiao/random@0.1.0...@aiao/random@0.2.1-alpha.0) (2021-12-19) + + +### Features + +* **aiao:** 支持 fastify universal ([#66](https://github.com/aiao-io/aiao/issues/66)) ([183d94d](https://github.com/aiao-io/aiao/commit/183d94d77043430d89dd5c955545280cfb9b416e)) +* **nest-typeorm-plus:** add nest-typeorm-plus ([#97](https://github.com/aiao-io/aiao/issues/97)) ([58de4d9](https://github.com/aiao-io/aiao/commit/58de4d9f6595824d86f59d4018ea4065c84f58fa)) + + + + + # [0.2.0](https://github.com/aiao-io/aiao/compare/@aiao/random@0.1.0...@aiao/random@0.2.0) (2021-10-21) ### Features diff --git a/libs/random/package.json b/libs/random/package.json index b61a810f..087db44f 100644 --- a/libs/random/package.json +++ b/libs/random/package.json @@ -1,6 +1,6 @@ { "name": "@aiao/random", - "version": "0.2.0", + "version": "0.2.1-alpha.0", "description": "random util", "homepage": "https://github.com/aiao-io/aiao", "author": "Jimmy", @@ -25,7 +25,7 @@ "tslib": "^2.0.0" }, "devDependencies": { - "@aiao/util": "^1.0.2" + "@aiao/util": "^1.0.3-alpha.0" }, "publishConfig": { "access": "public", diff --git a/libs/stencil-toolkit/CHANGELOG.md b/libs/stencil-toolkit/CHANGELOG.md index 2bb01ccf..159633fc 100644 --- a/libs/stencil-toolkit/CHANGELOG.md +++ b/libs/stencil-toolkit/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.4-alpha.0](https://github.com/aiao-io/aiao/compare/@aiao/stencil-toolkit@0.2.1-alpha.2...@aiao/stencil-toolkit@0.2.4-alpha.0) (2021-12-19) + +**Note:** Version bump only for package @aiao/stencil-toolkit + + + + + ## [0.2.3](https://github.com/aiao-io/aiao/compare/@aiao/stencil-toolkit@0.2.1...@aiao/stencil-toolkit@0.2.3) (2021-10-21) **Note:** Version bump only for package @aiao/stencil-toolkit diff --git a/libs/stencil-toolkit/package.json b/libs/stencil-toolkit/package.json index 1e69f839..bb14c568 100644 --- a/libs/stencil-toolkit/package.json +++ b/libs/stencil-toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@aiao/stencil-toolkit", - "version": "0.2.3", + "version": "0.2.4-alpha.0", "description": "Schematics and builders for stencil", "homepage": "https://github.com/aiao-io/aiao", "author": "Jimmy", @@ -38,7 +38,6 @@ "@angular-devkit/schematics": "^12.0.0", "rxjs": "~7.4.0" }, - "devDependencies": {}, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org", diff --git a/libs/typeorm-plus/CHANGELOG.md b/libs/typeorm-plus/CHANGELOG.md index 280a280b..b0a8964a 100644 --- a/libs/typeorm-plus/CHANGELOG.md +++ b/libs/typeorm-plus/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.1-alpha.0](https://github.com/aiao-io/aiao/compare/@aiao/typeorm-plus@0.1.2-alpha.0...@aiao/typeorm-plus@0.2.1-alpha.0) (2021-12-19) + + +### Features + +* **typeorm-plus:** 支持多数据库配置 ([#142](https://github.com/aiao-io/aiao/issues/142)) ([79896a1](https://github.com/aiao-io/aiao/commit/79896a1fd48254711a355d4e596f9a815c64ae70)) + + + + + # [0.2.0](https://github.com/aiao-io/aiao/compare/@aiao/typeorm-plus@0.1.2...@aiao/typeorm-plus@0.2.0) (2021-10-21) ### Features diff --git a/libs/typeorm-plus/package.json b/libs/typeorm-plus/package.json index 81cc6983..d7a4e579 100644 --- a/libs/typeorm-plus/package.json +++ b/libs/typeorm-plus/package.json @@ -1,6 +1,6 @@ { "name": "@aiao/typeorm-plus", - "version": "0.2.0", + "version": "0.2.1-alpha.0", "description": "typeorm support sequelize query", "homepage": "https://github.com/aiao-io/aiao", "author": "Jimmy", @@ -27,7 +27,6 @@ "dependencies": { "tslib": "^2.0.0" }, - "devDependencies": {}, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org", diff --git a/libs/universal-fastify-engine/CHANGELOG.md b/libs/universal-fastify-engine/CHANGELOG.md index 46ddf3b7..bbad2c5f 100644 --- a/libs/universal-fastify-engine/CHANGELOG.md +++ b/libs/universal-fastify-engine/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.4-alpha.0](https://github.com/aiao-io/aiao/compare/@aiao/universal-fastify-engine@0.1.3-alpha.0...@aiao/universal-fastify-engine@1.2.4-alpha.0) (2021-12-19) + + +### Features + +* **nest-angular-universal:** 更新版本 ([f37493f](https://github.com/aiao-io/aiao/commit/f37493f1c6903bf64579e0db6ac14a6dabe52a22)) +* **nest-angular-universal:** 重构了部分代码 ([#143](https://github.com/aiao-io/aiao/issues/143)) ([e86e082](https://github.com/aiao-io/aiao/commit/e86e08218c114468138376916325ddebdf3f6ec9)) +* **universal-fastify-engine:** add request token ([8e8cff5](https://github.com/aiao-io/aiao/commit/8e8cff58af64fe9e53cc61346533cec6eb413461)) +* **universal-fastify-engine:** documentFilePath 支持文件和文件夹两种写法 ([a68a084](https://github.com/aiao-io/aiao/commit/a68a084943fe7c4064a1d45290229571b74266ab)) + + + + + ## [1.1.1](https://github.com/aiao-io/aiao/compare/@aiao/universal-fastify-engine@1.1.0...@aiao/universal-fastify-engine@1.1.1) (2021-10-25) **Note:** Version bump only for package @aiao/universal-fastify-engine diff --git a/libs/universal-fastify-engine/package.json b/libs/universal-fastify-engine/package.json index 7ad38986..b2a35edc 100644 --- a/libs/universal-fastify-engine/package.json +++ b/libs/universal-fastify-engine/package.json @@ -1,6 +1,6 @@ { "name": "@aiao/universal-fastify-engine", - "version": "1.2.3", + "version": "1.2.4-alpha.0", "description": " universal fastify engine", "homepage": "https://github.com/aiao-io/aiao", "author": "Jimmy", @@ -33,7 +33,6 @@ "dependencies": { "tslib": "^2.0.0" }, - "devDependencies": {}, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org", diff --git a/libs/url/CHANGELOG.md b/libs/url/CHANGELOG.md index 5c6a6b59..933c2c1b 100644 --- a/libs/url/CHANGELOG.md +++ b/libs/url/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.8-alpha.0](https://github.com/aiao-io/aiao/compare/@aiao/url@0.0.5-alpha.0...@aiao/url@0.0.8-alpha.0) (2021-12-19) + +**Note:** Version bump only for package @aiao/url + + + + + ## [0.0.7](https://github.com/aiao-io/aiao/compare/@aiao/url@0.0.5...@aiao/url@0.0.7) (2021-10-21) **Note:** Version bump only for package @aiao/url diff --git a/libs/url/package.json b/libs/url/package.json index b62241ea..b31ec78b 100644 --- a/libs/url/package.json +++ b/libs/url/package.json @@ -1,6 +1,6 @@ { "name": "@aiao/url", - "version": "0.0.7", + "version": "0.0.8-alpha.0", "description": "url util", "homepage": "https://github.com/aiao-io/aiao", "author": "Jimmy", @@ -25,7 +25,7 @@ "tslib": "^2.0.0" }, "devDependencies": { - "@aiao/util": "^1.0.2" + "@aiao/util": "^1.0.3-alpha.0" }, "publishConfig": { "access": "public", diff --git a/libs/util/CHANGELOG.md b/libs/util/CHANGELOG.md index 9dce24e8..c6474bc1 100644 --- a/libs/util/CHANGELOG.md +++ b/libs/util/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.3-alpha.0](https://github.com/aiao-io/aiao/compare/@aiao/util@1.0.0-alpha.1...@aiao/util@1.0.3-alpha.0) (2021-12-19) + +**Note:** Version bump only for package @aiao/util + + + + + ## [1.0.2](https://github.com/aiao-io/aiao/compare/@aiao/util@1.0.0...@aiao/util@1.0.2) (2021-10-21) **Note:** Version bump only for package @aiao/util diff --git a/libs/util/package.json b/libs/util/package.json index c2e2bf31..cca288d3 100644 --- a/libs/util/package.json +++ b/libs/util/package.json @@ -1,6 +1,6 @@ { "name": "@aiao/util", - "version": "1.0.2", + "version": "1.0.3-alpha.0", "description": "util", "homepage": "https://github.com/aiao-io/aiao", "author": "Jimmy", @@ -26,7 +26,6 @@ "dependencies": { "tslib": "^2.0.0" }, - "devDependencies": {}, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org",