From ffbd33a59250bb1edb7a86080b71d87814457b81 Mon Sep 17 00:00:00 2001 From: SWM GitHub Service Account Date: Mon, 10 Jun 2024 08:51:34 +0000 Subject: [PATCH] Version packages --- .changeset/happy-houses-allow.md | 5 ----- libs/pulumi/CHANGELOG.md | 6 ++++++ libs/pulumi/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/happy-houses-allow.md diff --git a/.changeset/happy-houses-allow.md b/.changeset/happy-houses-allow.md deleted file mode 100644 index 50e2df1..0000000 --- a/.changeset/happy-houses-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@wanews/nx-pulumi': minor ---- - -Hide undefinded log when the env vars are not defined diff --git a/libs/pulumi/CHANGELOG.md b/libs/pulumi/CHANGELOG.md index 0129a4c..6dad662 100644 --- a/libs/pulumi/CHANGELOG.md +++ b/libs/pulumi/CHANGELOG.md @@ -1,5 +1,11 @@ # @wanews/nx-pulumi +## 0.28.0 + +### Minor Changes + +- [#102](https://github.com/sevenwestmedia-labs/nx-plugins/pull/102) [`6f3b3b3`](https://github.com/sevenwestmedia-labs/nx-plugins/commit/6f3b3b3860f27184c45f88bbee3693bf79c2246a) Thanks [@catrielmuller](https://github.com/catrielmuller)! - Hide undefinded log when the env vars are not defined + ## 0.27.0 ### Minor Changes diff --git a/libs/pulumi/package.json b/libs/pulumi/package.json index 5328c45..28e7bf1 100644 --- a/libs/pulumi/package.json +++ b/libs/pulumi/package.json @@ -1,6 +1,6 @@ { "name": "@wanews/nx-pulumi", - "version": "0.27.0", + "version": "0.28.0", "license": "MIT", "repository": "https://github.com/sevenwestmedia-labs/nx-plugins", "author": "Seven West Media WA",