Skip to content

Commit

Permalink
chore: release feat-multi-module-components (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenthsh authored Feb 5, 2025
1 parent acada48 commit bb6556f
Show file tree
Hide file tree
Showing 4 changed files with 18 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.21",
"packages/cdktf-fogg-constructs": "1.3.0"
".": "0.92.22",
"packages/cdktf-fogg-constructs": "1.3.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.92.22](https://github.com/vincenthsh/fogg/compare/v0.92.21...v0.92.22) (2025-02-05)


### Misc

* bump github.com/spf13/pflag in the gomod group ([#380](https://github.com/vincenthsh/fogg/issues/380)) ([d18c82f](https://github.com/vincenthsh/fogg/commit/d18c82febec1a1b842345a8677b1cee1e4e7a235))
* Bump vitest for security issue ([#382](https://github.com/vincenthsh/fogg/issues/382)) ([acada48](https://github.com/vincenthsh/fogg/commit/acada48fc24d2121eaf13d848b4d8ece2874d166))

## [0.92.21](https://github.com/vincenthsh/fogg/compare/v0.92.20...v0.92.21) (2025-02-03)


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.3.1](https://github.com/vincenthsh/fogg/compare/cdktf-fogg-helpers-v1.3.0...cdktf-fogg-helpers-v1.3.1) (2025-02-05)


### Misc

* Bump vitest for security issue ([#382](https://github.com/vincenthsh/fogg/issues/382)) ([acada48](https://github.com/vincenthsh/fogg/commit/acada48fc24d2121eaf13d848b4d8ece2874d166))

## [1.3.0](https://github.com/vincenthsh/fogg/compare/cdktf-fogg-helpers-v1.2.0...cdktf-fogg-helpers-v1.3.0) (2025-02-01)


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.3.0",
"version": "1.3.1",
"description": "Fogg CDKTF Helpers.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit bb6556f

Please sign in to comment.