Skip to content

Commit c03d372

Browse files
committed
v0.0.11
1 parent f3cf1f9 commit c03d372

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.0.10"
6+
"version": "0.0.11"
77
}

packages/material-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@accounts/react-material-ui",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "React frontend build with material-ui for js-accounts",
55
"main": "lib/index.js",
66
"scripts": {
@@ -78,7 +78,7 @@
7878
"material-ui": "^0.16.4"
7979
},
8080
"dependencies": {
81-
"@accounts/react": "^0.0.10",
81+
"@accounts/react": "^0.0.11",
8282
"flexbox-react": "^4.1.0",
8383
"react-dom": "^15.4.0",
8484
"react-redux": "^4.4.6",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@accounts/react",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "React frontend for js-accounts",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)