Skip to content

Commit

Permalink
Version Packages (#65)
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 Mar 29, 2022
1 parent fe28be5 commit 9fb5298
Show file tree
Hide file tree
Showing 13 changed files with 46 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-laws-judge.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/heavy-laws-judges.md

This file was deleted.

7 changes: 7 additions & 0 deletions docs/demos/notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# gboost-notifications-demo

## 0.0.8

### Patch Changes

- Updated dependencies [[`fe28be5`](https://github.com/awslabs/green-boost/commit/fe28be52ca951aeb3ef6aeea364af32237998f7b)]:
- gboost-ui@0.12.0

## 0.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions docs/demos/notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gboost-notifications-demo",
"private": true,
"version": "0.0.7",
"version": "0.0.8",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand All @@ -11,7 +11,7 @@
"@aws-amplify/ui-react": "^2.10.1",
"@fontsource/inter": "^4.5.5",
"aws-amplify": "^4.3.16",
"gboost-ui": "^0.11.0",
"gboost-ui": "^0.12.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"vite": "^2.8.6"
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.5.0

### Minor Changes

- [#64](https://github.com/awslabs/green-boost/pull/64) [`fe28be5`](https://github.com/awslabs/green-boost/commit/fe28be52ca951aeb3ef6aeea364af32237998f7b) Thanks [@bestickley](https://github.com/bestickley)! - - Add `mergeDeep` utility function

## 0.4.0

### Minor 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.4.0",
"version": "0.5.0",
"description": "Green Boost Common Library",
"type": "module",
"main": "./src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/gboost-infra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# gboost-infra

## 0.3.9

### Patch Changes

- Updated dependencies [[`fe28be5`](https://github.com/awslabs/green-boost/commit/fe28be52ca951aeb3ef6aeea364af32237998f7b)]:
- gboost-common@0.5.0

## 0.3.8

### Patch Changes
Expand Down
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.3.8",
"version": "0.3.9",
"description": "Green Boost Infrastructure Library of CDK Constructs",
"type": "module",
"main": "./src/index.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"cdk-nag": "^2.11.1",
"constructs": "^10.0.89",
"esbuild": "^0.14.27",
"gboost-common": "workspace:^0.4.0",
"gboost-common": "workspace:^0.5.0",
"joi": "^17.6.0"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/gboost-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# gboost-ui

## 0.12.0

### Minor Changes

- [#64](https://github.com/awslabs/green-boost/pull/64) [`fe28be5`](https://github.com/awslabs/green-boost/commit/fe28be52ca951aeb3ef6aeea364af32237998f7b) Thanks [@bestickley](https://github.com/bestickley)! - - Optional user prop for Layout
- Authenticator updates TOTP issuer with title by default

### Patch Changes

- Updated dependencies [[`fe28be5`](https://github.com/awslabs/green-boost/commit/fe28be52ca951aeb3ef6aeea364af32237998f7b)]:
- gboost-common@0.5.0

## 0.11.0

### Minor Changes
Expand Down
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.11.0",
"version": "0.12.0",
"description": "Green Boost UI Library of React Components",
"type": "module",
"main": "./src/index.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-dialog": "^0.1.7",
"@stitches/react": "^1.2.7",
"gboost-common": "workspace:^0.4.0",
"gboost-common": "workspace:^0.5.0",
"graphql": "^15.8.0",
"graphql-tag": "^2.12.6",
"react": "^17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/gboost/_templates/repo/create/infra/package.json.t
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ to: infra/package.json
"cdk-nag": "^2.11.1",
"constructs": "^10.0.89",
"esbuild": "^0.14.27",
"gboost-common": "^0.4.0",
"gboost-infra": "^0.3.8"
"gboost-common": "^0.5.0",
"gboost-infra": "^0.3.9"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.93",
Expand Down
4 changes: 2 additions & 2 deletions packages/gboost/_templates/repo/create/ui/package.json.t
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ to: ui/package.json
"@radix-ui/colors": "^0.1.8",
"@stitches/react": "^1.2.7",
"aws-amplify": "^4.3.16",
"gboost-common": "^0.4.0",
"gboost-ui": "^0.11.0",
"gboost-common": "^0.5.0",
"gboost-ui": "^0.12.0",
"graphql": "^15.8.0",
"graphql-tag": "^2.12.6",
"react": "^17.0.2",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9fb5298

Please sign in to comment.