Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 20, 2024
1 parent d3319d5 commit 71f892e
Show file tree
Hide file tree
Showing 11 changed files with 5,795 additions and 7,369 deletions.
5 changes: 0 additions & 5 deletions .changeset/neat-waves-impress.md

This file was deleted.

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

## 0.1.2

### Patch Changes

- Updated dependencies [[`d3319d5`](https://github.com/awslabs/green-boost/commit/d3319d5ab4c8a645363987dc23024caffc22fe81)]:
- gboost-ui@0.37.0

## 0.1.1

### Patch Changes
Expand Down
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.1",
"version": "0.1.2",
"private": true,
"type": "module",
"scripts": {
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.36.0",
"gboost-ui": "^0.37.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-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# gboost-ui

## 0.37.0

### Minor Changes

- [#232](https://github.com/awslabs/green-boost/pull/232) [`d3319d5`](https://github.com/awslabs/green-boost/commit/d3319d5ab4c8a645363987dc23024caffc22fe81) Thanks [@bestickley](https://github.com/bestickley)! - Remove deprecated exports from `gboost-ui`. This release migrates from Amplify UI and Vite to Material UI and Next.js. See discussions: [Frontend Tooling / Framework](https://github.com/awslabs/green-boost/discussions/214) and [Switch UI Component Library](https://github.com/awslabs/green-boost/discussions/213) for more details. For users currently on `gboost-ui`, we understand this is a very large change, but we believe these new technologies will enable Green Boost developers to build faster with React. All UI components have equivalents within Material UI that we recommend you upgrade to. If you cannot upgrade to Material UI, we recommend you extract the last `gboost-ui` source code from [here](https://github.com/awslabs/green-boost/tree/320f3e00d0fde2d86b570408648de260a5a3e2fd) and use it in your application.

## 0.36.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.36.0",
"version": "0.37.0",
"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.22.1

### Patch Changes

- Update dependencies

## 0.22.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.22.0",
"version": "0.22.1",
"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 @@ -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.36.0",
"gboost-ui": "^0.37.0",
"next": "14.0.3",
"open-next": "^2.3.2",
"react": "^18.2.0",
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.36.0",
"gboost-ui": "^0.37.0",
"next": "14.0.3",
"open-next": "^2.3.2",
"react": "^18.2.0",
Expand Down
Loading

0 comments on commit 71f892e

Please sign in to comment.