Skip to content

Commit

Permalink
Release v0.0.14 (#822)
Browse files Browse the repository at this point in the history
* Release v0.0.14

* Update CHANGELOG.md

Co-authored-by: Jan Potoms <[email protected]>
Signed-off-by: Vytautas Butkus <[email protected]>

* Update CHANGELOG.md

Co-authored-by: Jan Potoms <[email protected]>
Signed-off-by: Vytautas Butkus <[email protected]>

* Add escape char for changelog

Signed-off-by: Vytautas Butkus <[email protected]>
Co-authored-by: Jan Potoms <[email protected]>
  • Loading branch information
bytasv and Janpot authored Aug 18, 2022
1 parent b5d4fba commit 74aa87c
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 12 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## v0.0.14

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

_Aug 18, 2022_

A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
Add app overview list view, allow setting properties in code component debugger, Fix artifacts in the page designer, visual tweaks to the select component options editor.

- &#8203;<!-- 18 -->Add List view for apps as default (#690) @bharatkashyap
- &#8203;<!-- 17 -->Add interface to debug properties for code components (#803) @Janpot
- &#8203;<!-- 16 -->Fix custom component slots (#750) @apedroferreira
- &#8203;<!-- 15 -->Prevent node HUD from getting cut-off (#772) @apedroferreira
- &#8203;<!-- 14 -->Improve JsonView component UX (#797) @Janpot
- &#8203;<!-- 13 -->Fix deleting newly placed components with Backspace key (#771) @apedroferreira
- &#8203;<!-- 12 -->Update/improve release guide (#770) @apedroferreira
- &#8203;<!-- 11 -->Upgrade @mui/\* packages (#785) @Janpot
- &#8203;<!-- 10 -->Use stable version of react-query (#784) @Janpot
- &#8203;<!-- 09 -->Use stable version of monaco-editor (#783) @Janpot
- &#8203;<!-- 08 -->Add tooling to facilitate integration testing (#786) @Janpot
- &#8203;<!-- 07 -->Fix scrollbar when selection options (#788) @oliviertassinari
- &#8203;<!-- 06 -->Make sure the application isn't saved during mounting (#779) @Janpot
- &#8203;<!-- 05 -->Make sure old style references are backwards compatible (#780) @Janpot
- &#8203;<!-- 04 -->Improve handling of React keys in ComponentCatalog (#775) @Janpot
- &#8203;<!-- 03 -->Fix missing key warning (#774) @Janpot
- &#8203;<!-- 02 -->Support default datasources (#691) @Janpot
- &#8203;<!-- 01 -->Put datasource in charge of saving the QueryNode (#764) @Janpot

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

## v0.0.13

<!-- generated comparing v0.0.12..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.13",
"version": "0.0.14",
"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.13",
"version": "0.0.14",
"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.13",
"version": "0.0.14",
"private": true,
"description": "Custom eslint rules for MUI.",
"main": "src/index.js",
Expand Down
8 changes: 4 additions & 4 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.13",
"version": "0.0.14",
"license": "MIT",
"scripts": {
"build": "yarn prisma generate && concurrently \"yarn:build:*\" && rimraf ./.next/cache",
Expand Down Expand Up @@ -40,14 +40,15 @@
"@mui/lab": "^5.0.0-alpha.94",
"@mui/material": "^5.10.0",
"@mui/system": "^5.10.0",
"@mui/toolpad-components": "^0.0.13",
"@mui/toolpad-core": "^0.0.13",
"@mui/toolpad-components": "^0.0.14",
"@mui/toolpad-core": "^0.0.14",
"@mui/types": "^7.1.5",
"@mui/utils": "^5.9.3",
"@mui/x-data-grid-pro": "^5.15.2",
"@mui/x-date-pickers": "^5.0.0-beta.5",
"@prisma/client": "^4.0.0",
"@swc/wasm": "^1.2.208",
"@tanstack/react-query": "^4.1.0",
"@types/cors": "^2.8.12",
"@types/prettier": "^2.4.3",
"@types/react-dom": "^18.0.5",
Expand Down Expand Up @@ -90,7 +91,6 @@
"react-hook-form": "^7.33.1",
"react-inspector": "^5.1.1",
"react-is": "^18.1.0",
"@tanstack/react-query": "^4.1.0",
"react-router-dom": "^6.3.0",
"react-split-pane": "^0.1.92",
"serialize-javascript": "^6.0.0",
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.13",
"version": "0.0.14",
"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.10.0",
"@mui/toolpad-core": "^0.0.13",
"@mui/toolpad-core": "^0.0.14",
"@mui/x-data-grid-pro": "^5.15.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions 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.13",
"version": "0.0.14",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down Expand Up @@ -33,9 +33,9 @@
},
"dependencies": {
"@mui/x-data-grid-pro": "^5.15.2",
"@tanstack/react-query": "^4.1.0",
"quickjs-emscripten": "^0.21.0",
"react-error-boundary": "^3.1.4",
"@tanstack/react-query": "^4.1.0"
"react-error-boundary": "^3.1.4"
},
"devDependencies": {
"react": "^18.1.0"
Expand Down

0 comments on commit 74aa87c

Please sign in to comment.