Skip to content

Commit

Permalink
Version Packages (#212)
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 May 1, 2023
1 parent 6fe29ac commit 4b39e7c
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-cups-unite.md

This file was deleted.

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.34.0",
"gboost-ui": "^0.34.1",
"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-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# gboost-ui

## 0.34.1

### Patch Changes

- [#211](https://github.com/awslabs/green-boost/pull/211) [`6fe29ac`](https://github.com/awslabs/green-boost/commit/6fe29acf8ffbf703d6cc9b66f6f16097392d8f44) Thanks [@bestickley](https://github.com/bestickley)! - Fix `LayoutGrid` so that it does not require `leftAsideArea`

## 0.34.0

### Minor 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.34.0",
"version": "0.34.1",
"description": "Green Boost UI Library of React Components",
"type": "module",
"main": "./src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/gboost/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# gboost

## 0.18.0

### Minor Changes

- Update dependencies

## 0.17.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.17.0",
"version": "0.18.0",
"description": "Green Boost Command Line Interface",
"bin": {
"gboost": "src/index.ts"
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 @@ -22,7 +22,7 @@
"@trpc/react-query": "^10.18.0",
"@vanilla-extract/css": "^1.11.0",
"clsx": "^1.2.1",
"gboost-ui": "^0.34.0",
"gboost-ui": "^0.34.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
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 @@ -18,7 +18,7 @@
"@stitches/react": "^1.2.8",
"@tanstack/react-query": "^4.28.0",
"@vanilla-extract/css": "^1.11.0",
"gboost-ui": "^0.34.0",
"gboost-ui": "^0.34.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit 4b39e7c

Please sign in to comment.