From 848c35bc16e2ea43e8eaf1f0749e218d562b2743 Mon Sep 17 00:00:00 2001 From: vincenthsh <111712068+vincenthsh@users.noreply.github.com> Date: Thu, 20 Feb 2025 09:35:04 +0700 Subject: [PATCH] chore: release feat-multi-module-components (#392) --- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 12 ++++++++++++ packages/cdktf-fogg-constructs/CHANGELOG.md | 7 +++++++ packages/cdktf-fogg-constructs/package.json | 2 +- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ba0a97049..5d8d11526 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.92.24", - "packages/cdktf-fogg-constructs": "1.4.1" + ".": "0.92.25", + "packages/cdktf-fogg-constructs": "1.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fa6341a3..c7771c6f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.92.25](https://github.com/vincenthsh/fogg/compare/v0.92.24...v0.92.25) (2025-02-20) + + +### Features + +* Use NPMJS instead of GH Pkg npm registry ([#393](https://github.com/vincenthsh/fogg/issues/393)) ([5d546ad](https://github.com/vincenthsh/fogg/commit/5d546ad5e685660a98f846425cd26ddf5417c540)) + + +### Misc + +* bump github.com/spf13/cobra in the gomod group ([#391](https://github.com/vincenthsh/fogg/issues/391)) ([763ac7e](https://github.com/vincenthsh/fogg/commit/763ac7e91389de0c0a514601731ec74207189225)) + ## [0.92.24](https://github.com/vincenthsh/fogg/compare/v0.92.23...v0.92.24) (2025-02-15) diff --git a/packages/cdktf-fogg-constructs/CHANGELOG.md b/packages/cdktf-fogg-constructs/CHANGELOG.md index 2fffa78bb..556fe2f57 100644 --- a/packages/cdktf-fogg-constructs/CHANGELOG.md +++ b/packages/cdktf-fogg-constructs/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/vincenthsh/fogg/compare/cdktf-fogg-helpers-v1.4.1...cdktf-fogg-helpers-v1.5.0) (2025-02-20) + + +### Features + +* Use NPMJS instead of GH Pkg npm registry ([#393](https://github.com/vincenthsh/fogg/issues/393)) ([5d546ad](https://github.com/vincenthsh/fogg/commit/5d546ad5e685660a98f846425cd26ddf5417c540)) + ## [1.4.1](https://github.com/vincenthsh/fogg/compare/cdktf-fogg-helpers-v1.4.0...cdktf-fogg-helpers-v1.4.1) (2025-02-15) diff --git a/packages/cdktf-fogg-constructs/package.json b/packages/cdktf-fogg-constructs/package.json index 9d2dccebb..b0cf3b202 100644 --- a/packages/cdktf-fogg-constructs/package.json +++ b/packages/cdktf-fogg-constructs/package.json @@ -1,6 +1,6 @@ { "name": "@vincenthsh/cdktf-fogg-helpers", - "version": "1.4.1", + "version": "1.5.0", "description": "Fogg CDKTF Helpers.", "main": "dist/index.js", "types": "dist/index.d.ts",