Skip to content

Commit

Permalink
v6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmfriedman committed Jun 11, 2020
1 parent c06c9d4 commit 665241e
Show file tree
Hide file tree
Showing 23 changed files with 73 additions and 73 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"src/*"
],
"version": "6.1.1"
"version": "6.1.2"
}
4 changes: 2 additions & 2 deletions src/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rmwc/avatar",
"version": "6.1.1",
"version": "6.1.2",
"description": "RMWC avatar component",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@rmwc/base": "^6.0.14",
"@rmwc/icon": "^6.0.14",
"@rmwc/ripple": "^6.1.1",
"@rmwc/ripple": "^6.1.2",
"@rmwc/types": "^6.0.5"
},
"gitHead": "d9befec0e3b258864b71686eecd16c16feb43cf1"
Expand Down
4 changes: 2 additions & 2 deletions src/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rmwc/button",
"version": "6.1.1",
"version": "6.1.2",
"description": "RMWC Button component",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@rmwc/base": "^6.0.14",
"@rmwc/icon": "^6.0.14",
"@rmwc/provider": "^6.0.14",
"@rmwc/ripple": "^6.1.1",
"@rmwc/ripple": "^6.1.2",
"@rmwc/types": "^6.0.5"
},
"gitHead": "d9befec0e3b258864b71686eecd16c16feb43cf1"
Expand Down
8 changes: 4 additions & 4 deletions src/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rmwc/card",
"version": "6.1.1",
"version": "6.1.2",
"description": "RMWC Card component",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -38,9 +38,9 @@
"dependencies": {
"@material/card": "^5.1.0",
"@rmwc/base": "^6.0.14",
"@rmwc/button": "^6.1.1",
"@rmwc/icon-button": "^6.1.1",
"@rmwc/ripple": "^6.1.1",
"@rmwc/button": "^6.1.2",
"@rmwc/icon-button": "^6.1.2",
"@rmwc/ripple": "^6.1.2",
"@rmwc/types": "^6.0.5"
},
"gitHead": "d9befec0e3b258864b71686eecd16c16feb43cf1"
Expand Down
4 changes: 2 additions & 2 deletions src/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rmwc/checkbox",
"version": "6.1.1",
"version": "6.1.2",
"description": "RMWC Checkbox component",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@material/form-field": "^5.1.0",
"@rmwc/base": "^6.0.14",
"@rmwc/formfield": "^6.0.14",
"@rmwc/ripple": "^6.1.1",
"@rmwc/ripple": "^6.1.2",
"@rmwc/toggleable": "^6.0.14",
"@rmwc/types": "^6.0.5"
},
Expand Down
4 changes: 2 additions & 2 deletions src/chip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rmwc/chip",
"version": "6.1.1",
"version": "6.1.2",
"description": "RMWC Chip component",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@material/chips": "^5.1.0",
"@rmwc/base": "^6.0.14",
"@rmwc/icon": "^6.0.14",
"@rmwc/ripple": "^6.1.1",
"@rmwc/ripple": "^6.1.2",
"@rmwc/types": "^6.0.5"
},
"gitHead": "d9befec0e3b258864b71686eecd16c16feb43cf1"
Expand Down
8 changes: 4 additions & 4 deletions src/data-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rmwc/data-table",
"version": "6.1.1",
"version": "6.1.2",
"description": "RMWC Data Table Component",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -38,10 +38,10 @@
"dependencies": {
"@material/data-table": "^5.1.0",
"@rmwc/base": "^6.0.14",
"@rmwc/checkbox": "^6.1.1",
"@rmwc/checkbox": "^6.1.2",
"@rmwc/icon": "^6.0.14",
"@rmwc/select": "^6.1.1",
"@rmwc/switch": "^6.1.1",
"@rmwc/select": "^6.1.2",
"@rmwc/switch": "^6.1.2",
"@rmwc/types": "^6.0.5"
},
"gitHead": "d9befec0e3b258864b71686eecd16c16feb43cf1"
Expand Down
6 changes: 3 additions & 3 deletions src/dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rmwc/dialog",
"version": "6.1.1",
"version": "6.1.2",
"description": "RMWC Dialog component",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -38,8 +38,8 @@
"dependencies": {
"@material/dialog": "^5.1.0",
"@rmwc/base": "^6.0.14",
"@rmwc/button": "^6.1.1",
"@rmwc/textfield": "^6.1.1",
"@rmwc/button": "^6.1.2",
"@rmwc/textfield": "^6.1.2",
"@rmwc/types": "^6.0.5"
},
"gitHead": "d9befec0e3b258864b71686eecd16c16feb43cf1"
Expand Down
4 changes: 2 additions & 2 deletions src/fab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rmwc/fab",
"version": "6.1.1",
"version": "6.1.2",
"description": "RMWC Floating Action Button component",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@rmwc/base": "^6.0.14",
"@rmwc/icon": "^6.0.14",
"@rmwc/provider": "^6.0.14",
"@rmwc/ripple": "^6.1.1",
"@rmwc/ripple": "^6.1.2",
"@rmwc/types": "^6.0.5"
},
"gitHead": "d9befec0e3b258864b71686eecd16c16feb43cf1"
Expand Down
2 changes: 1 addition & 1 deletion src/floating-label/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rmwc/floating-label",
"version": "6.1.1",
"version": "6.1.2",
"description": "RMWC FloatingLabel component",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions src/icon-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rmwc/icon-button",
"version": "6.1.1",
"version": "6.1.2",
"description": "RMWC IconButton component",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@material/icon-button": "^5.1.0",
"@rmwc/base": "^6.0.14",
"@rmwc/icon": "^6.0.14",
"@rmwc/ripple": "^6.1.1",
"@rmwc/ripple": "^6.1.2",
"@rmwc/types": "^6.0.5"
},
"gitHead": "d9befec0e3b258864b71686eecd16c16feb43cf1"
Expand Down
4 changes: 2 additions & 2 deletions src/list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rmwc/list",
"version": "6.1.1",
"version": "6.1.2",
"description": "RMWC List component",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@rmwc/base": "^6.0.14",
"@rmwc/icon": "^6.0.14",
"@rmwc/provider": "^6.0.14",
"@rmwc/ripple": "^6.1.1",
"@rmwc/ripple": "^6.1.2",
"@rmwc/types": "^6.0.5"
},
"gitHead": "d9befec0e3b258864b71686eecd16c16feb43cf1"
Expand Down
4 changes: 2 additions & 2 deletions src/menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rmwc/menu",
"version": "6.1.1",
"version": "6.1.2",
"description": "RMWC Menu component",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@material/menu": "^5.1.0",
"@material/menu-surface": "^5.1.0",
"@rmwc/base": "^6.0.14",
"@rmwc/list": "^6.1.1",
"@rmwc/list": "^6.1.2",
"@rmwc/types": "^6.0.5"
},
"gitHead": "d9befec0e3b258864b71686eecd16c16feb43cf1"
Expand Down
4 changes: 2 additions & 2 deletions src/radio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rmwc/radio",
"version": "6.1.1",
"version": "6.1.2",
"description": "RMWC Radio component",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@material/radio": "^5.1.0",
"@rmwc/base": "^6.0.14",
"@rmwc/formfield": "^6.0.14",
"@rmwc/ripple": "^6.1.1",
"@rmwc/ripple": "^6.1.2",
"@rmwc/toggleable": "^6.0.14",
"@rmwc/types": "^6.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion src/ripple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rmwc/ripple",
"version": "6.1.1",
"version": "6.1.2",
"description": "RMWC Ripple component",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
44 changes: 22 additions & 22 deletions src/rmwc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rmwc",
"version": "6.1.1",
"version": "6.1.2",
"description": "RMWC is a React UI Kit built on Google's official Material Components Web library.",
"main": "dist/index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -37,44 +37,44 @@
"react-dom": "^16.3.x"
},
"dependencies": {
"@rmwc/avatar": "^6.1.1",
"@rmwc/avatar": "^6.1.2",
"@rmwc/badge": "^6.0.14",
"@rmwc/base": "^6.0.14",
"@rmwc/button": "^6.1.1",
"@rmwc/card": "^6.1.1",
"@rmwc/checkbox": "^6.1.1",
"@rmwc/chip": "^6.1.1",
"@rmwc/button": "^6.1.2",
"@rmwc/card": "^6.1.2",
"@rmwc/checkbox": "^6.1.2",
"@rmwc/chip": "^6.1.2",
"@rmwc/circular-progress": "^6.0.14",
"@rmwc/data-table": "^6.1.1",
"@rmwc/dialog": "^6.1.1",
"@rmwc/data-table": "^6.1.2",
"@rmwc/dialog": "^6.1.2",
"@rmwc/drawer": "^6.0.14",
"@rmwc/elevation": "^6.1.0",
"@rmwc/fab": "^6.1.1",
"@rmwc/floating-label": "^6.1.1",
"@rmwc/fab": "^6.1.2",
"@rmwc/floating-label": "^6.1.2",
"@rmwc/formfield": "^6.0.14",
"@rmwc/grid": "^6.0.14",
"@rmwc/grid-list": "^6.0.14",
"@rmwc/icon": "^6.0.14",
"@rmwc/icon-button": "^6.1.1",
"@rmwc/icon-button": "^6.1.2",
"@rmwc/image-list": "^6.0.14",
"@rmwc/line-ripple": "^6.0.14",
"@rmwc/linear-progress": "^6.0.14",
"@rmwc/list": "^6.1.1",
"@rmwc/menu": "^6.1.1",
"@rmwc/list": "^6.1.2",
"@rmwc/menu": "^6.1.2",
"@rmwc/notched-outline": "^6.0.14",
"@rmwc/provider": "^6.0.14",
"@rmwc/radio": "^6.1.1",
"@rmwc/ripple": "^6.1.1",
"@rmwc/select": "^6.1.1",
"@rmwc/radio": "^6.1.2",
"@rmwc/ripple": "^6.1.2",
"@rmwc/select": "^6.1.2",
"@rmwc/slider": "^6.0.14",
"@rmwc/snackbar": "^6.1.1",
"@rmwc/switch": "^6.1.1",
"@rmwc/tabs": "^6.1.1",
"@rmwc/textfield": "^6.1.1",
"@rmwc/theme": "^6.1.1",
"@rmwc/snackbar": "^6.1.2",
"@rmwc/switch": "^6.1.2",
"@rmwc/tabs": "^6.1.2",
"@rmwc/textfield": "^6.1.2",
"@rmwc/theme": "^6.1.2",
"@rmwc/toggleable": "^6.0.14",
"@rmwc/tooltip": "^6.0.14",
"@rmwc/top-app-bar": "^6.1.1",
"@rmwc/top-app-bar": "^6.1.2",
"@rmwc/types": "^6.0.5",
"@rmwc/typography": "^6.0.14",
"material-components-web": "^5.1.0"
Expand Down
10 changes: 5 additions & 5 deletions src/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rmwc/select",
"version": "6.1.1",
"version": "6.1.2",
"description": "RMWC Select component",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -38,13 +38,13 @@
"dependencies": {
"@material/select": "^5.1.0",
"@rmwc/base": "^6.0.14",
"@rmwc/floating-label": "^6.1.1",
"@rmwc/floating-label": "^6.1.2",
"@rmwc/icon": "^6.0.14",
"@rmwc/line-ripple": "^6.0.14",
"@rmwc/list": "^6.1.1",
"@rmwc/menu": "^6.1.1",
"@rmwc/list": "^6.1.2",
"@rmwc/menu": "^6.1.2",
"@rmwc/notched-outline": "^6.0.14",
"@rmwc/ripple": "^6.1.1",
"@rmwc/ripple": "^6.1.2",
"@rmwc/types": "^6.0.5"
},
"gitHead": "d9befec0e3b258864b71686eecd16c16feb43cf1"
Expand Down
6 changes: 3 additions & 3 deletions src/snackbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rmwc/snackbar",
"version": "6.1.1",
"version": "6.1.2",
"description": "RMWC Snackbar component",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -38,9 +38,9 @@
"dependencies": {
"@material/snackbar": "^5.1.0",
"@rmwc/base": "^6.0.14",
"@rmwc/button": "^6.1.1",
"@rmwc/button": "^6.1.2",
"@rmwc/icon": "^6.0.14",
"@rmwc/icon-button": "^6.1.1",
"@rmwc/icon-button": "^6.1.2",
"@rmwc/types": "^6.0.5"
},
"gitHead": "d9befec0e3b258864b71686eecd16c16feb43cf1"
Expand Down
4 changes: 2 additions & 2 deletions src/switch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rmwc/switch",
"version": "6.1.1",
"version": "6.1.2",
"description": "RMWC Switch component",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@material/switch": "^5.1.0",
"@rmwc/base": "^6.0.14",
"@rmwc/formfield": "^6.0.14",
"@rmwc/ripple": "^6.1.1",
"@rmwc/ripple": "^6.1.2",
"@rmwc/toggleable": "^6.0.14",
"@rmwc/types": "^6.0.5"
},
Expand Down
4 changes: 2 additions & 2 deletions src/tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rmwc/tabs",
"version": "6.1.1",
"version": "6.1.2",
"description": "RMWC Tabs component",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@material/tab-scroller": "^5.1.0",
"@rmwc/base": "^6.0.14",
"@rmwc/icon": "^6.0.14",
"@rmwc/ripple": "^6.1.1",
"@rmwc/ripple": "^6.1.2",
"@rmwc/types": "^6.0.5"
},
"gitHead": "d9befec0e3b258864b71686eecd16c16feb43cf1"
Expand Down
Loading

0 comments on commit 665241e

Please sign in to comment.