Skip to content

Commit 3af19c7

Browse files
committed
chore: update version
1 parent 402c7fc commit 3af19c7

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

apps/demo/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# index
22

3+
## 0.1.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
9+
310
## 0.1.11
411

512
### Patch Changes

apps/demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "index",
3-
"version": "0.1.11",
3+
"version": "0.1.12",
44
"private": true,
55
"packageManager": "[email protected]",
66
"scripts": {

packages/ui/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# material-web-react
22

3+
## 0.3.7
4+
5+
### Patch Changes
6+
7+
- Add two new components for MUI junkies; Container and Typography
8+
39
## 0.3.6
410

511
### Patch Changes

packages/ui/README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,19 @@ We're looking for maintainers and contributors!
4747
- [x] Stack
4848
- [x] Box
4949
- [x] Navigation Rail
50-
- [ ] Container
51-
- [ ] Typography
50+
- [x] Container
51+
- [x] Typography
5252

5353
### Credits
5454

5555
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.
5656

5757
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.
5858

59+
Thanks for making the crappy, brain-dead wrapper components:
60+
61+
- [ChatGPT](https://chatgpt.com/share/574a9601-8927-4992-884e-16c58f24a982)
62+
5963
Thanks for improving the demo:
6064

6165
- [TalhaHere12](https://github.com/TalhaHere12)

packages/ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "material-web-components-react",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"author": "Grayhat Team",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)