Skip to content

Commit

Permalink
v5.0.0-alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Sep 26, 2020
1 parent de5c502 commit b4fe7ee
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 31 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.0.0-alpha.10",
"version": "5.0.0-alpha.11",
"private": true,
"scripts": {
"proptypes": "cross-env BABEL_ENV=test babel-node --extensions \".tsx,.ts,.js\" ./scripts/generateProptypes.ts",
Expand Down
1 change: 0 additions & 1 deletion packages/material-ui-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"keywords": [
"react",
"react-component",
"material design",
"material-ui",
"codemod",
"jscodeshift"
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"keywords": [
"react",
"react-component",
"material design",
"material-ui",
"material design",
"docs"
],
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/material-ui-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@material-ui/icons",
"version": "5.0.0-alpha.7",
"version": "5.0.0-alpha.11",
"private": false,
"author": "Material-UI Team",
"description": "Material Design Svg Icons converted to Material-UI React components.",
"main": "./src/index.js",
"keywords": [
"react",
"react-component",
"material design",
"material-ui",
"material design",
"icons"
],
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions packages/material-ui-lab/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@material-ui/lab",
"version": "5.0.0-alpha.10",
"version": "5.0.0-alpha.11",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Lab - Incubator for Material-UI React components.",
"main": "./src/index.js",
"keywords": [
"react",
"react-component",
"material design",
"material-ui",
"material design",
"lab"
],
"repository": {
Expand All @@ -34,7 +34,7 @@
"typescript": "tslint -p tsconfig.json \"{src,test}/**/*.{spec,d}.{ts,tsx}\" && tsc -p tsconfig.json"
},
"peerDependencies": {
"@material-ui/core": "^5.0.0-alpha.10",
"@material-ui/core": "^5.0.0-alpha.11",
"@types/react": "^16.8.6",
"react": "^16.8.0",
"react-dom": "^16.8.0"
Expand All @@ -46,7 +46,7 @@
},
"dependencies": {
"@babel/runtime": "^7.4.4",
"@material-ui/system": "^5.0.0-alpha.6",
"@material-ui/system": "^5.0.0-alpha.11",
"@material-ui/utils": "^5.0.0-alpha.8",
"clsx": "^1.0.4",
"prop-types": "^15.7.2",
Expand Down
3 changes: 2 additions & 1 deletion packages/material-ui-styled-engine-sc/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# @material-ui/styled-engine-sc

This package is a wrapper around the `styled-components` package. It is created to be used as alias for the `@material-ui/styled-engine` package, for the developers who would like to use `styled-components` as a styled engine instead of `@emotion/styled`.
This package is a wrapper around the `styled-components` package.
It is created to be used as alias for the `@material-ui/styled-engine` package, for the developers who would like to use `styled-components` as a styled engine instead of `@emotion/styled`.

## Installation

Expand Down
7 changes: 3 additions & 4 deletions packages/material-ui-styled-engine-sc/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"name": "@material-ui/styled-engine-sc",
"version": "5.0.0-alpha.8",
"version": "5.0.0-alpha.11",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Styled - Wrapper package for styled utility.",
"description": "Material-UI Styled - Wrapper package for styled-components.",
"main": "./src/index.js",
"keywords": [
"react",
"react-component",
"material design",
"material-ui",
"styled"
"styled-components"
],
"repository": {
"type": "git",
Expand Down
4 changes: 3 additions & 1 deletion packages/material-ui-styled-engine/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# @material-ui/styled-engine

This package is a wrapper around the `@emotion/styled` package. It is used internally in the `@material-ui/core` package. If you wish to use `styled-components` instead please use an alias to replace this package with `@material-ui/styled-engine-sc`.
This package is a wrapper around the `@emotion/styled` package.
It is used internally in the `@material-ui/core` package.
If you wish to use `styled-components` instead please use an alias to replace this package with `@material-ui/styled-engine-sc`.
7 changes: 3 additions & 4 deletions packages/material-ui-styled-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"name": "@material-ui/styled-engine",
"version": "5.0.0-alpha.8",
"version": "5.0.0-alpha.11",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Styled - Wrapper package for styled utility.",
"description": "Material-UI Styled - Wrapper package for emotion.",
"main": "./src/index.js",
"keywords": [
"react",
"react-component",
"material design",
"material-ui",
"styled"
"emotion"
],
"repository": {
"type": "git",
Expand Down
3 changes: 1 addition & 2 deletions packages/material-ui-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "@material-ui/styles",
"version": "5.0.0-alpha.8",
"version": "5.0.0-alpha.11",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Styles - The styling solution of Material-UI.",
"main": "./src/index.js",
"keywords": [
"react",
"react-component",
"material design",
"material-ui",
"styles"
],
Expand Down
3 changes: 1 addition & 2 deletions packages/material-ui-system/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "@material-ui/system",
"version": "5.0.0-alpha.6",
"version": "5.0.0-alpha.11",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI System - Design system for Material-UI.",
"main": "./src/index.js",
"keywords": [
"react",
"react-component",
"material design",
"material-ui",
"system"
],
Expand Down
1 change: 0 additions & 1 deletion packages/material-ui-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"keywords": [
"react",
"react-component",
"material design",
"material-ui",
"types"
],
Expand Down
1 change: 0 additions & 1 deletion packages/material-ui-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"keywords": [
"react",
"react-component",
"material design",
"material-ui",
"utils"
],
Expand Down
12 changes: 6 additions & 6 deletions packages/material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@material-ui/core",
"version": "5.0.0-alpha.10",
"version": "5.0.0-alpha.11",
"private": false,
"author": "Material-UI Team",
"description": "React components that implement Google's Material Design.",
"keywords": [
"react",
"react-component",
"material design",
"material-ui"
"material-ui",
"material design"
],
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,9 +52,9 @@
},
"dependencies": {
"@babel/runtime": "^7.4.4",
"@material-ui/styled-engine": "^5.0.0-alpha.1",
"@material-ui/styles": "^5.0.0-alpha.8",
"@material-ui/system": "^5.0.0-alpha.6",
"@material-ui/styled-engine": "^5.0.0-alpha.11",
"@material-ui/styles": "^5.0.0-alpha.11",
"@material-ui/system": "^5.0.0-alpha.11",
"@material-ui/types": "^5.1.0",
"@material-ui/utils": "^5.0.0-alpha.8",
"@types/react-transition-group": "^4.2.0",
Expand Down

0 comments on commit b4fe7ee

Please sign in to comment.