Skip to content

Commit

Permalink
v0.0.31 (#1450)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap authored Dec 14, 2022
1 parent 3f7b9eb commit eb317c8
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 9 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## 0.0.31

<!-- generated comparing v0.0.30..master -->

_Dec 14, 2022_

A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:

Add a new Text component that subsumes Typography and Link, and allows support for Markdown. Allow support for dynamic templates, and fix a bug around the default value of components.

- &#8203;<!-- 11 -->Add Text component to merge Typography, Markdown, Link (#1298) @bharatkashyap
- &#8203;<!-- 10 -->Document and cleanup of utility functions (#1442) @Janpot
- &#8203;<!-- 09 -->Revert react-router-dom to 6.3 (#1444) @Janpot
- &#8203;<!-- 08 -->Update README.md @prakhargupta1
- &#8203;<!-- 07 -->Fix yarnlock (#1443) @bytasv
- &#8203;<!-- 06 -->Add roadmap to the docs (#1424) @bytasv
- &#8203;<!-- 05 -->Landing page tweaks (#1433) @bharatkashyap
- &#8203;<!-- 04 -->Fix controlled value reset when default value changes (#1434) @bytasv
- &#8203;<!-- 03 -->Add integration test for default template (#1429) @bharatkashyap
- &#8203;<!-- 02 -->Support dynamic app templates (#1430) @apedroferreira
- &#8203;<!-- 01 -->Fix changelog @Janpot

All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @bytasv, @Janpot, @prakhargupta1

✨ Done in 1.75s.

## 0.0.30

<!-- generated comparing v0.0.29..master -->
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": "docs",
"version": "0.0.30",
"version": "0.0.31",
"private": true,
"author": "MUI Toolpad",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.30",
"version": "0.0.31",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/eslint-plugin-material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-material-ui",
"version": "0.0.30",
"version": "0.0.31",
"private": true,
"description": "Custom eslint rules for MUI.",
"main": "src/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/toolpad-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/toolpad-app",
"version": "0.0.30",
"version": "0.0.31",
"license": "MIT",
"scripts": {
"build": "yarn prisma generate && concurrently \"yarn:build:*\" && rimraf ./.next/cache",
Expand Down Expand Up @@ -42,8 +42,8 @@
"@mui/lab": "^5.0.0-alpha.112",
"@mui/material": "^5.11.0",
"@mui/system": "^5.11.0",
"@mui/toolpad-components": "^0.0.30",
"@mui/toolpad-core": "^0.0.30",
"@mui/toolpad-components": "^0.0.31",
"@mui/toolpad-core": "^0.0.31",
"@mui/types": "^7.2.3",
"@mui/utils": "^5.11.0",
"@mui/x-data-grid-generator": "^5.17.15",
Expand Down
4 changes: 2 additions & 2 deletions packages/toolpad-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/toolpad-components",
"version": "0.0.30",
"version": "0.0.31",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@mui/material": "^5.11.0",
"@mui/toolpad-core": "^0.0.30",
"@mui/toolpad-core": "^0.0.31",
"@mui/x-data-grid-pro": "^5.17.15",
"react-markdown": "^8.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/toolpad-core",
"version": "0.0.30",
"version": "0.0.31",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down

0 comments on commit eb317c8

Please sign in to comment.