Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
SaadBazaz committed Aug 4, 2024
1 parent 402c7fc commit 3af19c7
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
7 changes: 7 additions & 0 deletions apps/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# index

## 0.1.12

### Patch Changes

- Updated dependencies
- material-web-components-react@0.3.7

## 0.1.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "index",
"version": "0.1.11",
"version": "0.1.12",
"private": true,
"packageManager": "pnpm@9.1.0",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# material-web-react

## 0.3.7

### Patch Changes

- Add two new components for MUI junkies; Container and Typography

## 0.3.6

### Patch Changes
Expand Down
8 changes: 6 additions & 2 deletions packages/ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,19 @@ We're looking for maintainers and contributors!
- [x] Stack
- [x] Box
- [x] Navigation Rail
- [ ] Container
- [ ] Typography
- [x] Container
- [x] Typography

### Credits

Huge shout out to Elizabeth Mitchell ([asyncLiz](https://github.com/asyncliz/)) and the rest of the Material Design team for their awesome Web Components implementation.

Thank you [Travis Reeder](https://github.com/treeder) for your Web Component implementation of Navigation Rail. I had to copy it to this project. I couldn't use yours directly because it would import `@material/web` again and bring conflicts.

Thanks for making the crappy, brain-dead wrapper components:

- [ChatGPT](https://chatgpt.com/share/574a9601-8927-4992-884e-16c58f24a982)

Thanks for improving the demo:

- [TalhaHere12](https://github.com/TalhaHere12)
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "material-web-components-react",
"version": "0.3.6",
"version": "0.3.7",
"author": "Grayhat Team",
"keywords": [
"react",
Expand Down

0 comments on commit 3af19c7

Please sign in to comment.