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 #265

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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/neat-waves-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-flies-smell.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

- [#259](https://github.com/awslabs/green-boost/pull/259) [`29387e2`](https://github.com/awslabs/green-boost/commit/29387e297c9b9e8737fc521a945f4bec9ad2d014) Thanks [@leodDEV](https://github.com/leodDEV)! - infra: cdk destroy command correction

## 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