Skip to content

Commit

Permalink
Version Packages (#261)
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] committed Nov 17, 2023
1 parent 4680cc1 commit 9c5dac2
Show file tree
Hide file tree
Showing 20 changed files with 75 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-flowers-exist.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/quiet-planets-tap.md

This file was deleted.

8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# gboost-docs

## 0.1.1

### Patch Changes

- Updated dependencies [[`4680cc1`](https://github.com/awslabs/green-boost/commit/4680cc1e2290e5838f4b613980b48591683dbe99)]:
- gboost-ui@0.36.0
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gboost-docs",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions examples/widgets-dynamo/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"cdk-monitoring-constructs": "^2.6.4",
"cdk-nag": "^2.22.34",
"constructs": "^10.1.277",
"gboost-common": "^0.12.1",
"gboost-infra": "^0.16.2",
"gboost-common": "^0.13.0",
"gboost-infra": "^0.17.0",
"vite": "^4.1.4",
"vite-node": "^0.29.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/widgets-dynamo/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@trpc/react-query": "^10.16.0",
"@vanilla-extract/css": "^1.10.0",
"clsx": "^1.2.1",
"gboost-ui": "^0.35.2",
"gboost-ui": "^0.36.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/gboost-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# gboost-common

## 0.13.0

### Minor Changes

- [#260](https://github.com/awslabs/green-boost/pull/260) [`4680cc1`](https://github.com/awslabs/green-boost/commit/4680cc1e2290e5838f4b613980b48591683dbe99) Thanks [@bestickley](https://github.com/bestickley)! - Update Dependencies

## 0.12.1

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

## 0.17.0

### Minor Changes

- [#260](https://github.com/awslabs/green-boost/pull/260) [`4680cc1`](https://github.com/awslabs/green-boost/commit/4680cc1e2290e5838f4b613980b48591683dbe99) Thanks [@bestickley](https://github.com/bestickley)! - Update Function construct to Node.js 20

- [#260](https://github.com/awslabs/green-boost/pull/260) [`4680cc1`](https://github.com/awslabs/green-boost/commit/4680cc1e2290e5838f4b613980b48591683dbe99) Thanks [@bestickley](https://github.com/bestickley)! - Update Dependencies

### Patch Changes

- Updated dependencies [[`4680cc1`](https://github.com/awslabs/green-boost/commit/4680cc1e2290e5838f4b613980b48591683dbe99)]:
- gboost-common@0.13.0

## 0.16.2

### 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.2",
"version": "0.17.0",
"description": "Green Boost Infrastructure Library of CDK Constructs",
"type": "module",
"main": "./src/index.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/gboost-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# gboost-node

## 0.4.0

### Minor Changes

- [#260](https://github.com/awslabs/green-boost/pull/260) [`4680cc1`](https://github.com/awslabs/green-boost/commit/4680cc1e2290e5838f4b613980b48591683dbe99) Thanks [@bestickley](https://github.com/bestickley)! - Update Dependencies

### Patch Changes

- Updated dependencies [[`4680cc1`](https://github.com/awslabs/green-boost/commit/4680cc1e2290e5838f4b613980b48591683dbe99)]:
- gboost-common@0.13.0

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gboost-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gboost-node",
"version": "0.3.1",
"version": "0.4.0",
"description": "Green Boost UI Library of Node.js Functions",
"type": "module",
"exports": "./src/index.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/gboost-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# gboost-ui

## 0.36.0

### Minor Changes

- [#260](https://github.com/awslabs/green-boost/pull/260) [`4680cc1`](https://github.com/awslabs/green-boost/commit/4680cc1e2290e5838f4b613980b48591683dbe99) Thanks [@bestickley](https://github.com/bestickley)! - Update Dependencies

### Patch Changes

- Updated dependencies [[`4680cc1`](https://github.com/awslabs/green-boost/commit/4680cc1e2290e5838f4b613980b48591683dbe99)]:
- gboost-common@0.13.0

## 0.35.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gboost-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gboost-ui",
"version": "0.35.2",
"version": "0.36.0",
"description": "Green Boost UI Library of React Components",
"type": "module",
"main": "./src/index.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/gboost/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# gboost

## 0.22.0

### Minor Changes

- [#260](https://github.com/awslabs/green-boost/pull/260) [`4680cc1`](https://github.com/awslabs/green-boost/commit/4680cc1e2290e5838f4b613980b48591683dbe99) Thanks [@bestickley](https://github.com/bestickley)! - Update Dependencies

### Patch Changes

- Updated dependencies [[`4680cc1`](https://github.com/awslabs/green-boost/commit/4680cc1e2290e5838f4b613980b48591683dbe99)]:
- gboost-common@0.13.0

## 0.21.0

### Minor 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.21.0",
"version": "0.22.0",
"description": "Green Boost Command Line Interface",
"bin": {
"gboost": "src/index.ts"
Expand Down
4 changes: 2 additions & 2 deletions packages/gboost/templates/crud-core/infra/package.json.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"cdk-nag": "^2.27.193",
"cdk-nextjs-standalone": "^4.0.0-beta.12",
"constructs": "^10.3.0",
"gboost-common": "^0.12.1",
"gboost-infra": "^0.16.2"
"gboost-common": "^0.13.0",
"gboost-infra": "^0.17.0"
},
"devDependencies": {
"@types/node": "^20.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gboost/templates/crud-core/ui/package.json.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@mui/lab": "5.0.0-alpha.153",
"@mui/material": "^5.14.18",
"@mui/x-data-grid": "^6.18.1",
"gboost-ui": "^0.35.2",
"gboost-ui": "^0.36.0",
"next": "14.0.3",
"open-next": "^2.3.2",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/gboost/templates/minimal/infra/package.json.t
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"cdk-nag": "^2.27.193",
"cdk-nextjs-standalone": "4.0.0-beta.12",
"constructs": "^10.3.0",
"gboost-common": "^0.12.1",
"gboost-infra": "^0.16.2"
"gboost-common": "^0.13.0",
"gboost-infra": "^0.17.0"
},
"devDependencies": {
"@types/node": "^20.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gboost/templates/minimal/ui/package.json.t
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.18",
"@mui/material": "^5.14.18",
"gboost-ui": "^0.35.2",
"gboost-ui": "^0.36.0",
"next": "14.0.3",
"open-next": "^2.3.2",
"react": "^18.2.0",
Expand Down

0 comments on commit 9c5dac2

Please sign in to comment.