Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @aiao/color@1.2.3-alpha.0
 - @aiao/date@1.0.3-alpha.0
 - @aiao/elements-angular@0.5.7-alpha.0
 - @aiao/elements-cdk@0.1.7-alpha.0
 - @aiao/elements-react@0.1.7-alpha.0
 - @aiao/elements-vue@0.0.3-alpha.0
 - @aiao/elements@0.7.5-alpha.0
 - @aiao/image-storage@0.1.5-alpha.0
 - @aiao/lazy-component@1.7.2-alpha.0
 - @aiao/lazy-element@1.6.4-alpha.0
 - @aiao/lazy-module@1.4.4-alpha.0
 - @aiao/leancloud-hash@1.1.3-alpha.0
 - @aiao/nest-angular-universal@0.2.3-alpha.0
 - @aiao/nest-typeorm-plus@0.1.1-alpha.0
 - @aiao/random@0.2.1-alpha.0
 - @aiao/stencil-toolkit@0.2.4-alpha.0
 - @aiao/typeorm-plus@0.2.1-alpha.0
 - @aiao/universal-fastify-engine@1.2.4-alpha.0
 - @aiao/url@0.0.8-alpha.0
 - @aiao/util@1.0.3-alpha.0
  • Loading branch information
Jimmysh committed Dec 19, 2021
1 parent 087cbe1 commit d6529fd
Show file tree
Hide file tree
Showing 40 changed files with 217 additions and 45 deletions.
8 changes: 8 additions & 0 deletions libs/color/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions libs/color/package.json
Original file line number Diff line number Diff line change
@@ -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<hero63418@gmail.com>",
Expand All @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions libs/date/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions libs/date/package.json
Original file line number Diff line number Diff line change
@@ -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<hero63418@gmail.com>",
Expand All @@ -25,7 +25,7 @@
"tslib": "^2.0.0"
},
"devDependencies": {
"@aiao/util": "^1.0.2"
"@aiao/util": "^1.0.3-alpha.0"
},
"publishConfig": {
"access": "public",
Expand Down
8 changes: 8 additions & 0 deletions libs/elements-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions libs/elements-angular/package.json
Original file line number Diff line number Diff line change
@@ -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<hero63418@gmail.com>",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions libs/elements-cdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions libs/elements-cdk/package.json
Original file line number Diff line number Diff line change
@@ -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<hero63418@gmail.com>",
Expand All @@ -23,7 +23,6 @@
"@angular/forms": "^12.2.9",
"rxjs": "~7.4.0"
},
"devDependencies": {},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org",
Expand Down
8 changes: 8 additions & 0 deletions libs/elements-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions libs/elements-react/package.json
Original file line number Diff line number Diff line change
@@ -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<hero63418@gmail.com>",
Expand All @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions libs/elements-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions libs/elements-vue/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions libs/elements/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions libs/elements/package.json
Original file line number Diff line number Diff line change
@@ -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<hero63418@gmail.com>",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions libs/image-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions libs/image-storage/package.json
Original file line number Diff line number Diff line change
@@ -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<hero63418@gmail.com>",
Expand All @@ -19,8 +19,6 @@
"dependencies": {
"tslib": "^2.0.0"
},
"peerDependencies": {},
"devDependencies": {},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org",
Expand Down
11 changes: 11 additions & 0 deletions libs/lazy-component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions libs/lazy-component/package.json
Original file line number Diff line number Diff line change
@@ -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<hero63418@gmail.com>",
Expand All @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions libs/lazy-element/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions libs/lazy-element/package.json
Original file line number Diff line number Diff line change
@@ -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<hero63418@gmail.com>",
Expand All @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions libs/lazy-module/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions libs/lazy-module/package.json
Original file line number Diff line number Diff line change
@@ -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<hero63418@gmail.com>",
Expand All @@ -27,7 +27,6 @@
"dependencies": {
"tslib": "^2.0.0"
},
"devDependencies": {},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org",
Expand Down
8 changes: 8 additions & 0 deletions libs/leancloud-hash/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions libs/leancloud-hash/package.json
Original file line number Diff line number Diff line change
@@ -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<hero63418@gmail.com>",
Expand All @@ -22,8 +22,6 @@
"dependencies": {
"tslib": "^2.0.0"
},
"peerDependencies": {},
"devDependencies": {},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org",
Expand Down
Loading

0 comments on commit d6529fd

Please sign in to comment.