Skip to content

Commit

Permalink
chore: release feat-multi-module-components (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenthsh authored Jan 5, 2025
1 parent 89e4cfc commit 03ec444
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.16",
"packages/cdktf-fogg-constructs": "1.1.0"
".": "0.92.17",
"packages/cdktf-fogg-constructs": "1.2.0"
}
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.17](https://github.com/vincenthsh/fogg/compare/v0.92.16...v0.92.17) (2025-01-05)


### Features

* CDKTF - Improve cross component remote state access ([#364](https://github.com/vincenthsh/fogg/issues/364)) ([89e4cfc](https://github.com/vincenthsh/fogg/commit/89e4cfc238f8bbbfea45b47e4acac51cd06071a9))

## [0.92.16](https://github.com/vincenthsh/fogg/compare/v0.92.15...v0.92.16) (2025-01-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.2.0](https://github.com/vincenthsh/fogg/compare/cdktf-fogg-helpers-v1.1.0...cdktf-fogg-helpers-v1.2.0) (2025-01-05)


### Features

* CDKTF - Improve cross component remote state access ([#364](https://github.com/vincenthsh/fogg/issues/364)) ([89e4cfc](https://github.com/vincenthsh/fogg/commit/89e4cfc238f8bbbfea45b47e4acac51cd06071a9))

## [1.1.0](https://github.com/vincenthsh/fogg/compare/cdktf-fogg-helpers-v1.0.0...cdktf-fogg-helpers-v1.1.0) (2025-01-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.1.0",
"version": "1.2.0",
"description": "Fogg CDKTF Helpers.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 03ec444

Please sign in to comment.