Skip to content

Commit ae5d096

Browse files
committed
v0.0.10
1 parent f370438 commit ae5d096

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.9"
6+
"version": "0.0.10"
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.9",
3+
"version": "0.0.10",
44
"description": "Fullstack authentication and accounts-management",
55
"main": "lib/index.js",
66
"jsnext:main": "lib-es6/index.js",
@@ -71,7 +71,7 @@
7171
"webpack-node-externals": "^1.5.4"
7272
},
7373
"dependencies": {
74-
"@accounts/common": "^0.0.9",
74+
"@accounts/common": "^0.0.10",
7575
"crypto-js": "^3.1.9-1",
7676
"immutable": "^3.8.1",
7777
"jwt-decode": "^2.1.0",

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.9",
3+
"version": "0.0.10",
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.9",
3+
"version": "0.0.10",
44
"description": "Fullstack authentication and accounts-management",
55
"main": "lib/index.js",
66
"jsnext:main": "lib-es6/index.js",
@@ -48,7 +48,7 @@
4848
"author": "Tim Mikeladze",
4949
"license": "MIT",
5050
"dependencies": {
51-
"@accounts/common": "^0.0.9",
51+
"@accounts/common": "^0.0.10",
5252
"babel-polyfill": "^6.23.0",
5353
"bcryptjs": "^2.4.0",
5454
"crypto": "^0.0.3",

0 commit comments

Comments
 (0)