Skip to content

Commit afd29b3

Browse files
[release] v0.1.52 (#3282)
1 parent eeefa34 commit afd29b3

File tree

9 files changed

+31
-15
lines changed

9 files changed

+31
-15
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## v0.1.52
4+
5+
<!-- generated comparing v0.1.51..master -->
6+
7+
_Mar 9, 2024_
8+
9+
A big thanks to the 2 contributors who made this release possible. Here are some highlights ✨:
10+
11+
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`!
12+
13+
- &#8203;<!-- 3 -->Rename Toolpad to Toolpad Studio (#3238) @apedroferreira
14+
- &#8203;<!-- 2 -->[docs] Split Toolpad into Studio and Core (#3250) @bharatkashyap
15+
- &#8203;<!-- 1 -->[website] Add star count fallback (#3278) @bharatkashyap
16+
17+
All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap
18+
319
## v0.1.51
420

521
<!-- generated comparing v0.1.50..master -->

docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.1.51",
3+
"version": "0.1.52",
44
"private": true,
55
"author": "MUI Toolpad",
66
"license": "MIT",
@@ -33,9 +33,9 @@
3333
"@mui/material-nextjs": "^5.15.11",
3434
"@mui/monorepo": "github:mui/material-ui#910a9dc8dda6be590a9624d18421243a37c267b8",
3535
"@mui/styles": "5.15.11",
36-
"@toolpad/studio": "workspace:*",
3736
"@mui/utils": "5.15.11",
3837
"@mui/x-data-grid-pro": "6.19.6",
38+
"@toolpad/studio": "workspace:*",
3939
"@trendmicro/react-interpolate": "0.5.5",
4040
"@types/lodash": "4.14.202",
4141
"@types/react-dom": "18.2.18",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.1.51",
3+
"version": "0.1.52",
44
"npmClient": "pnpm"
55
}

packages/create-toolpad-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-toolpad-app",
3-
"version": "0.1.51",
3+
"version": "0.1.52",
44
"keywords": [
55
"react",
66
"toolpad",

packages/eslint-plugin-material-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-material-ui",
3-
"version": "0.1.51",
3+
"version": "0.1.52",
44
"private": true,
55
"description": "Custom eslint rules for MUI.",
66
"main": "src/index.js",

packages/toolpad-studio-components/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toolpad/studio-components",
3-
"version": "0.1.51",
3+
"version": "0.1.52",
44
"description": "Build MUI apps quickly",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/mui-toolpad#readme",
@@ -42,13 +42,13 @@
4242
"@mui/icons-material": "5.15.11",
4343
"@mui/lab": "5.0.0-alpha.166",
4444
"@mui/material": "5.15.11",
45-
"@toolpad/studio-runtime": "workspace:*",
46-
"@toolpad/utils": "workspace:*",
4745
"@mui/x-charts": "6.19.5",
4846
"@mui/x-data-grid-pro": "6.19.6",
4947
"@mui/x-date-pickers": "6.19.6",
5048
"@mui/x-license-pro": "6.10.2",
5149
"@tanstack/react-query": "5.18.1",
50+
"@toolpad/studio-runtime": "workspace:*",
51+
"@toolpad/utils": "workspace:*",
5252
"dayjs": "1.11.10",
5353
"invariant": "2.2.4",
5454
"markdown-to-jsx": "7.4.1",

packages/toolpad-studio-runtime/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toolpad/studio-runtime",
3-
"version": "0.1.51",
3+
"version": "0.1.52",
44
"description": "Build MUI apps quickly",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/mui-toolpad#readme",
@@ -44,8 +44,8 @@
4444
"dependencies": {
4545
"@auth/core": "0.25.1",
4646
"@mui/material": "5.15.11",
47-
"@toolpad/utils": "workspace:*",
4847
"@tanstack/react-query": "5.18.1",
48+
"@toolpad/utils": "workspace:*",
4949
"@types/json-schema": "7.0.15",
5050
"@webcontainer/env": "1.1.0",
5151
"cookie": "0.6.0",

packages/toolpad-studio/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toolpad/studio",
3-
"version": "0.1.51",
3+
"version": "0.1.52",
44
"license": "MIT",
55
"bin": {
66
"toolpad-studio": "./cli.mjs"
@@ -52,9 +52,6 @@
5252
"@mui/lab": "5.0.0-alpha.166",
5353
"@mui/material": "5.15.11",
5454
"@mui/system": "5.15.11",
55-
"@toolpad/studio-components": "workspace:*",
56-
"@toolpad/studio-runtime": "workspace:*",
57-
"@toolpad/utils": "workspace:*",
5855
"@mui/types": "7.2.13",
5956
"@mui/utils": "5.15.11",
6057
"@mui/x-charts": "6.19.5",
@@ -65,6 +62,9 @@
6562
"@mui/x-tree-view": "6.17.0",
6663
"@tanstack/react-query": "5.18.1",
6764
"@tanstack/react-query-devtools": "5.18.1",
65+
"@toolpad/studio-components": "workspace:*",
66+
"@toolpad/studio-runtime": "workspace:*",
67+
"@toolpad/utils": "workspace:*",
6868
"@types/cors": "2.8.17",
6969
"@types/json-schema": "7.0.15",
7070
"@types/node": "20.11.16",

packages/toolpad-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toolpad/utils",
3-
"version": "0.1.51",
3+
"version": "0.1.52",
44
"description": "Build MUI apps quickly",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/mui-toolpad#readme",

0 commit comments

Comments
 (0)