Skip to content

Commit

Permalink
Version Packages (#26)
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 10, 2022
1 parent 65e2e22 commit f73bbf3
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-mirrors-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-trains-train.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.2

### Patch Changes

- Updated dependencies [[`65e2e22`](https://github.com/awslabs/green-boost/commit/65e2e226a5581c30a3e62fbf9129ee21235a2226), [`1f982e9`](https://github.com/awslabs/green-boost/commit/1f982e9c777c8ebd71382226673d56037861262e)]:
- [email protected]

## 0.0.1

### 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.1",
"version": "0.0.2",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand All @@ -11,7 +11,7 @@
"@aws-amplify/ui-react": "^2.8.0",
"@fontsource/inter": "^4.5.4",
"aws-amplify": "^4.3.15",
"gboost-ui": "^0.5.0",
"gboost-ui": "^0.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"vite": "^2.8.6"
Expand Down
10 changes: 10 additions & 0 deletions packages/gboost-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# gboost-ui

## 0.6.0

### Minor Changes

- [`1f982e9`](https://github.com/awslabs/green-boost/commit/1f982e9c777c8ebd71382226673d56037861262e) Thanks [@bestickley](https://github.com/bestickley)! - Add init{PageSize,Density,FiltersSorts} props

### Patch Changes

- [`65e2e22`](https://github.com/awslabs/green-boost/commit/65e2e226a5581c30a3e62fbf9129ee21235a2226) Thanks [@bestickley](https://github.com/bestickley)! - Use tsconfig's jsx: "react-jsx" instead of "preserve"

## 0.5.2

### Patch 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.5.2",
"version": "0.6.0",
"description": "Green Boost UI Library of React Components",
"type": "module",
"main": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/gboost/_templates/repo/create/ui/package.json.t
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ to: ui/package.json
"@stitches/react": "^1.2.6",
"aws-amplify": "^4.3.14",
"gboost-common": "^0.3.3",
"gboost-ui": "^0.5.2",
"gboost-ui": "^0.6.0",
"graphql": "^15.8.0",
"graphql-tag": "^2.12.6",
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit f73bbf3

Please sign in to comment.