Skip to content

Commit

Permalink
chore: bump version to v0.0.6 (#84)
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 6, 2023
1 parent 60bc7de commit 1afd3cc
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 8 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* add conventional commits changelog ([d98117e](https://github.com/onebeyond/cuckoojs/commit/d98117ec67f01990fdb77bb45023e5d3294f668a))
* add description and shell properties ([8083dff](https://github.com/onebeyond/cuckoojs/commit/8083dff41d3f5c48ecd4e9ed1cb821fd20a776c0))
* amend workspaces path ([f21e605](https://github.com/onebeyond/cuckoojs/commit/f21e6054c51df4f435553cfddb2a595a49f98a57))
* remove description ([#78](https://github.com/onebeyond/cuckoojs/issues/78)) ([80bae38](https://github.com/onebeyond/cuckoojs/commit/80bae38433aaa660512a62cd7de4f88ca7d8bd2d))
* replace GITHUB_PAT with GITHUB_TOKEN ([#80](https://github.com/onebeyond/cuckoojs/issues/80)) ([6ce49b9](https://github.com/onebeyond/cuckoojs/commit/6ce49b919659a4897da2561897f92ec1472aa8a5))
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.5",
"version": "0.0.6",
"command": {
"version": {
"conventionalCommits": true,
Expand Down
8 changes: 4 additions & 4 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
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

**Note:** Version bump only for package @guidesmiths/cuckoojs-cli
4 changes: 2 additions & 2 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.4",
"version": "0.0.6",
"description": "CuckooJS CLI",
"keywords": [
"schematics",
Expand Down Expand Up @@ -55,7 +55,7 @@
},
"dependencies": {
"@angular-devkit/schematics-cli": "^14.2.3",
"@guidesmiths/cuckoojs-schematics": "^0.0.5",
"@guidesmiths/cuckoojs-schematics": "^0.0.6",
"@nestjs/schematics": "^9.0.3",
"@types/node": "^18.11.17",
"commander": "^9.4.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/@guidesmiths/cuckoojs-schematics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

**Note:** Version bump only for package @guidesmiths/cuckoojs-schematics
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.5",
"version": "0.0.6",
"description": "A collection of CuckooJS schematics",
"keywords": [
"schematics",
Expand Down

0 comments on commit 1afd3cc

Please sign in to comment.