Skip to content

Commit 3373f6c

Browse files
committed
v0.0.13
1 parent 4373040 commit 3373f6c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.0.12"
6+
"version": "0.0.13"
77
}

packages/material-ui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@accounts/react-material-ui",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
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.12",
84+
"@accounts/react": "^0.0.13",
8585
"flexbox-react": "^4.1.0",
8686
"prop-types": "^15.5.8",
8787
"react-dom": "^15.4.0",

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@accounts/react",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"description": "React frontend for js-accounts",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)