Skip to content

Commit

Permalink
Merge pull request #90 from onebeyond/releases/bump-version-v0.0.9
Browse files Browse the repository at this point in the history
releases/bump-version-v0.0.9
  • Loading branch information
inigomarquinez authored Nov 10, 2023
2 parents 5ca22e4 + c18755b commit 66fb66b
Show file tree
Hide file tree
Showing 7 changed files with 69 additions and 32 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.9](https://github.com/onebeyond/cuckoojs/compare/v0.0.8...v0.0.9) (2023-11-10)


### Features

* add env name to error msg ([ea10e86](https://github.com/onebeyond/cuckoojs/commit/ea10e861689de123745692efa2e95d80641e98ce))
* add new schematic to collection ([1e2cbb2](https://github.com/onebeyond/cuckoojs/commit/1e2cbb26401928e50892570475c3686933a9eb0a))
* add test config ([b659d84](https://github.com/onebeyond/cuckoojs/commit/b659d8415cbf67c4480218e2faccc6bd6f17648e))
* copy utils from internal schematics API ([a728732](https://github.com/onebeyond/cuckoojs/commit/a7287324a30b6599a887daf91193702a37e1317c))
* install nest config ([e105e0d](https://github.com/onebeyond/cuckoojs/commit/e105e0de0e3220f27c00579cd0c7d7fbabe23a38))
* read only current env config ([480013a](https://github.com/onebeyond/cuckoojs/commit/480013a72a360b9fb80876a1e0fec7c0ee2c2358))


### Bug Fixes

* add type ([ef3311d](https://github.com/onebeyond/cuckoojs/commit/ef3311dd61920a681d40132f71a64403f065636e))
* amend badly resolved conflict ([dd1e450](https://github.com/onebeyond/cuckoojs/commit/dd1e4505ee674c138a5ccf9c7d95e56ad7c70e4c))
* amend import type ([6081374](https://github.com/onebeyond/cuckoojs/commit/608137404a2e5ad22483d0174ce7410968cbe034))
* config validate export ([e7ebe2e](https://github.com/onebeyond/cuckoojs/commit/e7ebe2e3713b4965deaedc30aaf8313906e34f8e))
* load js files ([9f5a0b7](https://github.com/onebeyond/cuckoojs/commit/9f5a0b72f8ac6d1ceb8577ce4e25461d1286dd9b))
* remove .eslintignore ([56d2d75](https://github.com/onebeyond/cuckoojs/commit/56d2d7586cf9d4d5c7599add7fa8af8ee3a103d6))
* revert .eslintignore changes ([9c8fe6e](https://github.com/onebeyond/cuckoojs/commit/9c8fe6eb04c0b8ad64a511599ac375607b59ae13))
* use default module when importing env configs ([7385a2d](https://github.com/onebeyond/cuckoojs/commit/7385a2d14766407d2dee943e023aa5f0c3d8d649))



## [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
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.8",
"version": "0.0.9",
"command": {
"version": {
"conventionalCommits": true,
Expand Down
34 changes: 6 additions & 28 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.9](https://github.com/guidesmiths/cuckoojs/compare/v0.0.8...v0.0.9) (2023-11-10)

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





## [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
Expand Down
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.8",
"version": "0.0.9",
"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.8",
"@guidesmiths/cuckoojs-schematics": "^0.0.9",
"@nestjs/schematics": "^9.0.3",
"@types/node": "^18.11.17",
"commander": "^9.4.1",
Expand Down
25 changes: 25 additions & 0 deletions packages/@guidesmiths/cuckoojs-schematics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.9](https://github.com/guidesmiths/cuckoojs/compare/v0.0.8...v0.0.9) (2023-11-10)


### Features

* add env name to error msg ([ea10e86](https://github.com/guidesmiths/cuckoojs/commit/ea10e861689de123745692efa2e95d80641e98ce))
* add new schematic to collection ([1e2cbb2](https://github.com/guidesmiths/cuckoojs/commit/1e2cbb26401928e50892570475c3686933a9eb0a))
* add test config ([b659d84](https://github.com/guidesmiths/cuckoojs/commit/b659d8415cbf67c4480218e2faccc6bd6f17648e))
* copy utils from internal schematics API ([a728732](https://github.com/guidesmiths/cuckoojs/commit/a7287324a30b6599a887daf91193702a37e1317c))
* install nest config ([e105e0d](https://github.com/guidesmiths/cuckoojs/commit/e105e0de0e3220f27c00579cd0c7d7fbabe23a38))
* read only current env config ([480013a](https://github.com/guidesmiths/cuckoojs/commit/480013a72a360b9fb80876a1e0fec7c0ee2c2358))


### Bug Fixes

* add type ([ef3311d](https://github.com/guidesmiths/cuckoojs/commit/ef3311dd61920a681d40132f71a64403f065636e))
* amend badly resolved conflict ([dd1e450](https://github.com/guidesmiths/cuckoojs/commit/dd1e4505ee674c138a5ccf9c7d95e56ad7c70e4c))
* amend import type ([6081374](https://github.com/guidesmiths/cuckoojs/commit/608137404a2e5ad22483d0174ce7410968cbe034))
* config validate export ([e7ebe2e](https://github.com/guidesmiths/cuckoojs/commit/e7ebe2e3713b4965deaedc30aaf8313906e34f8e))
* load js files ([9f5a0b7](https://github.com/guidesmiths/cuckoojs/commit/9f5a0b72f8ac6d1ceb8577ce4e25461d1286dd9b))
* remove .eslintignore ([56d2d75](https://github.com/guidesmiths/cuckoojs/commit/56d2d7586cf9d4d5c7599add7fa8af8ee3a103d6))
* use default module when importing env configs ([7385a2d](https://github.com/guidesmiths/cuckoojs/commit/7385a2d14766407d2dee943e023aa5f0c3d8d649))



## [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
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.8",
"version": "0.0.9",
"description": "A collection of CuckooJS schematics",
"keywords": [
"schematics",
Expand Down

0 comments on commit 66fb66b

Please sign in to comment.