Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

releases/bump-version-v0.0.10 #106

Merged
merged 1 commit into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.10](https://github.com/onebeyond/cuckoojs/compare/v0.0.9...v0.0.10) (2024-02-09)


### Features

* add basic-tooling schematic ([#66](https://github.com/onebeyond/cuckoojs/issues/66)) ([16f1776](https://github.com/onebeyond/cuckoojs/commit/16f17769f59b73abe2f3f079fbc8a7118e6fc119))
* add systemic scaffolding schematic ([#100](https://github.com/onebeyond/cuckoojs/issues/100)) ([9d2aa83](https://github.com/onebeyond/cuckoojs/commit/9d2aa838114c7c08f057d23f81570eac5b71c666))
* adding domain name input ([51bebcc](https://github.com/onebeyond/cuckoojs/commit/51bebcc0be1c6fcdf60ceb9d7f67bb683ba46e28))
* adding factory logic for building both helm types ([cb00a92](https://github.com/onebeyond/cuckoojs/commit/cb00a9263996c56e2b8bcc953c93dd770037255c))
* adding helm chart values files for each helm chart type ([1819986](https://github.com/onebeyond/cuckoojs/commit/18199865bd5f3db3483d470b7a89deabdb7266f1))
* adding ingress and tls cert strategies ([f93349f](https://github.com/onebeyond/cuckoojs/commit/f93349fdb8db2be7e672ef0eb94a94675e46882f))
* base strategies logic ([419dca0](https://github.com/onebeyond/cuckoojs/commit/419dca0a68206e8fe0c82f06618d42189fadb2d0))
* readding custom helm chart for generic helm type ([5e94b13](https://github.com/onebeyond/cuckoojs/commit/5e94b13f6318ff019ccaba510aaea3a79a2c2128))
* updating base hpa helm template ([98f7d3c](https://github.com/onebeyond/cuckoojs/commit/98f7d3c0b0bda2a045870fb5f26f2c9198c0c4ca))
* updating base service helm template ([6913d52](https://github.com/onebeyond/cuckoojs/commit/6913d52d8d23326f099fa092a2c855e40be4643c))


### Bug Fixes

* amend paths ([#99](https://github.com/onebeyond/cuckoojs/issues/99)) ([02331f4](https://github.com/onebeyond/cuckoojs/commit/02331f4f72ab8fbb53b3e6073b4b882c660d4582))
* fixing conflicts ([5a9c071](https://github.com/onebeyond/cuckoojs/commit/5a9c071025dc0dc670af82f5566291b6031f7a61))
* fixing import issue ([6694c0d](https://github.com/onebeyond/cuckoojs/commit/6694c0d174c27048edecf1f5ddad291f92557159))
* fixing last helm issues ([0a73a2a](https://github.com/onebeyond/cuckoojs/commit/0a73a2a1ecdd2b99b29ca6f07a91681422bca159))



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


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.9",
"version": "0.0.10",
"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
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.10](https://github.com/guidesmiths/cuckoojs/compare/v0.0.9...v0.0.10) (2024-02-09)

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





## [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
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.9",
"version": "0.0.10",
"description": "CuckooJS CLI",
"keywords": [
"schematics",
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"dependencies": {
"@angular-devkit/schematics-cli": "^14.2.3",
"@guidesmiths/cuckoojs-schematics": "^0.0.9",
"@guidesmiths/cuckoojs-schematics": "^0.0.10",
"@nestjs/cli": "^10.2.1",
"@nestjs/schematics": "^9.0.3",
"@types/inquirer": "^7.3.3",
Expand Down
26 changes: 26 additions & 0 deletions packages/@guidesmiths/cuckoojs-schematics/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.10](https://github.com/guidesmiths/cuckoojs/compare/v0.0.9...v0.0.10) (2024-02-09)


### Features

* add basic-tooling schematic ([#66](https://github.com/guidesmiths/cuckoojs/issues/66)) ([16f1776](https://github.com/guidesmiths/cuckoojs/commit/16f17769f59b73abe2f3f079fbc8a7118e6fc119))
* add systemic scaffolding schematic ([#100](https://github.com/guidesmiths/cuckoojs/issues/100)) ([9d2aa83](https://github.com/guidesmiths/cuckoojs/commit/9d2aa838114c7c08f057d23f81570eac5b71c666))
* adding domain name input ([51bebcc](https://github.com/guidesmiths/cuckoojs/commit/51bebcc0be1c6fcdf60ceb9d7f67bb683ba46e28))
* adding factory logic for building both helm types ([cb00a92](https://github.com/guidesmiths/cuckoojs/commit/cb00a9263996c56e2b8bcc953c93dd770037255c))
* adding helm chart values files for each helm chart type ([1819986](https://github.com/guidesmiths/cuckoojs/commit/18199865bd5f3db3483d470b7a89deabdb7266f1))
* adding ingress and tls cert strategies ([f93349f](https://github.com/guidesmiths/cuckoojs/commit/f93349fdb8db2be7e672ef0eb94a94675e46882f))
* base strategies logic ([419dca0](https://github.com/guidesmiths/cuckoojs/commit/419dca0a68206e8fe0c82f06618d42189fadb2d0))
* readding custom helm chart for generic helm type ([5e94b13](https://github.com/guidesmiths/cuckoojs/commit/5e94b13f6318ff019ccaba510aaea3a79a2c2128))
* updating base hpa helm template ([98f7d3c](https://github.com/guidesmiths/cuckoojs/commit/98f7d3c0b0bda2a045870fb5f26f2c9198c0c4ca))
* updating base service helm template ([6913d52](https://github.com/guidesmiths/cuckoojs/commit/6913d52d8d23326f099fa092a2c855e40be4643c))


### Bug Fixes

* amend paths ([#99](https://github.com/guidesmiths/cuckoojs/issues/99)) ([02331f4](https://github.com/guidesmiths/cuckoojs/commit/02331f4f72ab8fbb53b3e6073b4b882c660d4582))
* fixing conflicts ([5a9c071](https://github.com/guidesmiths/cuckoojs/commit/5a9c071025dc0dc670af82f5566291b6031f7a61))
* fixing import issue ([6694c0d](https://github.com/guidesmiths/cuckoojs/commit/6694c0d174c27048edecf1f5ddad291f92557159))
* fixing last helm issues ([0a73a2a](https://github.com/guidesmiths/cuckoojs/commit/0a73a2a1ecdd2b99b29ca6f07a91681422bca159))



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


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.9",
"version": "0.0.10",
"description": "A collection of CuckooJS schematics",
"keywords": [
"schematics",
Expand Down
Loading