Skip to content

Commit

Permalink
version 0.1.10 (#1969)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored May 5, 2023
1 parent 0f19292 commit b2f4cf3
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 24 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.1.10

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

_May 5, 2023_

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

This is a hotfix to deal with broken dependency upgrade in next.js.

- &#8203;<!-- 2 -->Pin next.js (#1967) @Janpot
- &#8203;<!-- 1 -->Upgrade monorepo (#1964) @Janpot

All contributors of this release in alphabetical order: @Janpot

## 0.1.9

<!-- generated comparing v0.1.8..master -->
Expand Down
4 changes: 3 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

1. Prepend the changelog to [`CHANGELOG.md`](./CHANGELOG.md).

1. Open a PR to the `master` branch with the proposed changes. Merge the changes.
1. Open a PR to the `master` branch with the proposed changes. Add the "release" label.

1. Publish the package to `npm`

Expand Down Expand Up @@ -65,6 +65,8 @@
yarn release:publish-canary
```

1. Merge the changes.

1. Publish the documentation. The documentation must be updated on the `docs-latest` branch.

```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.9",
"version": "0.1.10",
"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.9",
"version": "0.1.10",
"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.9",
"version": "0.1.10",
"keywords": [
"react",
"toolpad",
Expand Down Expand Up @@ -37,5 +37,5 @@
"devDependencies": {
"@types/inquirer": "^9.0.3"
},
"gitHead": "974acafd8deadb91951c814d0a5028fb4e5f47ec"
"gitHead": "28308edc7bd61700e63b44e6ff5ff1508d1f2a8b"
}
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.9",
"version": "0.1.10",
"private": true,
"description": "Custom eslint rules for MUI.",
"main": "src/index.js",
Expand Down
10 changes: 5 additions & 5 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.9",
"version": "0.1.10",
"license": "MIT",
"scripts": {
"build": "concurrently \"yarn:build:*\" && rimraf ./.next/cache",
Expand Down Expand Up @@ -52,9 +52,9 @@
"@mui/lab": "^5.0.0-alpha.129",
"@mui/material": "^5.12.3",
"@mui/system": "^5.12.3",
"@mui/toolpad-components": "^0.1.9",
"@mui/toolpad-core": "^0.1.9",
"@mui/toolpad-utils": "^0.1.9",
"@mui/toolpad-components": "^0.1.10",
"@mui/toolpad-core": "^0.1.10",
"@mui/toolpad-utils": "^0.1.10",
"@mui/types": "^7.2.4",
"@mui/utils": "^5.12.3",
"@mui/x-data-grid": "^6.3.0",
Expand Down Expand Up @@ -167,5 +167,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "974acafd8deadb91951c814d0a5028fb4e5f47ec"
"gitHead": "28308edc7bd61700e63b44e6ff5ff1508d1f2a8b"
}
8 changes: 4 additions & 4 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.9",
"version": "0.1.10",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down Expand Up @@ -42,8 +42,8 @@
"dependencies": {
"@mui/lab": "^5.0.0-alpha.129",
"@mui/material": "^5.12.3",
"@mui/toolpad-core": "^0.1.9",
"@mui/toolpad-utils": "^0.1.9",
"@mui/toolpad-core": "^0.1.10",
"@mui/toolpad-utils": "^0.1.10",
"@mui/x-data-grid-pro": "^6.3.0",
"@mui/x-date-pickers": "^6.3.0",
"dayjs": "^1.11.7",
Expand All @@ -59,5 +59,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "974acafd8deadb91951c814d0a5028fb4e5f47ec"
"gitHead": "28308edc7bd61700e63b44e6ff5ff1508d1f2a8b"
}
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.1.9",
"version": "0.1.10",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down Expand Up @@ -42,7 +42,7 @@
"url": "https://github.com/mui/mui-toolpad/issues"
},
"dependencies": {
"@mui/toolpad-utils": "^0.1.9",
"@mui/toolpad-utils": "^0.1.10",
"@tanstack/react-query": "^4.29.5",
"quickjs-emscripten": "^0.23.0",
"react-error-boundary": "^4.0.4",
Expand All @@ -57,5 +57,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "974acafd8deadb91951c814d0a5028fb4e5f47ec"
"gitHead": "28308edc7bd61700e63b44e6ff5ff1508d1f2a8b"
}
4 changes: 2 additions & 2 deletions packages/toolpad-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/toolpad-utils",
"version": "0.1.9",
"version": "0.1.10",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down Expand Up @@ -47,7 +47,7 @@
"publishConfig": {
"access": "public"
},
"gitHead": "974acafd8deadb91951c814d0a5028fb4e5f47ec",
"gitHead": "28308edc7bd61700e63b44e6ff5ff1508d1f2a8b",
"dependencies": {
"react-is": "^18.2.0"
}
Expand Down
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.9",
"version": "0.1.10",
"license": "MIT",
"scripts": {
"prebuild": "rimraf dist",
Expand Down Expand Up @@ -31,8 +31,8 @@
"toolpad": "./index.cjs"
},
"dependencies": {
"@mui/toolpad-app": "^0.1.9",
"@mui/toolpad-core": "^0.1.9",
"@mui/toolpad-app": "^0.1.10",
"@mui/toolpad-core": "^0.1.10",
"arg": "^5.0.2",
"concurrently": "^8.0.1",
"dotenv": "^16.0.3",
Expand All @@ -41,5 +41,5 @@
"engines": {
"node": ">=16.17"
},
"gitHead": "974acafd8deadb91951c814d0a5028fb4e5f47ec"
"gitHead": "28308edc7bd61700e63b44e6ff5ff1508d1f2a8b"
}

0 comments on commit b2f4cf3

Please sign in to comment.