Skip to content

Commit

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

## [0.92.23](https://github.com/vincenthsh/fogg/compare/v0.92.22...v0.92.23) (2025-02-14)


### Features

* Fogg CDKTF Remote State helpers ([#388](https://github.com/vincenthsh/fogg/issues/388)) ([0efefd1](https://github.com/vincenthsh/fogg/commit/0efefd1be0b9a6b5b7d316eabe5d7f93d5f601d5))


### Misc

* bump golang.org/x/text from 0.21.0 to 0.22.0 in the gomod group ([#386](https://github.com/vincenthsh/fogg/issues/386)) ([65ccb3b](https://github.com/vincenthsh/fogg/commit/65ccb3ba34aedecd33d0dd33ea4b6f5ff177f220))
* Update fogg-types ([#383](https://github.com/vincenthsh/fogg/issues/383)) ([830063a](https://github.com/vincenthsh/fogg/commit/830063a98c04fea88021c33f1bc2d884ba3b5983))

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


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

## [1.4.0](https://github.com/vincenthsh/fogg/compare/cdktf-fogg-helpers-v1.3.1...cdktf-fogg-helpers-v1.4.0) (2025-02-14)


### Features

* Fogg CDKTF Remote State helpers ([#388](https://github.com/vincenthsh/fogg/issues/388)) ([0efefd1](https://github.com/vincenthsh/fogg/commit/0efefd1be0b9a6b5b7d316eabe5d7f93d5f601d5))


### Misc

* Update fogg-types ([#383](https://github.com/vincenthsh/fogg/issues/383)) ([830063a](https://github.com/vincenthsh/fogg/commit/830063a98c04fea88021c33f1bc2d884ba3b5983))

## [1.3.1](https://github.com/vincenthsh/fogg/compare/cdktf-fogg-helpers-v1.3.0...cdktf-fogg-helpers-v1.3.1) (2025-02-05)


Expand Down
6 changes: 4 additions & 2 deletions packages/cdktf-fogg-constructs/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "@vincenthsh/cdktf-fogg-helpers",
"version": "1.3.1",
"version": "1.4.0",
"description": "Fogg CDKTF Helpers.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"files": ["dist/**"],
"files": [
"dist/**"
],
"scripts": {
"type-check": "tsc -p ./tsconfig.dev.json --noEmit",
"test": "vitest run --passWithNoTests --coverage",
Expand Down

0 comments on commit 1671c98

Please sign in to comment.