From 2e0c7be5b772efb22cffc1e29536ae8e04eada19 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 15 Feb 2022 14:35:17 +0000 Subject: [PATCH] Version Packages --- .changeset/nine-paws-greet.md | 5 ----- .changeset/warm-pots-search.md | 5 ----- docs/package.json | 2 +- packages/gboost-infra/CHANGELOG.md | 6 ++++++ packages/gboost-infra/package.json | 2 +- packages/gboost/CHANGELOG.md | 6 ++++++ packages/gboost/package.json | 2 +- pnpm-lock.yaml | 2 +- 8 files changed, 16 insertions(+), 14 deletions(-) delete mode 100644 .changeset/nine-paws-greet.md delete mode 100644 .changeset/warm-pots-search.md diff --git a/.changeset/nine-paws-greet.md b/.changeset/nine-paws-greet.md deleted file mode 100644 index 5a08c7dd..00000000 --- a/.changeset/nine-paws-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gboost-infra": patch ---- - -Add build script to include vtl, reference correct file ext for lambda entry points, correct gql api schema creation with user data source diff --git a/.changeset/warm-pots-search.md b/.changeset/warm-pots-search.md deleted file mode 100644 index 360376fb..00000000 --- a/.changeset/warm-pots-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gboost": patch ---- - -Fix typo in \_templates diff --git a/docs/package.json b/docs/package.json index b785298d..09cf9d12 100644 --- a/docs/package.json +++ b/docs/package.json @@ -23,7 +23,7 @@ "aws-cdk-lib": "^2.10.0", "clsx": "^1.1.1", "constructs": "^10.0.51", - "gboost-infra": "workspace:^0.2.1", + "gboost-infra": "workspace:^0.2.2", "prism-react-renderer": "^1.2.1", "react": "^17.0.2", "react-dom": "^17.0.2" diff --git a/packages/gboost-infra/CHANGELOG.md b/packages/gboost-infra/CHANGELOG.md index 12f41330..5efefd0a 100644 --- a/packages/gboost-infra/CHANGELOG.md +++ b/packages/gboost-infra/CHANGELOG.md @@ -1,5 +1,11 @@ # gboost-infra +## 0.2.2 + +### Patch Changes + +- [`1b3e580`](https://github.com/awslabs/green-boost/commit/1b3e5808533cc0a27b970a0ab01ba080d1efad12) Thanks [@bestickley](https://github.com/bestickley)! - Add build script to include vtl, reference correct file ext for lambda entry points, correct gql api schema creation with user data source + ## 0.2.1 ### Patch Changes diff --git a/packages/gboost-infra/package.json b/packages/gboost-infra/package.json index efe1a1e8..1bcbc28b 100644 --- a/packages/gboost-infra/package.json +++ b/packages/gboost-infra/package.json @@ -1,6 +1,6 @@ { "name": "gboost-infra", - "version": "0.2.1", + "version": "0.2.2", "description": "Green Boost Infrastructure Library of CDK Constructs", "type": "module", "exports": { diff --git a/packages/gboost/CHANGELOG.md b/packages/gboost/CHANGELOG.md index 5e0a0ee4..a36f2995 100644 --- a/packages/gboost/CHANGELOG.md +++ b/packages/gboost/CHANGELOG.md @@ -1,5 +1,11 @@ # gboost +## 0.3.2 + +### Patch Changes + +- [`1b3e580`](https://github.com/awslabs/green-boost/commit/1b3e5808533cc0a27b970a0ab01ba080d1efad12) Thanks [@bestickley](https://github.com/bestickley)! - Fix typo in \_templates + ## 0.3.1 ### Patch Changes diff --git a/packages/gboost/package.json b/packages/gboost/package.json index b8c11e1d..d02235e3 100644 --- a/packages/gboost/package.json +++ b/packages/gboost/package.json @@ -1,6 +1,6 @@ { "name": "gboost", - "version": "0.3.1", + "version": "0.3.2", "description": "Green Boost Command Line Interface", "bin": { "gboost": "lib/index.js" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 14dbba6f..67e51820 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -44,7 +44,7 @@ importers: eslint-define-config: ^1.2.3 eslint-plugin-jest: ^25.7.0 eslint-plugin-prettier: ^4.0.0 - gboost-infra: workspace:^0.2.1 + gboost-infra: workspace:^0.2.2 prettier: ^2.5.1 prism-react-renderer: ^1.2.1 react: ^17.0.2