Skip to content

Commit

Permalink
Merge branch 'main' of github.com:awslabs/green-boost
Browse files Browse the repository at this point in the history
  • Loading branch information
bestickley committed Feb 15, 2022
2 parents c64a94a + 8488bf4 commit f0120d7
Show file tree
Hide file tree
Showing 13 changed files with 57 additions and 32 deletions.
7 changes: 0 additions & 7 deletions .changeset/long-olives-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-olives-campa.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-olives-campb.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-olives-campc.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"aws-cdk-lib": "^2.10.0",
"clsx": "^1.1.1",
"constructs": "^10.0.51",
"gboost-infra": "workspace:^0.1.0",
"gboost-infra": "workspace:^0.2.0",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/gboost-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# gboost-common

## 0.2.0
### Minor Changes



- [`c7c6992`](https://github.com/awslabs/green-boost/commit/c7c6992f31611d46db7e4115d34ee1219b6401ea) Thanks [@bestickley](https://github.com/bestickley)! - Initial release
10 changes: 7 additions & 3 deletions packages/gboost-common/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "gboost-common",
"version": "0.1.0",
"version": "0.2.0",
"description": "Green Boost Common Library",
"type": "module",
"exports": {
"./*": "./src/*.js"
},
"typesVersions": {
"*": {
"*": ["src/*"]
"*": [
"src/*"
]
}
},
"publishConfig": {
Expand All @@ -17,7 +19,9 @@
},
"typesVersions": {
"*": {
"*": ["lib/*"]
"*": [
"lib/*"
]
}
}
},
Expand Down
14 changes: 14 additions & 0 deletions packages/gboost-infra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# gboost-infra

## 0.2.0
### Minor Changes



- [`c7c6992`](https://github.com/awslabs/green-boost/commit/c7c6992f31611d46db7e4115d34ee1219b6401ea) Thanks [@bestickley](https://github.com/bestickley)! - Initial release


### Patch Changes

- Updated dependencies [[`c7c6992`](https://github.com/awslabs/green-boost/commit/c7c6992f31611d46db7e4115d34ee1219b6401ea)]:
- [email protected]
4 changes: 2 additions & 2 deletions packages/gboost-infra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gboost-infra",
"version": "0.1.0",
"version": "0.2.0",
"description": "Green Boost Infrastructure Library of CDK Constructs",
"type": "module",
"exports": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"cdk-nag": "^2.4.43",
"constructs": "^10.0.51",
"esbuild": "^0.14.16",
"gboost-common": "workspace:^0.1.0",
"gboost-common": "workspace:^0.2.0",
"joi": "^17.6.0"
},
"devDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/gboost-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# gboost-ui

## 0.2.0
### Minor Changes



- [`c7c6992`](https://github.com/awslabs/green-boost/commit/c7c6992f31611d46db7e4115d34ee1219b6401ea) Thanks [@bestickley](https://github.com/bestickley)! - Initial release


### Patch Changes

- Updated dependencies [[`c7c6992`](https://github.com/awslabs/green-boost/commit/c7c6992f31611d46db7e4115d34ee1219b6401ea)]:
- [email protected]
4 changes: 2 additions & 2 deletions packages/gboost-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gboost-ui",
"version": "0.1.0",
"version": "0.2.0",
"description": "Green Boost UI Library of React Components",
"type": "module",
"exports": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"@radix-ui/colors": "^0.1.8",
"@stitches/react": "^1.2.6",
"aws-amplify": "^4.3.14",
"gboost-common": "workspace:^0.1.0",
"gboost-common": "workspace:^0.2.0",
"graphql": "^15.8.0",
"graphql-tag": "^2.12.6",
"react": "^17.0.2",
Expand Down
9 changes: 8 additions & 1 deletion packages/gboost/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# gboost

## 0.2.0
## 0.3.0

### Minor Changes

- [`c7c6992`](https://github.com/awslabs/green-boost/commit/c7c6992f31611d46db7e4115d34ee1219b6401ea) Thanks [@bestickley](https://github.com/bestickley)! - - Change top level back-end folder to infra
- Change top level front-end folder to ui
- Update to new package names: gboost-common, gboost-infra, gboost-ui

## 0.2.0

### Minor Changes

- [`9f9fce8`](https://github.com/awslabs/green-boost/commit/9f9fce83a3e8c75df52af3c3a58c3b0993b84a1d) Thanks [@bestickley](https://github.com/bestickley)! - initial release
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.2.0",
"version": "0.3.0",
"description": "Green Boost Command Line Interface",
"bin": {
"gboost": "lib/index.js"
Expand Down

0 comments on commit f0120d7

Please sign in to comment.