Skip to content

Commit

Permalink
Version 0.2.0 (#3633)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Jun 3, 2024
1 parent 3f48aa7 commit f86ea23
Show file tree
Hide file tree
Showing 12 changed files with 55 additions and 12 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,49 @@
# Changelog

## v0.2.0

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

_Jun 3, 2024_

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

First components in @toolpad/core: [DashboardLayout](https://github.com/mui/mui-toolpad/discussions/3309#:~:text=per%20authentication%20page.-,Dashboard%20layout,-provides%20UI%20for), DataGrid and LineChart. Initial [data providers](https://github.com/mui/mui-toolpad/discussions/3311) implementation.

- &#8203;<!-- 31 -->Lock file maintenance (#3622) @renovate[bot]
- &#8203;<!-- 30 -->Lock file maintenance Examples (#3624) @renovate[bot]
- &#8203;<!-- 29 -->Add Next.js app router Toolpad Core playground (#3587) @apedroferreira
- &#8203;<!-- 28 -->Isolate api-docs-builder deps @Janpot
- &#8203;<!-- 27 -->isolate react-docgen @Janpot
- &#8203;<!-- 26 -->Update renovate.json @Janpot
- &#8203;<!-- 25 -->Group vite dependency updates @Janpot
- &#8203;<!-- 24 -->Generate API docs for Toolpad Core (#3536) @apedroferreira
- &#8203;<!-- 23 -->Add DashboardLayout component to @toolpad/core (#3554) @apedroferreira
- &#8203;<!-- 22 -->Some fixes from new react compiler eslint plugin (#3562) @Janpot
- &#8203;<!-- 21 -->Update renovate.json @Janpot
- &#8203;<!-- 20 -->Updates to project setup (#3561) @Janpot
- &#8203;<!-- 19 -->Add keywords and other info in package.json (#3556) @prakhargupta1
- &#8203;<!-- 18 -->Toolpad Core build process (#3552) @apedroferreira
- &#8203;<!-- 17 -->Group docs dependencies for renovate bot @Janpot
- &#8203;<!-- 16 -->Bring back some dependency update grouping (#3551) @Janpot
- &#8203;<!-- 15 -->[core] Initial DataGrid component (#3558) @Janpot
- &#8203;<!-- 14 -->[core] Base typescript projects on the file location instead of on cwd (#3580) @Janpot
- &#8203;<!-- 13 -->[DataGrid] Data provider create and update fixes (#3621) @Janpot
- &#8203;<!-- 12 -->[DataGrid] Add height property (#3612) @Janpot
- &#8203;<!-- 11 -->[DataProvider] Support custom Id field (#3613) @Janpot
- &#8203;<!-- 10 -->[docs] Start Toolpad Core docs (#3383) @bharatkashyap
- &#8203;<!-- 09 -->[docs] Add Toolpad core tutorial example (#3617) @bharatkashyap
- &#8203;<!-- 08 -->[docs] Add badges like in Material UI @oliviertassinari
- &#8203;<!-- 07 -->[docs] Add badges like in Material UI @oliviertassinari
- &#8203;<!-- 06 -->[docs] Add badges like in Material UI @oliviertassinari
- &#8203;<!-- 05 -->[docs] Update twitter.com to x.com @oliviertassinari
- &#8203;<!-- 04 -->[docs] Support demo previews with comments (#3577) @Janpot
- &#8203;<!-- 03 -->[docs] Fix demo codesandbox dependencies (#3578) @Janpot
- &#8203;<!-- 02 -->[docs] Keep referrer for GA (#3530) @oliviertassinari
- &#8203;<!-- 01 -->[LineChart] initial LineChart (#3611) @Janpot

All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @Janpot, @oliviertassinari, @prakhargupta1, @renovate[bot]

## v0.1.55

<!-- generated comparing v0.1.54..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.55",
"version": "0.2.0",
"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.55",
"version": "0.2.0",
"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.55",
"version": "0.2.0",
"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.55",
"version": "0.2.0",
"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.1.55",
"version": "0.2.0",
"author": "Toolpad Team",
"description": "Dashboard framework powered by MUI.",
"main": "./build/index.js",
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.55",
"version": "0.2.0",
"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.55",
"version": "0.2.0",
"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.55",
"version": "0.2.0",
"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.55",
"version": "0.2.0",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down
3 changes: 1 addition & 2 deletions playground/toolpad-core-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "toolpad-core-nextjs",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"lint": "next lint"
},
"dependencies": {},
"devDependencies": {
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"react-dom": "18.2.0"
},
"type": "module",
"version": "0.1.55"
"version": "0.2.0"
}

0 comments on commit f86ea23

Please sign in to comment.