Skip to content

Commit

Permalink
[release] v0.1.52 (mui#3282)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap authored Mar 9, 2024
1 parent eeefa34 commit afd29b3
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 15 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v0.1.52

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

_Mar 9, 2024_

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

Preparing the repository and documentation for an upcoming change to Toolpad: the low-code features will live in `@toolpad/studio`, while components, functions and utilies for building dashboards and internal tools will live in `@toolpad/core`!

- &#8203;<!-- 3 -->Rename Toolpad to Toolpad Studio (#3238) @apedroferreira
- &#8203;<!-- 2 -->[docs] Split Toolpad into Studio and Core (#3250) @bharatkashyap
- &#8203;<!-- 1 -->[website] Add star count fallback (#3278) @bharatkashyap

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

## v0.1.51

<!-- generated comparing v0.1.50..master -->
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.1.51",
"version": "0.1.52",
"private": true,
"author": "MUI Toolpad",
"license": "MIT",
Expand Down Expand Up @@ -33,9 +33,9 @@
"@mui/material-nextjs": "^5.15.11",
"@mui/monorepo": "github:mui/material-ui#910a9dc8dda6be590a9624d18421243a37c267b8",
"@mui/styles": "5.15.11",
"@toolpad/studio": "workspace:*",
"@mui/utils": "5.15.11",
"@mui/x-data-grid-pro": "6.19.6",
"@toolpad/studio": "workspace:*",
"@trendmicro/react-interpolate": "0.5.5",
"@types/lodash": "4.14.202",
"@types/react-dom": "18.2.18",
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.51",
"version": "0.1.52",
"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.51",
"version": "0.1.52",
"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.51",
"version": "0.1.52",
"private": true,
"description": "Custom eslint rules for MUI.",
"main": "src/index.js",
Expand Down
6 changes: 3 additions & 3 deletions 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.51",
"version": "0.1.52",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down Expand Up @@ -42,13 +42,13 @@
"@mui/icons-material": "5.15.11",
"@mui/lab": "5.0.0-alpha.166",
"@mui/material": "5.15.11",
"@toolpad/studio-runtime": "workspace:*",
"@toolpad/utils": "workspace:*",
"@mui/x-charts": "6.19.5",
"@mui/x-data-grid-pro": "6.19.6",
"@mui/x-date-pickers": "6.19.6",
"@mui/x-license-pro": "6.10.2",
"@tanstack/react-query": "5.18.1",
"@toolpad/studio-runtime": "workspace:*",
"@toolpad/utils": "workspace:*",
"dayjs": "1.11.10",
"invariant": "2.2.4",
"markdown-to-jsx": "7.4.1",
Expand Down
4 changes: 2 additions & 2 deletions 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.51",
"version": "0.1.52",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down Expand Up @@ -44,8 +44,8 @@
"dependencies": {
"@auth/core": "0.25.1",
"@mui/material": "5.15.11",
"@toolpad/utils": "workspace:*",
"@tanstack/react-query": "5.18.1",
"@toolpad/utils": "workspace:*",
"@types/json-schema": "7.0.15",
"@webcontainer/env": "1.1.0",
"cookie": "0.6.0",
Expand Down
8 changes: 4 additions & 4 deletions 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.51",
"version": "0.1.52",
"license": "MIT",
"bin": {
"toolpad-studio": "./cli.mjs"
Expand Down Expand Up @@ -52,9 +52,6 @@
"@mui/lab": "5.0.0-alpha.166",
"@mui/material": "5.15.11",
"@mui/system": "5.15.11",
"@toolpad/studio-components": "workspace:*",
"@toolpad/studio-runtime": "workspace:*",
"@toolpad/utils": "workspace:*",
"@mui/types": "7.2.13",
"@mui/utils": "5.15.11",
"@mui/x-charts": "6.19.5",
Expand All @@ -65,6 +62,9 @@
"@mui/x-tree-view": "6.17.0",
"@tanstack/react-query": "5.18.1",
"@tanstack/react-query-devtools": "5.18.1",
"@toolpad/studio-components": "workspace:*",
"@toolpad/studio-runtime": "workspace:*",
"@toolpad/utils": "workspace:*",
"@types/cors": "2.8.17",
"@types/json-schema": "7.0.15",
"@types/node": "20.11.16",
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.51",
"version": "0.1.52",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down

0 comments on commit afd29b3

Please sign in to comment.