Skip to content

Commit

Permalink
v4.0.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Oct 23, 2020
1 parent 22f0dd1 commit f17d254
Show file tree
Hide file tree
Showing 18 changed files with 88 additions and 16 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.8](https://github.com/oliviertassinari/material-ui-x/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2020-10-23)

**Note:** Version bump only for package material-ui-x





## [4.0.0-alpha.8](https://github.com/DanailH/material-ui-x/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (Oct 23, 2020)

### @material-ui/x-grid@v4.0.0-alpha.8 / @material-ui/data-grid@v4.0.0-alpha.8
Expand Down
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.8](https://github.com/oliviertassinari/material-ui-x/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2020-10-23)

**Note:** Version bump only for package docs
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": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"private": true,
"author": "Material-UI Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"packages/*",
"packages/grid/*"
],
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 8 additions & 0 deletions packages/demo-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.8](https://github.com/oliviertassinari/material-ui-x/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2020-10-23)

**Note:** Version bump only for package demo-app
6 changes: 3 additions & 3 deletions packages/demo-app/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "demo-app",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"private": true,
"dependencies": {
"@material-ui/core": "^4.9.12",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.54",
"@material-ui/x-grid": "^4.0.0-alpha.7",
"@material-ui/x-grid-data-generator": "^4.0.0-alpha.7",
"@material-ui/x-grid": "^4.0.0-alpha.8",
"@material-ui/x-grid-data-generator": "^4.0.0-alpha.8",
"@trendmicro/react-interpolate": "^0.5.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-plugin-material-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.8](https://github.com/mui-org/material-ui/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2020-10-23)

**Note:** Version bump only for package eslint-plugin-material-ui
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": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"private": true,
"description": "Custom eslint rules for Material-UI.",
"main": "src/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/grid/data-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.8](https://github.com/oliviertassinari/material-ui-x/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2020-10-23)

**Note:** Version bump only for package @material-ui/data-grid
2 changes: 1 addition & 1 deletion packages/grid/data-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/data-grid",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"description": "The Material-UI community edition of the data grid component.",
"author": "Material-UI Team",
"main": "dist/index-cjs.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/grid/x-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.8](https://github.com/oliviertassinari/material-ui-x/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2020-10-23)

**Note:** Version bump only for package @material-ui/x-grid
4 changes: 2 additions & 2 deletions packages/grid/x-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/x-grid",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"description": "The Material-UI X edition of the data grid component.",
"author": "Material-UI Team",
"main": "dist/index-cjs.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"build": "cd ../ && rollup --config rollup.x-grid.config.js"
},
"dependencies": {
"@material-ui/x-license": "^4.0.0-alpha.7",
"@material-ui/x-license": "^4.0.0-alpha.8",
"prop-types": "^15.7.2",
"tslib": "^2.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.8](https://github.com/oliviertassinari/material-ui-x/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2020-10-23)

**Note:** Version bump only for package storybook
10 changes: 5 additions & 5 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "storybook",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"description": "Storybook components",
"author": "Material-UI Team",
"private": true,
"dependencies": {
"@material-ui/core": "^4.9.12",
"@material-ui/data-grid": "^4.0.0-alpha.7",
"@material-ui/data-grid": "^4.0.0-alpha.8",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.54",
"@material-ui/x-grid": "^4.0.0-alpha.7",
"@material-ui/x-grid-data-generator": "^4.0.0-alpha.7",
"@material-ui/x-license": "^4.0.0-alpha.7",
"@material-ui/x-grid": "^4.0.0-alpha.8",
"@material-ui/x-grid-data-generator": "^4.0.0-alpha.8",
"@material-ui/x-license": "^4.0.0-alpha.8",
"react": "^16.13.1",
"react-is": "^16.13.1",
"rxjs": "^6.5.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/x-grid-data-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.8](https://github.com/oliviertassinari/material-ui-x/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2020-10-23)

**Note:** Version bump only for package @material-ui/x-grid-data-generator
2 changes: 1 addition & 1 deletion packages/x-grid-data-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/x-grid-data-generator",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"description": "Data generator services for the grid",
"author": "Material-UI Team",
"main": "dist/cjs/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/x-license/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.8](https://github.com/oliviertassinari/material-ui-x/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2020-10-23)

**Note:** Version bump only for package @material-ui/x-license
2 changes: 1 addition & 1 deletion packages/x-license/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/x-license",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"description": "Material-UI X License verification",
"author": "Material-UI Team",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit f17d254

Please sign in to comment.