Skip to content

Commit

Permalink
chore: release feat-multi-module-components (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenthsh authored Feb 20, 2025
1 parent b799469 commit cc7bedd
Show file tree
Hide file tree
Showing 4 changed files with 17 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.26",
"packages/cdktf-fogg-constructs": "1.5.1"
".": "0.92.27",
"packages/cdktf-fogg-constructs": "1.5.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.92.27](https://github.com/vincenthsh/fogg/compare/v0.92.26...v0.92.27) (2025-02-20)


### BugFixes

* missing publishConfig for scoped packages ([#396](https://github.com/vincenthsh/fogg/issues/396)) ([b799469](https://github.com/vincenthsh/fogg/commit/b7994695a533f10471880650edf89771d2a5d05d))

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


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.2](https://github.com/vincenthsh/fogg/compare/cdktf-fogg-helpers-v1.5.1...cdktf-fogg-helpers-v1.5.2) (2025-02-20)


### BugFixes

* missing publishConfig for scoped packages ([#396](https://github.com/vincenthsh/fogg/issues/396)) ([b799469](https://github.com/vincenthsh/fogg/commit/b7994695a533f10471880650edf89771d2a5d05d))

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


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

0 comments on commit cc7bedd

Please sign in to comment.