Skip to content

Commit

Permalink
v2.0.0-alpha.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Oct 23, 2019
1 parent 6ab0456 commit d42497f
Show file tree
Hide file tree
Showing 35 changed files with 244 additions and 244 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.9"
"version": "2.0.0-alpha.10"
}
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.9",
"version": "2.0.0-alpha.10",
"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.9",
"@react-md/elevation": "^2.0.0-alpha.9",
"@react-md/portal": "^2.0.0-alpha.9",
"@react-md/theme": "^2.0.0-alpha.9",
"@react-md/transition": "^2.0.0-alpha.9",
"@react-md/typography": "^2.0.0-alpha.9",
"@react-md/utils": "^2.0.0-alpha.9",
"@react-md/button": "^2.0.0-alpha.10",
"@react-md/elevation": "^2.0.0-alpha.10",
"@react-md/portal": "^2.0.0-alpha.10",
"@react-md/theme": "^2.0.0-alpha.10",
"@react-md/transition": "^2.0.0-alpha.10",
"@react-md/typography": "^2.0.0-alpha.10",
"@react-md/utils": "^2.0.0-alpha.10",
"classnames": "^2.2.6",
"react-transition-group": "^4.3.0"
},
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.9",
"version": "2.0.0-alpha.10",
"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.9",
"@react-md/elevation": "^2.0.0-alpha.9",
"@react-md/icon": "^2.0.0-alpha.9",
"@react-md/theme": "^2.0.0-alpha.9",
"@react-md/typography": "^2.0.0-alpha.9",
"@react-md/utils": "^2.0.0-alpha.9",
"@react-md/button": "^2.0.0-alpha.10",
"@react-md/elevation": "^2.0.0-alpha.10",
"@react-md/icon": "^2.0.0-alpha.10",
"@react-md/theme": "^2.0.0-alpha.10",
"@react-md/typography": "^2.0.0-alpha.10",
"@react-md/utils": "^2.0.0-alpha.10",
"classnames": "^2.2.6"
},
"peerDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions packages/autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/autocomplete",
"version": "2.0.0-alpha.9",
"version": "2.0.0-alpha.10",
"description": "",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -38,14 +38,14 @@
],
"license": "MIT",
"dependencies": {
"@react-md/form": "^2.0.0-alpha.9",
"@react-md/list": "^2.0.0-alpha.9",
"@react-md/portal": "^2.0.0-alpha.9",
"@react-md/states": "^2.0.0-alpha.9",
"@react-md/theme": "^2.0.0-alpha.9",
"@react-md/transition": "^2.0.0-alpha.9",
"@react-md/typography": "^2.0.0-alpha.9",
"@react-md/utils": "^2.0.0-alpha.9",
"@react-md/form": "^2.0.0-alpha.10",
"@react-md/list": "^2.0.0-alpha.10",
"@react-md/portal": "^2.0.0-alpha.10",
"@react-md/states": "^2.0.0-alpha.10",
"@react-md/theme": "^2.0.0-alpha.10",
"@react-md/transition": "^2.0.0-alpha.10",
"@react-md/typography": "^2.0.0-alpha.10",
"@react-md/utils": "^2.0.0-alpha.10",
"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.9",
"version": "2.0.0-alpha.10",
"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.9",
"@react-md/theme": "^2.0.0-alpha.9",
"@react-md/utils": "^2.0.0-alpha.9",
"@react-md/icon": "^2.0.0-alpha.10",
"@react-md/theme": "^2.0.0-alpha.10",
"@react-md/utils": "^2.0.0-alpha.10",
"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.9",
"version": "2.0.0-alpha.10",
"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.9",
"@react-md/icon": "^2.0.0-alpha.9",
"@react-md/theme": "^2.0.0-alpha.9",
"@react-md/typography": "^2.0.0-alpha.9",
"@react-md/utils": "^2.0.0-alpha.9",
"@react-md/button": "^2.0.0-alpha.10",
"@react-md/icon": "^2.0.0-alpha.10",
"@react-md/theme": "^2.0.0-alpha.10",
"@react-md/typography": "^2.0.0-alpha.10",
"@react-md/utils": "^2.0.0-alpha.10",
"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.9",
"version": "2.0.0-alpha.10",
"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.9",
"@react-md/icon": "^2.0.0-alpha.9",
"@react-md/states": "^2.0.0-alpha.9",
"@react-md/theme": "^2.0.0-alpha.9",
"@react-md/typography": "^2.0.0-alpha.9",
"@react-md/utils": "^2.0.0-alpha.9",
"@react-md/elevation": "^2.0.0-alpha.10",
"@react-md/icon": "^2.0.0-alpha.10",
"@react-md/states": "^2.0.0-alpha.10",
"@react-md/theme": "^2.0.0-alpha.10",
"@react-md/typography": "^2.0.0-alpha.10",
"@react-md/utils": "^2.0.0-alpha.10",
"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.9",
"version": "2.0.0-alpha.10",
"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.9",
"@react-md/icon": "^2.0.0-alpha.9",
"@react-md/states": "^2.0.0-alpha.9",
"@react-md/theme": "^2.0.0-alpha.9",
"@react-md/typography": "^2.0.0-alpha.9",
"@react-md/utils": "^2.0.0-alpha.9",
"@react-md/elevation": "^2.0.0-alpha.10",
"@react-md/icon": "^2.0.0-alpha.10",
"@react-md/states": "^2.0.0-alpha.10",
"@react-md/theme": "^2.0.0-alpha.10",
"@react-md/typography": "^2.0.0-alpha.10",
"@react-md/utils": "^2.0.0-alpha.10",
"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.9",
"version": "2.0.0-alpha.10",
"description": "",
"scripts": {
"build": "dev-utils build",
Expand Down Expand Up @@ -37,12 +37,12 @@
],
"license": "MIT",
"dependencies": {
"@react-md/elevation": "^2.0.0-alpha.9",
"@react-md/icon": "^2.0.0-alpha.9",
"@react-md/states": "^2.0.0-alpha.9",
"@react-md/theme": "^2.0.0-alpha.9",
"@react-md/typography": "^2.0.0-alpha.9",
"@react-md/utils": "^2.0.0-alpha.9",
"@react-md/elevation": "^2.0.0-alpha.10",
"@react-md/icon": "^2.0.0-alpha.10",
"@react-md/states": "^2.0.0-alpha.10",
"@react-md/theme": "^2.0.0-alpha.10",
"@react-md/typography": "^2.0.0-alpha.10",
"@react-md/utils": "^2.0.0-alpha.10",
"classnames": "^2.2.6"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-md/dev-utils",
"version": "2.0.0-alpha.6",
"version": "2.0.0-alpha.10",
"description": "Common build utilities for react-md. Contains helpers for building, watching, testing, etc",
"private": true,
"bin": {
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.9",
"version": "2.0.0-alpha.10",
"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.9",
"@react-md/elevation": "^2.0.0-alpha.9",
"@react-md/overlay": "^2.0.0-alpha.9",
"@react-md/portal": "^2.0.0-alpha.9",
"@react-md/theme": "^2.0.0-alpha.9",
"@react-md/transition": "^2.0.0-alpha.9",
"@react-md/typography": "^2.0.0-alpha.9",
"@react-md/utils": "^2.0.0-alpha.9",
"@react-md/app-bar": "^2.0.0-alpha.10",
"@react-md/elevation": "^2.0.0-alpha.10",
"@react-md/overlay": "^2.0.0-alpha.10",
"@react-md/portal": "^2.0.0-alpha.10",
"@react-md/theme": "^2.0.0-alpha.10",
"@react-md/transition": "^2.0.0-alpha.10",
"@react-md/typography": "^2.0.0-alpha.10",
"@react-md/utils": "^2.0.0-alpha.10",
"classnames": "^2.2.6",
"react-transition-group": "^4.3.0"
},
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.9",
"version": "2.0.0-alpha.10",
"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.9",
"@react-md/utils": "^2.0.0-alpha.9",
"@react-md/theme": "^2.0.0-alpha.10",
"@react-md/utils": "^2.0.0-alpha.10",
"classnames": "^2.2.6"
},
"peerDependencies": {
Expand Down
62 changes: 31 additions & 31 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.9",
"version": "2.0.0-alpha.10",
"description": "The documentation site for react-md",
"private": true,
"scripts": {
Expand All @@ -26,35 +26,35 @@
},
"license": "MIT",
"dependencies": {
"@react-md/alert": "^2.0.0-alpha.9",
"@react-md/app-bar": "^2.0.0-alpha.9",
"@react-md/avatar": "^2.0.0-alpha.9",
"@react-md/badge": "^2.0.0-alpha.9",
"@react-md/button": "^2.0.0-alpha.9",
"@react-md/card": "^2.0.0-alpha.9",
"@react-md/dialog": "^2.0.0-alpha.9",
"@react-md/divider": "^2.0.0-alpha.9",
"@react-md/elevation": "^2.0.0-alpha.9",
"@react-md/form": "^2.0.0-alpha.9",
"@react-md/icon": "^2.0.0-alpha.9",
"@react-md/layout": "^2.0.0-alpha.9",
"@react-md/link": "^2.0.0-alpha.9",
"@react-md/list": "^2.0.0-alpha.9",
"@react-md/material-icons": "^2.0.0-alpha.9",
"@react-md/media": "^2.0.0-alpha.9",
"@react-md/menu": "^2.0.0-alpha.9",
"@react-md/overlay": "^2.0.0-alpha.9",
"@react-md/portal": "^2.0.0-alpha.9",
"@react-md/progress": "^2.0.0-alpha.9",
"@react-md/sheet": "^2.0.0-alpha.9",
"@react-md/states": "^2.0.0-alpha.9",
"@react-md/table": "^2.0.0-alpha.9",
"@react-md/theme": "^2.0.0-alpha.9",
"@react-md/tooltip": "^2.0.0-alpha.9",
"@react-md/transition": "^2.0.0-alpha.9",
"@react-md/tree": "^2.0.0-alpha.9",
"@react-md/typography": "^2.0.0-alpha.9",
"@react-md/utils": "^2.0.0-alpha.9",
"@react-md/alert": "^2.0.0-alpha.10",
"@react-md/app-bar": "^2.0.0-alpha.10",
"@react-md/avatar": "^2.0.0-alpha.10",
"@react-md/badge": "^2.0.0-alpha.10",
"@react-md/button": "^2.0.0-alpha.10",
"@react-md/card": "^2.0.0-alpha.10",
"@react-md/dialog": "^2.0.0-alpha.10",
"@react-md/divider": "^2.0.0-alpha.10",
"@react-md/elevation": "^2.0.0-alpha.10",
"@react-md/form": "^2.0.0-alpha.10",
"@react-md/icon": "^2.0.0-alpha.10",
"@react-md/layout": "^2.0.0-alpha.10",
"@react-md/link": "^2.0.0-alpha.10",
"@react-md/list": "^2.0.0-alpha.10",
"@react-md/material-icons": "^2.0.0-alpha.10",
"@react-md/media": "^2.0.0-alpha.10",
"@react-md/menu": "^2.0.0-alpha.10",
"@react-md/overlay": "^2.0.0-alpha.10",
"@react-md/portal": "^2.0.0-alpha.10",
"@react-md/progress": "^2.0.0-alpha.10",
"@react-md/sheet": "^2.0.0-alpha.10",
"@react-md/states": "^2.0.0-alpha.10",
"@react-md/table": "^2.0.0-alpha.10",
"@react-md/theme": "^2.0.0-alpha.10",
"@react-md/tooltip": "^2.0.0-alpha.10",
"@react-md/transition": "^2.0.0-alpha.10",
"@react-md/tree": "^2.0.0-alpha.10",
"@react-md/typography": "^2.0.0-alpha.10",
"@react-md/utils": "^2.0.0-alpha.10",
"codesandbox": "^2.1.10",
"cookie-parser": "^1.4.4",
"express": "^4.17.1",
Expand All @@ -74,7 +74,7 @@
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@react-md/dev-utils": "^2.0.0-alpha.6",
"@react-md/dev-utils": "^2.0.0-alpha.10",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.1",
"@types/gtag.js": "^0.0.3",
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.9",
"version": "2.0.0-alpha.10",
"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.9",
"@react-md/transition": "^2.0.0-alpha.9",
"@react-md/utils": "^2.0.0-alpha.9"
"@react-md/theme": "^2.0.0-alpha.10",
"@react-md/transition": "^2.0.0-alpha.10",
"@react-md/utils": "^2.0.0-alpha.10"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit d42497f

Please sign in to comment.