Skip to content

Commit

Permalink
v0.1.53 (mui#3314)
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira committed Mar 22, 2024
1 parent 81aad64 commit b4c0a52
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 10 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.1.53

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

_Mar 22, 2024_

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

Very early first version of @toolpad/core, fix examples, and documentation fixes and updates.

- &#8203;<!-- 16 -->Remove deprecated dependencies (#3313) @Janpot
- &#8203;<!-- 15 -->Remove lerna isolation (#3312) @Janpot
- &#8203;<!-- 14 -->Toolpad core project setup (#3291) @apedroferreira
- &#8203;<!-- 13 -->isolate lerna in renovatebot @Janpot
- &#8203;<!-- 12 -->Remove renovatebot vitest-fail-on-console exception @Janpot
- &#8203;<!-- 11 -->Fix flaky authentication test: Wait for network idle in tests again (#3290) @apedroferreira
- &#8203;<!-- 10 -->Fix flaky auth test with console error "Failed to fetch" (#3287) @apedroferreira
- &#8203;<!-- 09 -->Update renovate.json @Janpot
- &#8203;<!-- 08 -->[code-infra] Update renove.json (#3288) @Janpot
- &#8203;<!-- 07 -->[core] Lower the frequency of no-response action runs (#3302) @michaldudak
- &#8203;<!-- 06 -->[core] Use Circle CI context @oliviertassinari
- &#8203;<!-- 05 -->[docs] Fix support link (#3306) @oliviertassinari
- &#8203;<!-- 04 -->[docs] Link blog post from examples overview page and some minor edits. (#3299) @prakhargupta1
- &#8203;<!-- 03 -->[docs] Fix Vale error @oliviertassinari
- &#8203;<!-- 02 -->[docs] Fix some Vale errors (#3293) @oliviertassinari
- &#8203;<!-- 01 -->[examples] @toolpad/studio@0.1.51 doesn't exist @oliviertassinari

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

## v0.1.52

<!-- generated comparing v0.1.51..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.1.52",
"version": "0.1.53",
"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 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.1.52",
"version": "0.1.53",
"npmClient": "pnpm"
}
2 changes: 1 addition & 1 deletion 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.52",
"version": "0.1.53",
"keywords": [
"react",
"toolpad",
Expand Down
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.52",
"version": "0.1.53",
"private": true,
"description": "Custom eslint rules for MUI.",
"main": "src/index.js",
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": "@toolpad/core",
"version": "0.0.1",
"version": "0.1.53",
"keywords": [
"toolpad"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toolpad/studio-components",
"version": "0.1.52",
"version": "0.1.53",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toolpad/studio-runtime",
"version": "0.1.52",
"version": "0.1.53",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toolpad/studio",
"version": "0.1.52",
"version": "0.1.53",
"license": "MIT",
"bin": {
"toolpad-studio": "./cli.mjs"
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toolpad/utils",
"version": "0.1.52",
"version": "0.1.53",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down
3 changes: 2 additions & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"react": "18.2.0",
"react-dom": "18.2.0"
},
"type": "module"
"type": "module",
"version": "0.1.53"
}

0 comments on commit b4c0a52

Please sign in to comment.