Skip to content

Commit

Permalink
Release v0.1.62 (#95)
Browse files Browse the repository at this point in the history
* v0.1.51

* fix demo app build

* v0.1.52

* v0.1.53

* v0.1.54

* v0.1.55

* v0.1.56

* v0.1.57

* v0.1.58

* v0.1.59

* add missing export

* v0.1.60

* v0.1.61

* hot fix for tsconfig conf

* fix mistypes on the package.json

* fix empty space with prettier

* v0.1.62

* fix lerna.json whitespace
  • Loading branch information
dtassone committed Jul 23, 2020
1 parent 4b40834 commit b096de0
Show file tree
Hide file tree
Showing 14 changed files with 70 additions and 14 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.

## [0.1.62](https://github.com/mui-org/material-ui-x/compare/v0.1.61...v0.1.62) (2020-07-22)

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





## [0.1.61](https://github.com/mui-org/material-ui-x/compare/v0.1.60...v0.1.61) (2020-07-20)

**Note:** Version bump only for package material-ui-x
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}
},
"packages": ["!packages/grid", "packages/*", "packages/grid/*"],
"version": "0.1.61",
"version": "0.1.62",
"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
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.

## [0.1.62](https://github.com/mui-org/material-ui-x/compare/v0.1.61...v0.1.62) (2020-07-22)

**Note:** Version bump only for package demo-app





## [0.1.61](https://github.com/mui-org/material-ui-x/compare/v0.1.60...v0.1.61) (2020-07-20)

**Note:** Version bump only for package demo-app
Expand Down
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": "0.1.61",
"version": "0.1.62",
"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": "^0.1.61",
"@material-ui/x-grid-data-generator": "^0.1.61",
"@material-ui/x-grid": "^0.1.62",
"@material-ui/x-grid-data-generator": "^0.1.62",
"@trendmicro/react-interpolate": "^0.5.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/grid/data-grid/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.

## [0.1.62](https://github.com/mui-org/material-ui-x/compare/v0.1.61...v0.1.62) (2020-07-22)

**Note:** Version bump only for package @material-ui/data-grid





## [0.1.61](https://github.com/mui-org/material-ui-x/compare/v0.1.60...v0.1.61) (2020-07-20)

**Note:** Version bump only for package @material-ui/data-grid
Expand Down
4 changes: 2 additions & 2 deletions 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": "0.1.61",
"version": "0.1.62",
"description": "The Material-UI community edition of the data grid component.",
"author": "Material-UI Team",
"main": "dist/index-cjs.js",
Expand All @@ -14,7 +14,7 @@
"access": "public"
},
"devDependencies": {
"@material-ui/x-grid-modules": "^0.1.61",
"@material-ui/x-grid-modules": "^0.1.62",
"rollup": "^2.6.1",
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-command": "^1.1.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/grid/x-grid-data-generator/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.

## [0.1.62](https://github.com/mui-org/material-ui-x/compare/v0.1.61...v0.1.62) (2020-07-22)

**Note:** Version bump only for package @material-ui/x-grid-data-generator





## [0.1.61](https://github.com/mui-org/material-ui-x/compare/v0.1.60...v0.1.61) (2020-07-20)

**Note:** Version bump only for package @material-ui/x-grid-data-generator
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/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": "0.1.61",
"version": "0.1.62",
"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/grid/x-grid-modules/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.

## [0.1.62](https://github.com/mui-org/material-ui-x/compare/v0.1.61...v0.1.62) (2020-07-22)

**Note:** Version bump only for package @material-ui/x-grid-modules





## [0.1.61](https://github.com/mui-org/material-ui-x/compare/v0.1.60...v0.1.61) (2020-07-20)

**Note:** Version bump only for package @material-ui/x-grid-modules
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/x-grid-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/x-grid-modules",
"version": "0.1.61",
"version": "0.1.62",
"description": "Material-UI shared grid modules",
"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
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.

## [0.1.62](https://github.com/mui-org/material-ui-x/compare/v0.1.61...v0.1.62) (2020-07-22)

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





## [0.1.61](https://github.com/mui-org/material-ui-x/compare/v0.1.60...v0.1.61) (2020-07-20)

**Note:** Version bump only for package @material-ui/x-grid
Expand Down
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": "0.1.61",
"version": "0.1.62",
"description": "The Material-UI X edition of the data grid component.",
"author": "Material-UI Team",
"main": "dist/index-cjs.js",
Expand All @@ -17,7 +17,7 @@
"tslib": "^2.0.0"
},
"devDependencies": {
"@material-ui/x-grid-modules": "^0.1.61",
"@material-ui/x-grid-modules": "^0.1.62",
"@material-ui/x-license": "^0.1.61",
"@rollup/plugin-node-resolve": "^8.0.1",
"@rollup/plugin-replace": "^2.3.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/storybook/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.

## [0.1.62](https://github.com/mui-org/material-ui-x/compare/v0.1.61...v0.1.62) (2020-07-22)

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





## [0.1.61](https://github.com/mui-org/material-ui-x/compare/v0.1.60...v0.1.61) (2020-07-20)

**Note:** Version bump only for package @material-ui/x-storybook
Expand Down
8 changes: 4 additions & 4 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@material-ui/x-storybook",
"version": "0.1.61",
"version": "0.1.62",
"description": "Storybook components",
"author": "Material-UI Team",
"private": true,
"dependencies": {
"@material-ui/core": "^4.9.12",
"@material-ui/data-grid": "^0.1.61",
"@material-ui/data-grid": "^0.1.62",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.54",
"@material-ui/x-grid": "^0.1.61",
"@material-ui/x-grid-data-generator": "^0.1.61",
"@material-ui/x-grid": "^0.1.62",
"@material-ui/x-grid-data-generator": "^0.1.62",
"@material-ui/x-license": "^0.1.61",
"faker": "^4.1.0",
"react": "^16.13.1",
Expand Down

0 comments on commit b096de0

Please sign in to comment.