Skip to content

Commit

Permalink
chore: release feat-multi-module-components (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenthsh authored Feb 20, 2025
1 parent 2934f14 commit 93a1aee
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.25",
"packages/cdktf-fogg-constructs": "1.5.0"
".": "0.92.26",
"packages/cdktf-fogg-constructs": "1.5.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.26](https://github.com/vincenthsh/fogg/compare/v0.92.25...v0.92.26) (2025-02-20)


### BugFixes

* missing registry-url for publish action ([#395](https://github.com/vincenthsh/fogg/issues/395)) ([2934f14](https://github.com/vincenthsh/fogg/commit/2934f148dada55750a54f5a4ba5b6c38ea90fc30))
* release.yml ([eb8b4e8](https://github.com/vincenthsh/fogg/commit/eb8b4e8e14a98eeae6f81ca671232f5b7c58eb4d))

## [0.92.25](https://github.com/vincenthsh/fogg/compare/v0.92.24...v0.92.25) (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.1](https://github.com/vincenthsh/fogg/compare/cdktf-fogg-helpers-v1.5.0...cdktf-fogg-helpers-v1.5.1) (2025-02-20)


### BugFixes

* missing registry-url for publish action ([#395](https://github.com/vincenthsh/fogg/issues/395)) ([2934f14](https://github.com/vincenthsh/fogg/commit/2934f148dada55750a54f5a4ba5b6c38ea90fc30))

## [1.5.0](https://github.com/vincenthsh/fogg/compare/cdktf-fogg-helpers-v1.4.1...cdktf-fogg-helpers-v1.5.0) (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.0",
"version": "1.5.1",
"description": "Fogg CDKTF Helpers.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 93a1aee

Please sign in to comment.