From 355e4a4de328878630ba28ca5e0bbf68b55d9c75 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 16:24:11 +0100 Subject: [PATCH] chore: bump version to v0.0.8 (#88) Co-authored-by: github-actions[bot] --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- package-lock.json | 9 ++++----- packages/@guidesmiths/cuckoojs-cli/CHANGELOG.md | 8 ++++++++ packages/@guidesmiths/cuckoojs-cli/package.json | 6 ++---- packages/@guidesmiths/cuckoojs-schematics/CHANGELOG.md | 8 ++++++++ packages/@guidesmiths/cuckoojs-schematics/package.json | 2 +- 7 files changed, 32 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 624d4b4..1235160 100644 --- a/CHANGELOG.md +++ b/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](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 diff --git a/lerna.json b/lerna.json index a483197..2838bb4 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.0.7", + "version": "0.0.8", "command": { "version": { "conventionalCommits": true, diff --git a/package-lock.json b/package-lock.json index ad7bfbc..db7d672 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12257,11 +12257,11 @@ } }, "packages/@guidesmiths/cuckoojs-cli": { - "version": "0.0.7", + "version": "0.0.8", "license": "MIT", "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", @@ -12270,13 +12270,12 @@ "bin": { "cuckoo": "dist/src/cli.js" }, - "devDependencies": {}, "engines": { "node": ">= 12" } }, "packages/@guidesmiths/cuckoojs-schematics": { - "version": "0.0.7", + "version": "0.0.8", "license": "MIT", "dependencies": { "@angular-devkit/core": "^14.2.7", @@ -12986,7 +12985,7 @@ "version": "file:packages/@guidesmiths/cuckoojs-cli", "requires": { "@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", diff --git a/packages/@guidesmiths/cuckoojs-cli/CHANGELOG.md b/packages/@guidesmiths/cuckoojs-cli/CHANGELOG.md index bb72792..18ca7d3 100644 --- a/packages/@guidesmiths/cuckoojs-cli/CHANGELOG.md +++ b/packages/@guidesmiths/cuckoojs-cli/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](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 diff --git a/packages/@guidesmiths/cuckoojs-cli/package.json b/packages/@guidesmiths/cuckoojs-cli/package.json index 6e39930..be5a6f9 100644 --- a/packages/@guidesmiths/cuckoojs-cli/package.json +++ b/packages/@guidesmiths/cuckoojs-cli/package.json @@ -1,6 +1,6 @@ { "name": "@guidesmiths/cuckoojs-cli", - "version": "0.0.7", + "version": "0.0.8", "description": "CuckooJS CLI", "keywords": [ "schematics", @@ -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": { } } diff --git a/packages/@guidesmiths/cuckoojs-schematics/CHANGELOG.md b/packages/@guidesmiths/cuckoojs-schematics/CHANGELOG.md index f842081..e8563f0 100644 --- a/packages/@guidesmiths/cuckoojs-schematics/CHANGELOG.md +++ b/packages/@guidesmiths/cuckoojs-schematics/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](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 diff --git a/packages/@guidesmiths/cuckoojs-schematics/package.json b/packages/@guidesmiths/cuckoojs-schematics/package.json index 514528a..e5b3721 100644 --- a/packages/@guidesmiths/cuckoojs-schematics/package.json +++ b/packages/@guidesmiths/cuckoojs-schematics/package.json @@ -1,6 +1,6 @@ { "name": "@guidesmiths/cuckoojs-schematics", - "version": "0.0.7", + "version": "0.0.8", "description": "A collection of CuckooJS schematics", "keywords": [ "schematics",