Skip to content

Commit

Permalink
v2.0.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Jul 29, 2019
1 parent ad6026a commit 349a5ee
Show file tree
Hide file tree
Showing 32 changed files with 210 additions and 210 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"useWorkspaces": true,
"npmClient": "yarn",
"version": "2.0.0-alpha.7"
"version": "2.0.0-alpha.8"
}
16 changes: 8 additions & 8 deletions packages/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/alert",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"description": "Create accessible alerts through snackbars and banners.",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -38,13 +38,13 @@
],
"license": "MIT",
"dependencies": {
"@react-md/button": "^2.0.0-alpha.7",
"@react-md/elevation": "^2.0.0-alpha.7",
"@react-md/portal": "^2.0.0-alpha.7",
"@react-md/theme": "^2.0.0-alpha.7",
"@react-md/transition": "^2.0.0-alpha.7",
"@react-md/typography": "^2.0.0-alpha.7",
"@react-md/utils": "^2.0.0-alpha.7",
"@react-md/button": "^2.0.0-alpha.8",
"@react-md/elevation": "^2.0.0-alpha.8",
"@react-md/portal": "^2.0.0-alpha.8",
"@react-md/theme": "^2.0.0-alpha.8",
"@react-md/transition": "^2.0.0-alpha.8",
"@react-md/typography": "^2.0.0-alpha.8",
"@react-md/utils": "^2.0.0-alpha.8",
"classnames": "^2.2.6",
"react-transition-group": "^4.2.1"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/app-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/app-bar",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"description": "This small package implments the AppBar spec in material design.",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -36,12 +36,12 @@
],
"license": "MIT",
"dependencies": {
"@react-md/button": "^2.0.0-alpha.7",
"@react-md/elevation": "^2.0.0-alpha.7",
"@react-md/icon": "^2.0.0-alpha.7",
"@react-md/theme": "^2.0.0-alpha.7",
"@react-md/typography": "^2.0.0-alpha.7",
"@react-md/utils": "^2.0.0-alpha.7",
"@react-md/button": "^2.0.0-alpha.8",
"@react-md/elevation": "^2.0.0-alpha.8",
"@react-md/icon": "^2.0.0-alpha.8",
"@react-md/theme": "^2.0.0-alpha.8",
"@react-md/typography": "^2.0.0-alpha.8",
"@react-md/utils": "^2.0.0-alpha.8",
"classnames": "^2.2.6"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/avatar",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"description": "This package is used to avatars which are used to symbolize people or objects.",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -36,9 +36,9 @@
],
"license": "MIT",
"dependencies": {
"@react-md/icon": "^2.0.0-alpha.7",
"@react-md/theme": "^2.0.0-alpha.7",
"@react-md/utils": "^2.0.0-alpha.7",
"@react-md/icon": "^2.0.0-alpha.8",
"@react-md/theme": "^2.0.0-alpha.8",
"@react-md/utils": "^2.0.0-alpha.8",
"classnames": "^2.2.6"
},
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/badge",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"description": "Create a badge that is fixed to another element. This is generally used for notification counts.",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -37,11 +37,11 @@
],
"license": "MIT",
"dependencies": {
"@react-md/button": "^2.0.0-alpha.7",
"@react-md/icon": "^2.0.0-alpha.7",
"@react-md/theme": "^2.0.0-alpha.7",
"@react-md/typography": "^2.0.0-alpha.7",
"@react-md/utils": "^2.0.0-alpha.7",
"@react-md/button": "^2.0.0-alpha.8",
"@react-md/icon": "^2.0.0-alpha.8",
"@react-md/theme": "^2.0.0-alpha.8",
"@react-md/typography": "^2.0.0-alpha.8",
"@react-md/utils": "^2.0.0-alpha.8",
"classnames": "^2.2.6"
},
"peerDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/button",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"description": "This package is used to create buttons with the material design spec. There is built-in support to be able to render accessible clickable divs that look like buttons, or even apply button styles to any element.",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -37,12 +37,12 @@
],
"license": "MIT",
"dependencies": {
"@react-md/elevation": "^2.0.0-alpha.7",
"@react-md/icon": "^2.0.0-alpha.7",
"@react-md/states": "^2.0.0-alpha.7",
"@react-md/theme": "^2.0.0-alpha.7",
"@react-md/typography": "^2.0.0-alpha.7",
"@react-md/utils": "^2.0.0-alpha.7",
"@react-md/elevation": "^2.0.0-alpha.8",
"@react-md/icon": "^2.0.0-alpha.8",
"@react-md/states": "^2.0.0-alpha.8",
"@react-md/theme": "^2.0.0-alpha.8",
"@react-md/typography": "^2.0.0-alpha.8",
"@react-md/utils": "^2.0.0-alpha.8",
"classnames": "^2.2.6"
},
"peerDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/card",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"description": "Create interactable cards from the material design specifications.",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -37,12 +37,12 @@
],
"license": "MIT",
"dependencies": {
"@react-md/elevation": "^2.0.0-alpha.7",
"@react-md/icon": "^2.0.0-alpha.7",
"@react-md/states": "^2.0.0-alpha.7",
"@react-md/theme": "^2.0.0-alpha.7",
"@react-md/typography": "^2.0.0-alpha.7",
"@react-md/utils": "^2.0.0-alpha.7",
"@react-md/elevation": "^2.0.0-alpha.8",
"@react-md/icon": "^2.0.0-alpha.8",
"@react-md/states": "^2.0.0-alpha.8",
"@react-md/theme": "^2.0.0-alpha.8",
"@react-md/typography": "^2.0.0-alpha.8",
"@react-md/utils": "^2.0.0-alpha.8",
"classnames": "^2.2.6"
},
"peerDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/chip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/chip",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"description": "",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -37,12 +37,12 @@
],
"license": "MIT",
"dependencies": {
"@react-md/elevation": "^2.0.0-alpha.7",
"@react-md/icon": "^2.0.0-alpha.7",
"@react-md/states": "^2.0.0-alpha.7",
"@react-md/theme": "^2.0.0-alpha.7",
"@react-md/typography": "^2.0.0-alpha.7",
"@react-md/utils": "^2.0.0-alpha.7",
"@react-md/elevation": "^2.0.0-alpha.8",
"@react-md/icon": "^2.0.0-alpha.8",
"@react-md/states": "^2.0.0-alpha.8",
"@react-md/theme": "^2.0.0-alpha.8",
"@react-md/typography": "^2.0.0-alpha.8",
"@react-md/utils": "^2.0.0-alpha.8",
"classnames": "^2.2.6"
},
"peerDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions packages/dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/dialog",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"description": "This package is used to create accessible dialogs and modals.",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -38,14 +38,14 @@
],
"license": "MIT",
"dependencies": {
"@react-md/app-bar": "^2.0.0-alpha.7",
"@react-md/elevation": "^2.0.0-alpha.7",
"@react-md/overlay": "^2.0.0-alpha.7",
"@react-md/portal": "^2.0.0-alpha.7",
"@react-md/theme": "^2.0.0-alpha.7",
"@react-md/transition": "^2.0.0-alpha.7",
"@react-md/typography": "^2.0.0-alpha.7",
"@react-md/utils": "^2.0.0-alpha.7",
"@react-md/app-bar": "^2.0.0-alpha.8",
"@react-md/elevation": "^2.0.0-alpha.8",
"@react-md/overlay": "^2.0.0-alpha.8",
"@react-md/portal": "^2.0.0-alpha.8",
"@react-md/theme": "^2.0.0-alpha.8",
"@react-md/transition": "^2.0.0-alpha.8",
"@react-md/typography": "^2.0.0-alpha.8",
"@react-md/utils": "^2.0.0-alpha.8",
"classnames": "^2.2.6",
"react-transition-group": "^4.2.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/divider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/divider",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"description": "This package is used to create horizontal or vertical dividers in your application.",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -35,8 +35,8 @@
],
"license": "MIT",
"dependencies": {
"@react-md/theme": "^2.0.0-alpha.7",
"@react-md/utils": "^2.0.0-alpha.7",
"@react-md/theme": "^2.0.0-alpha.8",
"@react-md/utils": "^2.0.0-alpha.8",
"classnames": "^2.2.6"
},
"peerDependencies": {
Expand Down
58 changes: 29 additions & 29 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "documentation",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"description": "The documentation site for react-md",
"private": true,
"scripts": {
Expand All @@ -27,34 +27,34 @@
},
"license": "MIT",
"dependencies": {
"@react-md/alert": "^2.0.0-alpha.7",
"@react-md/app-bar": "^2.0.0-alpha.7",
"@react-md/avatar": "^2.0.0-alpha.7",
"@react-md/badge": "^2.0.0-alpha.7",
"@react-md/button": "^2.0.0-alpha.7",
"@react-md/card": "^2.0.0-alpha.7",
"@react-md/dialog": "^2.0.0-alpha.7",
"@react-md/divider": "^2.0.0-alpha.7",
"@react-md/elevation": "^2.0.0-alpha.7",
"@react-md/form": "^2.0.0-alpha.7",
"@react-md/icon": "^2.0.0-alpha.7",
"@react-md/link": "^2.0.0-alpha.7",
"@react-md/list": "^2.0.0-alpha.7",
"@react-md/material-icons": "^2.0.0-alpha.7",
"@react-md/media": "^2.0.0-alpha.7",
"@react-md/menu": "^2.0.0-alpha.7",
"@react-md/overlay": "^2.0.0-alpha.7",
"@react-md/portal": "^2.0.0-alpha.7",
"@react-md/progress": "^2.0.0-alpha.7",
"@react-md/sheet": "^2.0.0-alpha.7",
"@react-md/states": "^2.0.0-alpha.7",
"@react-md/table": "^2.0.0-alpha.7",
"@react-md/theme": "^2.0.0-alpha.7",
"@react-md/tooltip": "^2.0.0-alpha.7",
"@react-md/transition": "^2.0.0-alpha.7",
"@react-md/tree": "^2.0.0-alpha.7",
"@react-md/typography": "^2.0.0-alpha.7",
"@react-md/utils": "^2.0.0-alpha.7",
"@react-md/alert": "^2.0.0-alpha.8",
"@react-md/app-bar": "^2.0.0-alpha.8",
"@react-md/avatar": "^2.0.0-alpha.8",
"@react-md/badge": "^2.0.0-alpha.8",
"@react-md/button": "^2.0.0-alpha.8",
"@react-md/card": "^2.0.0-alpha.8",
"@react-md/dialog": "^2.0.0-alpha.8",
"@react-md/divider": "^2.0.0-alpha.8",
"@react-md/elevation": "^2.0.0-alpha.8",
"@react-md/form": "^2.0.0-alpha.8",
"@react-md/icon": "^2.0.0-alpha.8",
"@react-md/link": "^2.0.0-alpha.8",
"@react-md/list": "^2.0.0-alpha.8",
"@react-md/material-icons": "^2.0.0-alpha.8",
"@react-md/media": "^2.0.0-alpha.8",
"@react-md/menu": "^2.0.0-alpha.8",
"@react-md/overlay": "^2.0.0-alpha.8",
"@react-md/portal": "^2.0.0-alpha.8",
"@react-md/progress": "^2.0.0-alpha.8",
"@react-md/sheet": "^2.0.0-alpha.8",
"@react-md/states": "^2.0.0-alpha.8",
"@react-md/table": "^2.0.0-alpha.8",
"@react-md/theme": "^2.0.0-alpha.8",
"@react-md/tooltip": "^2.0.0-alpha.8",
"@react-md/transition": "^2.0.0-alpha.8",
"@react-md/tree": "^2.0.0-alpha.8",
"@react-md/typography": "^2.0.0-alpha.8",
"@react-md/utils": "^2.0.0-alpha.8",
"codesandbox": "^2.1.9",
"cookie-parser": "^1.4.4",
"express": "^4.17.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/elevation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/elevation",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"description": "This is a small package for react-md that can create the elevation styles in the material design spec.",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -31,9 +31,9 @@
],
"license": "MIT",
"dependencies": {
"@react-md/theme": "^2.0.0-alpha.7",
"@react-md/transition": "^2.0.0-alpha.7",
"@react-md/utils": "^2.0.0-alpha.7"
"@react-md/theme": "^2.0.0-alpha.8",
"@react-md/transition": "^2.0.0-alpha.8",
"@react-md/utils": "^2.0.0-alpha.8"
},
"publishConfig": {
"access": "public"
Expand Down
18 changes: 9 additions & 9 deletions packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/form",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"description": "This package is for creating all the different form input types.",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -43,14 +43,14 @@
],
"license": "MIT",
"dependencies": {
"@react-md/button": "^2.0.0-alpha.7",
"@react-md/icon": "^2.0.0-alpha.7",
"@react-md/progress": "^2.0.0-alpha.7",
"@react-md/states": "^2.0.0-alpha.7",
"@react-md/theme": "^2.0.0-alpha.7",
"@react-md/transition": "^2.0.0-alpha.7",
"@react-md/typography": "^2.0.0-alpha.7",
"@react-md/utils": "^2.0.0-alpha.7",
"@react-md/button": "^2.0.0-alpha.8",
"@react-md/icon": "^2.0.0-alpha.8",
"@react-md/progress": "^2.0.0-alpha.8",
"@react-md/states": "^2.0.0-alpha.8",
"@react-md/theme": "^2.0.0-alpha.8",
"@react-md/transition": "^2.0.0-alpha.8",
"@react-md/typography": "^2.0.0-alpha.8",
"@react-md/utils": "^2.0.0-alpha.8",
"classnames": "^2.2.6"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/icon",
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"description": "This package is for including icons within react-md. There is included support for both font icons and SVG icons. There is also a helper component for applying spacing between icons and text.",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -37,9 +37,9 @@
],
"license": "MIT",
"dependencies": {
"@react-md/theme": "^2.0.0-alpha.7",
"@react-md/typography": "^2.0.0-alpha.7",
"@react-md/utils": "^2.0.0-alpha.7",
"@react-md/theme": "^2.0.0-alpha.8",
"@react-md/typography": "^2.0.0-alpha.8",
"@react-md/utils": "^2.0.0-alpha.8",
"classnames": "^2.2.6"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 349a5ee

Please sign in to comment.