From 3af19c7c06c3d9f0fe3e1fa17a7a9cc57133c9e9 Mon Sep 17 00:00:00 2001 From: "Saad A. Bazaz" Date: Sun, 4 Aug 2024 15:25:50 +0500 Subject: [PATCH] chore: update version --- apps/demo/CHANGELOG.md | 7 +++++++ apps/demo/package.json | 2 +- packages/ui/CHANGELOG.md | 6 ++++++ packages/ui/README.md | 8 ++++++-- packages/ui/package.json | 2 +- 5 files changed, 21 insertions(+), 4 deletions(-) diff --git a/apps/demo/CHANGELOG.md b/apps/demo/CHANGELOG.md index c794818..570daaa 100644 --- a/apps/demo/CHANGELOG.md +++ b/apps/demo/CHANGELOG.md @@ -1,5 +1,12 @@ # index +## 0.1.12 + +### Patch Changes + +- Updated dependencies + - material-web-components-react@0.3.7 + ## 0.1.11 ### Patch Changes diff --git a/apps/demo/package.json b/apps/demo/package.json index 9c16ffd..6702e03 100644 --- a/apps/demo/package.json +++ b/apps/demo/package.json @@ -1,6 +1,6 @@ { "name": "index", - "version": "0.1.11", + "version": "0.1.12", "private": true, "packageManager": "pnpm@9.1.0", "scripts": { diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index cdc0068..f7b6bbc 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -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 diff --git a/packages/ui/README.md b/packages/ui/README.md index f97f05a..4b449f0 100644 --- a/packages/ui/README.md +++ b/packages/ui/README.md @@ -47,8 +47,8 @@ We're looking for maintainers and contributors! - [x] Stack - [x] Box - [x] Navigation Rail - - [ ] Container - - [ ] Typography + - [x] Container + - [x] Typography ### Credits @@ -56,6 +56,10 @@ Huge shout out to Elizabeth Mitchell ([asyncLiz](https://github.com/asyncliz/)) 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) diff --git a/packages/ui/package.json b/packages/ui/package.json index 4e75d1c..77d6e5f 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "material-web-components-react", - "version": "0.3.6", + "version": "0.3.7", "author": "Grayhat Team", "keywords": [ "react",