Skip to content

Commit

Permalink
V0.1.0 (#1761)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Mar 20, 2023
1 parent efd6638 commit d09b227
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 31 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 0.1.0

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

_Mar 20, 2023_

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

Today we're taking a big step. We're making Toolpad focus much more on integrating with your IDE, while providing the ease of building UI fast with a drag and drop. Read more [here](https://github.com/mui/mui-toolpad/discussions/1748).

- &#8203;<!-- 8 -->Add create-toolpad-app CLI (#1700) @bharatkashyap
- &#8203;<!-- 7 -->Direction 13 (#1651) @Janpot
- &#8203;<!-- 6 -->Fix dragged element corners (#1750) @Janpot
- &#8203;<!-- 5 -->Turn off preview environments (#1697) @Janpot
- &#8203;<!-- 4 -->this don't work @Janpot
- &#8203;<!-- 3 -->build to legacy master @Janpot
- &#8203;<!-- 2 -->add ignore console to test @Janpot
- &#8203;<!-- 1 -->Disable bindings for properties that can be controlled in canvas (#1696) @apedroferreira

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

## 0.0.41

<!-- generated comparing v0.0.40..master -->
Expand Down
10 changes: 0 additions & 10 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,6 @@

1. Open a PR with the proposed changes.

1. Review/merge the PR — once the PR is merged to `master` a Docker image is built for the commit, tagged with the commit SHA and then pushed to Docker Hub, just like for any other commit in `master`.

1. Wait for the Docker build to finish. (You can find the job in the [CircleCI pipelines](https://app.circleci.com/pipelines/github/mui/mui-toolpad?branch=master)). Note that you can always verify the built docker image by running it as

```sh
TAG=<git-sha> docker-compose -f docker/compose/docker-compose.yml up
```

Where `<git-sha>` is the commit on master that you want to test.

1. Release the Docker image using (requires GitHub authentication token):

```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.0.42-alpha.6",
"version": "0.1.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 @@
{
"version": "0.0.42-alpha.6",
"version": "0.1.0",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"release:build": "lerna run --ignore docs --stream build",
"release:version": "lerna version --no-changelog --no-push --no-git-tag-version",
"release:docker": "dotenv -- node ./scripts/releaseDocker.mjs",
"release:publish": "lerna publish --force-publish --no-git-tag-version --no-push --no-git-reset",
"release:publish-canary": "lerna publish --force-publish --no-git-tag-version --no-push --no-git-reset --pre-dist-tag canary",
"release:publish": "lerna publish from-package --force-publish --no-git-tag-version --no-push --no-git-reset",
"release:publish-canary": "lerna publish from-package --force-publish --no-git-tag-version --no-push --no-git-reset --pre-dist-tag canary",
"release:changelog": "dotenv -- node ./scripts/releaseChangelog.mjs --repo mui-toolpad",
"test:build": "lerna run build --scope @mui/toolpad-core --scope @mui/toolpad-components --stream",
"test:integration": "playwright test --config ./test/integration/playwright.config.ts",
Expand Down
8 changes: 5 additions & 3 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.0.42-alpha.5",
"version": "0.1.0",
"keywords": [
"react",
"toolpad",
Expand Down Expand Up @@ -30,9 +30,11 @@
},
"dependencies": {
"chalk": "^5.2.0",
"execa": "^7.1.1"
"execa": "^7.1.1",
"inquirer": "^9.1.5"
},
"devDependencies": {
"@types/inquirer": "^9.0.3"
}
},
"gitHead": "de68953329881ccd3aa40e82a7302c0baa38c3c5"
}
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.0.42-alpha.6",
"version": "0.1.0",
"private": true,
"description": "Custom eslint rules for MUI.",
"main": "src/index.js",
Expand Down
8 changes: 4 additions & 4 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.0.42-alpha.6",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "yarn prisma generate && concurrently \"yarn:build:*\" && rimraf ./.next/cache",
Expand Down Expand Up @@ -50,8 +50,8 @@
"@mui/lab": "^5.0.0-alpha.123",
"@mui/material": "^5.11.13",
"@mui/system": "^5.11.13",
"@mui/toolpad-components": "^0.0.42-alpha.6",
"@mui/toolpad-core": "^0.0.42-alpha.6",
"@mui/toolpad-components": "^0.1.0",
"@mui/toolpad-core": "^0.1.0",
"@mui/types": "^7.2.3",
"@mui/utils": "^5.11.13",
"@mui/x-data-grid-generator": "^5.17.25",
Expand Down Expand Up @@ -162,5 +162,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "035964a9ef748b365e130b428c2cbba9663902cf"
"gitHead": "de68953329881ccd3aa40e82a7302c0baa38c3c5"
}
6 changes: 3 additions & 3 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.0.42-alpha.6",
"version": "0.1.0",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@mui/material": "^5.11.13",
"@mui/toolpad-core": "^0.0.42-alpha.6",
"@mui/toolpad-core": "^0.1.0",
"@mui/x-data-grid-pro": "^5.17.25",
"@mui/x-date-pickers": "^5.0.20",
"dayjs": "^1.11.7",
Expand All @@ -47,5 +47,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "035964a9ef748b365e130b428c2cbba9663902cf"
"gitHead": "de68953329881ccd3aa40e82a7302c0baa38c3c5"
}
4 changes: 2 additions & 2 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.0.42-alpha.6",
"version": "0.1.0",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down Expand Up @@ -100,5 +100,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "035964a9ef748b365e130b428c2cbba9663902cf"
"gitHead": "de68953329881ccd3aa40e82a7302c0baa38c3c5"
}
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.0.42-alpha.6",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"cjsify": "mkdir -p ./dist/cjs && echo \"{ \\\"type\\\":\\\"commonjs\\\" }\" > ./dist/cjs/package.json",
Expand Down Expand Up @@ -33,12 +33,12 @@
"toolpad": "./index.js"
},
"dependencies": {
"@mui/toolpad-app": "^0.0.42-alpha.6",
"@mui/toolpad-core": "^0.0.42-alpha.6",
"@mui/toolpad-app": "^0.1.0",
"@mui/toolpad-core": "^0.1.0",
"arg": "^5.0.2",
"concurrently": "^7.6.0",
"dotenv": "^16.0.3",
"execa": "^7.1.1"
},
"gitHead": "035964a9ef748b365e130b428c2cbba9663902cf"
"gitHead": "de68953329881ccd3aa40e82a7302c0baa38c3c5"
}

0 comments on commit d09b227

Please sign in to comment.