Skip to content

Commit

Permalink
v0.1.1 (#1823)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Mar 28, 2023
1 parent c90148b commit 647eee5
Show file tree
Hide file tree
Showing 10 changed files with 59 additions and 24 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
# Changelog

## 0.1.1

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

_Mar 28, 2023_

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

Mutate state in event handlers by assigning to properties of page elements. Make binding to DataGrid selection easier with improved typings. Big cleanup of dead code.

- &#8203;<!-- 28 -->Use node name in the canvas HUD (#1818) @Janpot
- &#8203;<!-- 27 -->Allow mutating page state in event handlers (#1807) @Janpot
- &#8203;<!-- 26 -->Improve UX around integration testing (#1808) @Janpot
- &#8203;<!-- 25 -->Disable property control for controlled properties (#1809) @Janpot
- &#8203;<!-- 24 -->Use next.js custom server (#1723) @Janpot
- &#8203;<!-- 23 -->Remove postgres (#1799) @Janpot
- &#8203;<!-- 22 -->Remove example and docker files (#1798) @Janpot
- &#8203;<!-- 21 -->Clean up more obsolete things in the repo (#1797) @Janpot
- &#8203;<!-- 20 -->Fix errors when running the project the first time (#1796) @Janpot
- &#8203;<!-- 19 -->Fix imports from toolpad (#1793) @Janpot
- &#8203;<!-- 18 -->Fix changing tabs closing query editor (#1784) @apedroferreira
- &#8203;<!-- 17 -->Generate .gitignore on dev command (#1705) @apedroferreira
- &#8203;<!-- 16 -->Improve dataGrid.selection types (#1790) @Janpot
- &#8203;<!-- 15 -->Dependency cleanup (#1791) @Janpot
- &#8203;<!-- 14 -->Fixes on the dev pipeline (#1789) @Janpot
- &#8203;<!-- 13 -->Remove Prisma, isolated-vm and dead code (#1787) @Janpot
- &#8203;<!-- 12 -->Update release instructions (#1788) @Janpot
- &#8203;<!-- 11 -->Fix capitalization of elements (#1782) @Janpot
- &#8203;<!-- 10 -->Update moduleresolution for core and components (#1780) @Janpot
- &#8203;<!-- 09 -->Remove the localMode flag (#1768) @Janpot
- &#8203;<!-- 08 -->Convert tests to local mode (#1718) @Janpot
- &#8203;<!-- 07 -->Add docs contributing instructions (#1779) @Janpot
- &#8203;<!-- 06 -->Allow falsy MySQL variable values (#1738) @evankennedy
- &#8203;<!-- 05 -->Add Toolpad to cspell config for the workspace (#1767) @Janpot
- &#8203;<!-- 04 -->Use latest version for examples (#1764) @Janpot
- &#8203;<!-- 03 -->Rename dev13 script to dev (#1766) @Janpot
- &#8203;<!-- 02 -->Small typo fix @prakhargupta1
- &#8203;<!-- 01 -->Docs updates for the new direction (#1743) @Janpot

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

## 0.1.0

<!-- generated comparing v0.0.41..master -->
Expand Down
6 changes: 0 additions & 6 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@
yarn release:build
```
1. Create a new version
```sh
yarn release:version
```
1. Publish to `npm`
```sh
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.1.0",
"version": "0.1.1",
"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.1.0",
"version": "0.1.1",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/create-toolpad-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-toolpad-app",
"version": "0.1.0",
"version": "0.1.1",
"keywords": [
"react",
"toolpad",
Expand Down Expand Up @@ -36,5 +36,5 @@
"devDependencies": {
"@types/inquirer": "^9.0.3"
},
"gitHead": "de68953329881ccd3aa40e82a7302c0baa38c3c5"
"gitHead": "c21fac688cfd8270cf36126d215698ae989ff899"
}
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.1.0",
"version": "0.1.1",
"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.1.0",
"version": "0.1.1",
"license": "MIT",
"scripts": {
"build": "concurrently \"yarn:build:*\" && rimraf ./.next/cache",
Expand Down Expand Up @@ -39,8 +39,8 @@
"@mui/lab": "^5.0.0-alpha.124",
"@mui/material": "^5.11.14",
"@mui/system": "^5.11.14",
"@mui/toolpad-components": "^0.1.0",
"@mui/toolpad-core": "^0.1.0",
"@mui/toolpad-components": "^0.1.1",
"@mui/toolpad-core": "^0.1.1",
"@mui/types": "^7.2.3",
"@mui/utils": "^5.11.13",
"@mui/x-data-grid-generator": "^6.0.3",
Expand Down Expand Up @@ -142,5 +142,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "de68953329881ccd3aa40e82a7302c0baa38c3c5"
"gitHead": "c21fac688cfd8270cf36126d215698ae989ff899"
}
6 changes: 3 additions & 3 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.1.0",
"version": "0.1.1",
"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.14",
"@mui/toolpad-core": "^0.1.0",
"@mui/toolpad-core": "^0.1.1",
"@mui/x-data-grid-pro": "^6.0.3",
"@mui/x-date-pickers": "^6.0.3",
"dayjs": "^1.11.7",
Expand All @@ -46,5 +46,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "de68953329881ccd3aa40e82a7302c0baa38c3c5"
"gitHead": "c21fac688cfd8270cf36126d215698ae989ff899"
}
4 changes: 2 additions & 2 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.1.0",
"version": "0.1.1",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down Expand Up @@ -65,5 +65,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "de68953329881ccd3aa40e82a7302c0baa38c3c5"
"gitHead": "c21fac688cfd8270cf36126d215698ae989ff899"
}
8 changes: 4 additions & 4 deletions packages/toolpad/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/toolpad",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"scripts": {
"cjsify": "mkdir -p ./dist/cjs && echo \"{ \\\"type\\\":\\\"commonjs\\\" }\" > ./dist/cjs/package.json",
Expand Down Expand Up @@ -34,8 +34,8 @@
"toolpad": "./index.cjs"
},
"dependencies": {
"@mui/toolpad-app": "^0.1.0",
"@mui/toolpad-core": "^0.1.0",
"@mui/toolpad-app": "^0.1.1",
"@mui/toolpad-core": "^0.1.1",
"arg": "^5.0.2",
"concurrently": "^7.6.0",
"dotenv": "^16.0.3",
Expand All @@ -44,5 +44,5 @@
"engines": {
"node": ">=16.17"
},
"gitHead": "de68953329881ccd3aa40e82a7302c0baa38c3c5"
"gitHead": "c21fac688cfd8270cf36126d215698ae989ff899"
}

0 comments on commit 647eee5

Please sign in to comment.