Skip to content

Commit

Permalink
v0.0.13 (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira authored Aug 10, 2022
1 parent a319fc9 commit ee6b0ba
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 9 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## v0.0.13

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

_Aug 10, 2022_

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

Add user feedback, add network panel to REST datasources, make network panel clearable.

- &#8203;<!-- 19 -->Move google sheets preview inside of datasource (#761) @Janpot
- &#8203;<!-- 18 -->Make sure queries are default enabled (#768) @Janpot
- &#8203;<!-- 17 -->Add AbortController to function runtime (#766) @Janpot
- &#8203;<!-- 16 -->Remove docs aria-label (#716) @Janpot
- &#8203;<!-- 15 -->Add user feedback (#723) @Janpot
- &#8203;<!-- 14 -->Fix function datasource layout issue (#765) @Janpot
- &#8203;<!-- 13 -->Add RFC template (#729) @bytasv
- &#8203;<!-- 12 -->Extract presentational QueryInputPanel component for reuse (#762) @Janpot
- &#8203;<!-- 11 -->Rest datasource: add network inspection (#737) @Janpot
- &#8203;<!-- 10 -->Make network panel clearable (#760) @Janpot
- &#8203;<!-- 09 -->Drag and drop refactor (#730) @apedroferreira
- &#8203;<!-- 08 -->Optimize logic in bindings parsing (#759) @Janpot
- &#8203;<!-- 07 -->Only overwrite the default value when a prop has a binding (#757) @Janpot
- &#8203;<!-- 06 -->Extract Devtools component from function datasource for reuse in fetch (#740) @Janpot
- &#8203;<!-- 05 -->Refactor har generation utilities for reuse (#738) @Janpot
- &#8203;<!-- 04 -->Release script update (#731) @Janpot
- &#8203;<!-- 03 -->Release workflow continuation (#728) @Janpot
- &#8203;<!-- 02 -->Fixes to release action (#727) @Janpot
- &#8203;<!-- 01 -->Add docker tag github action (#726) @Janpot

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

## v0.0.12

<!-- generated comparing v0.0.11..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.12",
"version": "0.0.13",
"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.12",
"version": "0.0.13",
"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.12",
"version": "0.0.13",
"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.12",
"version": "0.0.13",
"license": "MIT",
"scripts": {
"build": "yarn prisma generate && concurrently \"yarn:build:*\" && rimraf ./.next/cache",
Expand Down Expand Up @@ -40,8 +40,8 @@
"@mui/lab": "^5.0.0-alpha.88",
"@mui/material": "^5.8.6",
"@mui/system": "^5.8.6",
"@mui/toolpad-components": "^0.0.12",
"@mui/toolpad-core": "^0.0.12",
"@mui/toolpad-components": "^0.0.13",
"@mui/toolpad-core": "^0.0.13",
"@mui/utils": "^5.8.6",
"@mui/x-data-grid-pro": "^5.12.3",
"@prisma/client": "^4.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.12",
"version": "0.0.13",
"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.12",
"@mui/toolpad-core": "^0.0.13",
"@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.12",
"version": "0.0.13",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down

0 comments on commit ee6b0ba

Please sign in to comment.