Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #22

Merged
merged 1 commit into from
Mar 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/mighty-panthers-clean.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/nasty-pianos-serve.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/rotten-kiwis-reply.md

This file was deleted.

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

## 0.0.1

### Patch Changes

- Updated dependencies [[`4a05c2f`](https://github.com/awslabs/green-boost/commit/4a05c2fb7934b0f7642607a74855d1752576314e), [`4a05c2f`](https://github.com/awslabs/green-boost/commit/4a05c2fb7934b0f7642607a74855d1752576314e), [`4a05c2f`](https://github.com/awslabs/green-boost/commit/4a05c2fb7934b0f7642607a74855d1752576314e)]:
- gboost-ui@0.5.0
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.0",
"version": "0.0.1",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"@aws-amplify/ui-react": "^2.8.0",
"@fontsource/inter": "^4.5.4",
"gboost-ui": "^0.4.0",
"gboost-ui": "^0.5.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"vite": "^2.8.6"
Expand Down
8 changes: 8 additions & 0 deletions packages/gboost-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# gboost-common

## 0.3.2

### Patch Changes

- [#21](https://github.com/awslabs/green-boost/pull/21) [`4a05c2f`](https://github.com/awslabs/green-boost/commit/4a05c2fb7934b0f7642607a74855d1752576314e) Thanks [@bestickley](https://github.com/bestickley)! - Improve package.json's

* [#21](https://github.com/awslabs/green-boost/pull/21) [`4a05c2f`](https://github.com/awslabs/green-boost/commit/4a05c2fb7934b0f7642607a74855d1752576314e) Thanks [@bestickley](https://github.com/bestickley)! - Update deps

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

## 0.3.6

### Patch Changes

- [#21](https://github.com/awslabs/green-boost/pull/21) [`4a05c2f`](https://github.com/awslabs/green-boost/commit/4a05c2fb7934b0f7642607a74855d1752576314e) Thanks [@bestickley](https://github.com/bestickley)! - Improve package.json's

* [#21](https://github.com/awslabs/green-boost/pull/21) [`4a05c2f`](https://github.com/awslabs/green-boost/commit/4a05c2fb7934b0f7642607a74855d1752576314e) Thanks [@bestickley](https://github.com/bestickley)! - Update deps

* Updated dependencies [[`4a05c2f`](https://github.com/awslabs/green-boost/commit/4a05c2fb7934b0f7642607a74855d1752576314e), [`4a05c2f`](https://github.com/awslabs/green-boost/commit/4a05c2fb7934b0f7642607a74855d1752576314e)]:
- gboost-common@0.3.2

## 0.3.5

### 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.5",
"version": "0.3.6",
"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.9.5",
"constructs": "^10.0.82",
"esbuild": "^0.14.25",
"gboost-common": "workspace:^0.3.1",
"gboost-common": "workspace:^0.3.2",
"joi": "^17.6.0"
},
"devDependencies": {
Expand Down
15 changes: 15 additions & 0 deletions packages/gboost-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# gboost-ui

## 0.5.0

### Minor Changes

- [#21](https://github.com/awslabs/green-boost/pull/21) [`4a05c2f`](https://github.com/awslabs/green-boost/commit/4a05c2fb7934b0f7642607a74855d1752576314e) Thanks [@bestickley](https://github.com/bestickley)! - Add QueryTable and Dialog components

### Patch Changes

- [#21](https://github.com/awslabs/green-boost/pull/21) [`4a05c2f`](https://github.com/awslabs/green-boost/commit/4a05c2fb7934b0f7642607a74855d1752576314e) Thanks [@bestickley](https://github.com/bestickley)! - Improve package.json's

* [#21](https://github.com/awslabs/green-boost/pull/21) [`4a05c2f`](https://github.com/awslabs/green-boost/commit/4a05c2fb7934b0f7642607a74855d1752576314e) Thanks [@bestickley](https://github.com/bestickley)! - Update deps

* Updated dependencies [[`4a05c2f`](https://github.com/awslabs/green-boost/commit/4a05c2fb7934b0f7642607a74855d1752576314e), [`4a05c2f`](https://github.com/awslabs/green-boost/commit/4a05c2fb7934b0f7642607a74855d1752576314e)]:
- gboost-common@0.3.2

## 0.4.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.4.0",
"version": "0.5.0",
"description": "Green Boost UI Library of React Components",
"type": "module",
"main": "./src/index.tsx",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@radix-ui/react-dialog": "^0.1.7",
"@stitches/react": "^1.2.7",
"aws-amplify": "^4.3.15",
"gboost-common": "workspace:^0.3.1",
"gboost-common": "workspace:^0.3.2",
"graphql": "^15.8.0",
"graphql-tag": "^2.12.6",
"react": "^17.0.2",
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.3.8

### Patch Changes

- [#21](https://github.com/awslabs/green-boost/pull/21) [`4a05c2f`](https://github.com/awslabs/green-boost/commit/4a05c2fb7934b0f7642607a74855d1752576314e) Thanks [@bestickley](https://github.com/bestickley)! - Improve package.json's

* [#21](https://github.com/awslabs/green-boost/pull/21) [`4a05c2f`](https://github.com/awslabs/green-boost/commit/4a05c2fb7934b0f7642607a74855d1752576314e) Thanks [@bestickley](https://github.com/bestickley)! - Update deps

## 0.3.7

### Patch Changes
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.5.2",
"constructs": "^10.0.63",
"esbuild": "^0.14.21",
"gboost-common": "^0.3.1",
"gboost-infra": "^0.3.5"
"gboost-common": "^0.3.2",
"gboost-infra": "^0.3.6"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.92",
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 @@ -28,8 +28,8 @@ to: ui/package.json
"@radix-ui/colors": "^0.1.8",
"@stitches/react": "^1.2.6",
"aws-amplify": "^4.3.14",
"gboost-common": "^0.3.1",
"gboost-ui": "^0.4.0",
"gboost-common": "^0.3.2",
"gboost-ui": "^0.5.0",
"graphql": "^15.8.0",
"graphql-tag": "^2.12.6",
"react": "^17.0.2",
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.3.7",
"version": "0.3.8",
"description": "Green Boost Command Line Interface",
"bin": {
"gboost": "lib/index.js"
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.