Skip to content

Commit 56b3afc

Browse files
committed
v0.0.12
1 parent 6018d28 commit 56b3afc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.11"
6+
"version": "0.0.12"
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.11",
3+
"version": "0.0.12",
44
"description": "React frontend build with material-ui for js-accounts",
55
"main": "lib/index.js",
66
"scripts": {
@@ -81,7 +81,7 @@
8181
"material-ui": "^0.16.4"
8282
},
8383
"dependencies": {
84-
"@accounts/react": "^0.0.11",
84+
"@accounts/react": "^0.0.12",
8585
"flexbox-react": "^4.1.0",
8686
"prop-types": "^15.5.8",
8787
"react-dom": "^15.4.0",

packages/react-native/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-native",
3-
"version": "0.0.10",
3+
"version": "0.0.12",
44
"description": "react-native components for js-accounts",
55
"main": "src/index.js",
66
"scripts": {

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.11",
3+
"version": "0.0.12",
44
"description": "React frontend for js-accounts",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)