Skip to content

Commit

Permalink
chore: bump version to v0.0.8 (#88)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 7, 2023
1 parent 3e94b1b commit 355e4a4
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 11 deletions.
8 changes: 8 additions & 0 deletions 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.8](https://github.com/onebeyond/cuckoojs/compare/v0.0.7...v0.0.8) (2023-11-07)

**Note:** Version bump only for package root





## [0.0.7](https://github.com/onebeyond/cuckoojs/compare/v0.0.6...v0.0.7) (2023-11-06)

**Note:** Version bump only for package root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.7",
"version": "0.0.8",
"command": {
"version": {
"conventionalCommits": true,
Expand Down
9 changes: 4 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions packages/@guidesmiths/cuckoojs-cli/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.8](https://github.com/guidesmiths/cuckoojs/compare/v0.0.7...v0.0.8) (2023-11-07)

**Note:** Version bump only for package @guidesmiths/cuckoojs-cli





## [0.0.7](https://github.com/guidesmiths/cuckoojs/compare/v0.0.6...v0.0.7) (2023-11-06)

**Note:** Version bump only for package @guidesmiths/cuckoojs-cli
Expand Down
6 changes: 2 additions & 4 deletions packages/@guidesmiths/cuckoojs-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guidesmiths/cuckoojs-cli",
"version": "0.0.7",
"version": "0.0.8",
"description": "CuckooJS CLI",
"keywords": [
"schematics",
Expand Down Expand Up @@ -55,12 +55,10 @@
},
"dependencies": {
"@angular-devkit/schematics-cli": "^14.2.3",
"@guidesmiths/cuckoojs-schematics": "^0.0.7",
"@guidesmiths/cuckoojs-schematics": "^0.0.8",
"@nestjs/schematics": "^9.0.3",
"@types/node": "^18.11.17",
"commander": "^9.4.1",
"loading-cli": "^1.1.0"
},
"devDependencies": {
}
}
8 changes: 8 additions & 0 deletions packages/@guidesmiths/cuckoojs-schematics/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.8](https://github.com/guidesmiths/cuckoojs/compare/v0.0.7...v0.0.8) (2023-11-07)

**Note:** Version bump only for package @guidesmiths/cuckoojs-schematics





## [0.0.7](https://github.com/guidesmiths/cuckoojs/compare/v0.0.6...v0.0.7) (2023-11-06)

**Note:** Version bump only for package @guidesmiths/cuckoojs-schematics
Expand Down
2 changes: 1 addition & 1 deletion packages/@guidesmiths/cuckoojs-schematics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guidesmiths/cuckoojs-schematics",
"version": "0.0.7",
"version": "0.0.8",
"description": "A collection of CuckooJS schematics",
"keywords": [
"schematics",
Expand Down

0 comments on commit 355e4a4

Please sign in to comment.