Skip to content

Commit 3e2d423

Browse files
committed
v0.0.18
1 parent 1fecbd8 commit 3e2d423

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.17"
6+
"version": "0.0.18"
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.16",
3+
"version": "0.0.18",
44
"description": "Fullstack authentication and accounts-management",
55
"main": "lib/index.js",
66
"jsnext:main": "lib-es6/index.js",
@@ -74,7 +74,7 @@
7474
"webpack-node-externals": "^1.5.4"
7575
},
7676
"dependencies": {
77-
"@accounts/common": "^0.0.16",
77+
"@accounts/common": "^0.0.18",
7878
"crypto-js": "^3.1.9-1",
7979
"immutable": "^3.8.1",
8080
"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.16",
3+
"version": "0.0.18",
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.17",
3+
"version": "0.0.18",
44
"description": "Fullstack authentication and accounts-management",
55
"main": "lib/index.js",
66
"jsnext:main": "lib-es6/index.js",
@@ -50,7 +50,7 @@
5050
"author": "Tim Mikeladze",
5151
"license": "MIT",
5252
"dependencies": {
53-
"@accounts/common": "^0.0.16",
53+
"@accounts/common": "^0.0.18",
5454
"babel-polyfill": "^6.23.0",
5555
"bcryptjs": "^2.4.0",
5656
"crypto": "^0.0.3",

0 commit comments

Comments
 (0)