Skip to content

Commit e2c9713

Browse files
committed
v0.0.9
1 parent 518f67c commit e2c9713

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.8"
6+
"version": "0.0.9"
77
}

packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@accounts/client",
3-
"version": "0.0.8-alpha.840bab8d",
3+
"version": "0.0.9",
44
"description": "Fullstack authentication and accounts-management",
55
"main": "lib/index.js",
66
"jsnext:main": "lib-es6/index.js",
@@ -69,7 +69,7 @@
6969
"webpack-node-externals": "^1.5.4"
7070
},
7171
"dependencies": {
72-
"@accounts/common": "^0.0.8-alpha.840bab8d",
72+
"@accounts/common": "^0.0.9",
7373
"immutable": "^3.8.1",
7474
"jwt-decode": "^2.1.0",
7575
"lodash": "^4.16.4",

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@accounts/common",
3-
"version": "0.0.8-alpha.840bab8d",
3+
"version": "0.0.9",
44
"description": "Fullstack authentication and accounts-management",
55
"main": "lib/index.js",
66
"jsnext:main": "lib-es6/index.js",

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@accounts/server",
3-
"version": "0.0.8-alpha.840bab8d",
3+
"version": "0.0.9",
44
"description": "Fullstack authentication and accounts-management",
55
"main": "lib/index.js",
66
"jsnext:main": "lib-es6/index.js",
@@ -46,7 +46,7 @@
4646
"author": "Tim Mikeladze",
4747
"license": "MIT",
4848
"dependencies": {
49-
"@accounts/common": "^0.0.8-alpha.840bab8d",
49+
"@accounts/common": "^0.0.9",
5050
"babel-polyfill": "^6.23.0",
5151
"bcryptjs": "^2.4.0",
5252
"crypto": "^0.0.3",

0 commit comments

Comments
 (0)