Skip to content

Commit

Permalink
v0.0.9 (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Jul 14, 2022
1 parent a8d2cfc commit b6c17d9
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 9 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## v0.0.9

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

_Jul 14, 2022_

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

Refine the drag & drop UX, optimize usage of `googleapis`, add new serverless function datasource.

- &#8203;<!-- 16 -->Move the toolpad app out of the components folder (#657) @Janpot
- &#8203;<!-- 15 -->Support serverless Function datasource (#641) @Janpot
- &#8203;<!-- 14 -->Move control of spacing into the datasource QueryEditor (#656) @Janpot
- &#8203;<!-- 13 -->Rework query editor layout (#655) @Janpot
- &#8203;<!-- 12 -->Update usePrivateQuery options to follow useQuery options (#654) @Janpot
- &#8203;<!-- 11 -->Fix Overlay sizing (#543) @Janpot
- &#8203;<!-- 10 -->Make sure Monaco resizes with its container (#653) @Janpot
- &#8203;<!-- 09 -->Fix sizing inside columns (#650) @apedroferreira
- &#8203;<!-- 08 -->Preview query button (#647) @bharatkashyap
- &#8203;<!-- 07 -->Extract canvas logic in top level layout (#644) @Janpot
- &#8203;<!-- 06 -->Replace `googleapis` with individual pacakges (#648) @bharatkashyap
- &#8203;<!-- 05 -->Avoid crash when a query is edited for a non-existing datasource (#640) @Janpot
- &#8203;<!-- 04 -->Fix the list in setup docs (#643) @Janpot
- &#8203;<!-- 03 -->Remove MonacoEditor path property (#639) @Janpot
- &#8203;<!-- 02 -->Bag of tweaks (#637) @Janpot
- &#8203;<!-- 01 -->Fixes and remove unneeded stylings in recent visual editor update (#638) @apedroferreira

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

## v0.0.8

<!-- generated comparing v0.0.7..master -->
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "docs",
"version": "0.0.8",
"version": "0.0.9",
"private": true
}
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.8",
"version": "0.0.9",
"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.8",
"version": "0.0.9",
"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.8",
"version": "0.0.9",
"license": "MIT",
"scripts": {
"build": "yarn prisma generate && concurrently \"yarn:build:*\" && rimraf ./.next/cache",
Expand Down Expand Up @@ -38,8 +38,8 @@
"@mui/lab": "^5.0.0-alpha.88",
"@mui/material": "^5.8.6",
"@mui/system": "^5.8.6",
"@mui/toolpad-components": "^0.0.8",
"@mui/toolpad-core": "^0.0.8",
"@mui/toolpad-components": "^0.0.9",
"@mui/toolpad-core": "^0.0.9",
"@mui/x-data-grid-pro": "^5.12.3",
"@prisma/client": "^4.0.0",
"@swc/wasm": "^1.2.208",
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.8",
"version": "0.0.9",
"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.8.6",
"@mui/toolpad-core": "^0.0.8",
"@mui/toolpad-core": "^0.0.9",
"@mui/x-data-grid-pro": "^5.12.3"
},
"devDependencies": {
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.8",
"version": "0.0.9",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down

0 comments on commit b6c17d9

Please sign in to comment.