Skip to content

Commit 5d17a32

Browse files
committed
v0.0.7
1 parent af5b435 commit 5d17a32

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.6"
6+
"version": "0.0.7"
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.6",
3+
"version": "0.0.7",
44
"description": "Fullstack authentication and accounts-management",
55
"main": "lib/index.js",
66
"publishConfig": {
@@ -64,7 +64,7 @@
6464
"webpack-node-externals": "^1.5.4"
6565
},
6666
"dependencies": {
67-
"@accounts/common": "^0.0.6",
67+
"@accounts/common": "^0.0.7",
6868
"immutable": "^3.8.1",
6969
"jwt-decode": "^2.1.0",
7070
"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.6",
3+
"version": "0.0.7",
44
"description": "Fullstack authentication and accounts-management",
55
"main": "lib/index.js",
66
"publishConfig": {

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.6",
3+
"version": "0.0.7",
44
"description": "Fullstack authentication and accounts-management",
55
"main": "lib/index.js",
66
"publishConfig": {
@@ -43,7 +43,7 @@
4343
"author": "Tim Mikeladze",
4444
"license": "MIT",
4545
"dependencies": {
46-
"@accounts/common": "^0.0.6",
46+
"@accounts/common": "^0.0.7",
4747
"bcryptjs": "^2.4.0",
4848
"crypto": "^0.0.3",
4949
"emailjs": "^1.0.8",

0 commit comments

Comments
 (0)