Skip to content

Commit

Permalink
Version Packages (#248)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 11, 2023
1 parent 60a1944 commit 7cebfc1
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/gorgeous-steaks-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-falcons-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-dragons-obey.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/widgets-dynamo/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"cdk-nag": "^2.22.34",
"constructs": "^10.1.277",
"gboost-common": "^0.12.1",
"gboost-infra": "^0.16.1",
"gboost-infra": "^0.16.2",
"vite": "^4.1.4",
"vite-node": "^0.29.2"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/gboost-infra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# gboost-infra

## 0.16.2

### Patch Changes

- [#247](https://github.com/awslabs/green-boost/pull/247) [`60a1944`](https://github.com/awslabs/green-boost/commit/60a1944d836749ba6567229add6a24f4bbf2fe6c) Thanks [@bestickley](https://github.com/bestickley)! - Remove default NODE_OPTION "--enable-source-maps" for lambda functions due to potential performance issues

## 0.16.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gboost-infra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gboost-infra",
"version": "0.16.1",
"version": "0.16.2",
"description": "Green Boost Infrastructure Library of CDK Constructs",
"type": "module",
"main": "./src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/gboost/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# gboost

## 0.20.2

### Patch Changes

- [#247](https://github.com/awslabs/green-boost/pull/247) [`60a1944`](https://github.com/awslabs/green-boost/commit/60a1944d836749ba6567229add6a24f4bbf2fe6c) Thanks [@bestickley](https://github.com/bestickley)! - Add SQL compatible identifiers based on app id in templates

- [#247](https://github.com/awslabs/green-boost/pull/247) [`60a1944`](https://github.com/awslabs/green-boost/commit/60a1944d836749ba6567229add6a24f4bbf2fe6c) Thanks [@bestickley](https://github.com/bestickley)! - Fix code formatting in templates

## 0.20.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gboost/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gboost",
"version": "0.20.1",
"version": "0.20.2",
"description": "Green Boost Command Line Interface",
"bin": {
"gboost": "src/index.ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/gboost/templates/crud-core/infra/package.json.t
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"cdk-nextjs-standalone": "^4.0.0-beta.1",
"constructs": "^10.2.69",
"gboost-common": "^0.12.1",
"gboost-infra": "^0.16.1"
"gboost-infra": "^0.16.2"
},
"devDependencies": {
"@types/node": "^18.15.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/gboost/templates/minimal/infra/package.json.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"cdk-nextjs-standalone": "4.0.0-beta.1",
"constructs": "^10.2.69",
"gboost-common": "^0.12.1",
"gboost-infra": "^0.16.1"
"gboost-infra": "^0.16.2"
},
"devDependencies": {
"@types/node": "^18.16.19",
Expand Down

0 comments on commit 7cebfc1

Please sign in to comment.