Skip to content

Commit

Permalink
chore: release feat-multi-module-components (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenthsh authored Feb 20, 2025
1 parent 5d546ad commit 848c35b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.92.24",
"packages/cdktf-fogg-constructs": "1.4.1"
".": "0.92.25",
"packages/cdktf-fogg-constructs": "1.5.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.92.25](https://github.com/vincenthsh/fogg/compare/v0.92.24...v0.92.25) (2025-02-20)


### Features

* Use NPMJS instead of GH Pkg npm registry ([#393](https://github.com/vincenthsh/fogg/issues/393)) ([5d546ad](https://github.com/vincenthsh/fogg/commit/5d546ad5e685660a98f846425cd26ddf5417c540))


### Misc

* bump github.com/spf13/cobra in the gomod group ([#391](https://github.com/vincenthsh/fogg/issues/391)) ([763ac7e](https://github.com/vincenthsh/fogg/commit/763ac7e91389de0c0a514601731ec74207189225))

## [0.92.24](https://github.com/vincenthsh/fogg/compare/v0.92.23...v0.92.24) (2025-02-15)


Expand Down
7 changes: 7 additions & 0 deletions packages/cdktf-fogg-constructs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.5.0](https://github.com/vincenthsh/fogg/compare/cdktf-fogg-helpers-v1.4.1...cdktf-fogg-helpers-v1.5.0) (2025-02-20)


### Features

* Use NPMJS instead of GH Pkg npm registry ([#393](https://github.com/vincenthsh/fogg/issues/393)) ([5d546ad](https://github.com/vincenthsh/fogg/commit/5d546ad5e685660a98f846425cd26ddf5417c540))

## [1.4.1](https://github.com/vincenthsh/fogg/compare/cdktf-fogg-helpers-v1.4.0...cdktf-fogg-helpers-v1.4.1) (2025-02-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/cdktf-fogg-constructs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vincenthsh/cdktf-fogg-helpers",
"version": "1.4.1",
"version": "1.5.0",
"description": "Fogg CDKTF Helpers.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 848c35b

Please sign in to comment.