Skip to content

Commit

Permalink
Release v0.0.36 (#1581)
Browse files Browse the repository at this point in the history
  • Loading branch information
bytasv authored Jan 18, 2023
1 parent 2ed9284 commit 07e6c20
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 9 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 0.0.36

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

_Jan 18, 2023_

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

Added Tabs component and new canvas bridge implementation, fixed DatePicker localization, binding to objects, link redirection. Improved code around js evaluation.

- &#8203;<!-- 9 -->Fix DatePicker localization issues (#1575) @Janpot
- &#8203;<!-- 8 -->Avoid resubscribing in useSyncExternalStore on every render (#1554) @Janpot
- &#8203;<!-- 7 -->Rename Tabs main prop (#1568) @bytasv
- &#8203;<!-- 6 -->Add tabs and container components (#1549) @bytasv
- &#8203;<!-- 5 -->Reorganize js evaluation across project (#1548) @Janpot
- &#8203;<!-- 4 -->New canvas bridge implementation (#1550) @Janpot
- &#8203;<!-- 3 -->Fix binding to objects with more than one property (#1542) @Janpot
- &#8203;<!-- 2 -->[core] Add missing need triage label on RFC @oliviertassinari
- &#8203;<!-- 1 -->[docs] Fix link redirection @oliviertassinari

All contributors of this release in alphabetical order: @bytasv, @Janpot, @oliviertassinari

## 0.0.35

<!-- generated comparing v0.0.34..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.35",
"version": "0.0.36",
"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.35",
"version": "0.0.36",
"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.35",
"version": "0.0.36",
"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.35",
"version": "0.0.36",
"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.116",
"@mui/material": "^5.11.5",
"@mui/system": "^5.11.5",
"@mui/toolpad-components": "^0.0.35",
"@mui/toolpad-core": "^0.0.35",
"@mui/toolpad-components": "^0.0.36",
"@mui/toolpad-core": "^0.0.36",
"@mui/types": "^7.2.3",
"@mui/utils": "^5.11.2",
"@mui/x-data-grid-generator": "^5.17.19",
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.35",
"version": "0.0.36",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@mui/material": "^5.11.5",
"@mui/toolpad-core": "^0.0.35",
"@mui/toolpad-core": "^0.0.36",
"@mui/x-data-grid-pro": "^5.17.19",
"@mui/x-date-pickers": "^5.0.14",
"dayjs": "^1.11.7",
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.35",
"version": "0.0.36",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down

0 comments on commit 07e6c20

Please sign in to comment.