Skip to content

Commit

Permalink
v0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zarathustra323 committed Feb 18, 2020
1 parent 9af60c4 commit 2dfb30f
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.11.3",
"version": "0.11.4",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion services/application/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@identity-x/application-service",
"version": "0.11.3",
"version": "0.11.4",
"description": "The IdentityX application service.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion services/export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@identity-x/export-service",
"version": "0.11.3",
"version": "0.11.4",
"description": "The IdentityX export service.",
"main": "src/index.js",
"author": "Josh Worden <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion services/ip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@identity-x/ip-service",
"version": "0.11.3",
"version": "0.11.4",
"description": "The IdentityX ip service.",
"main": "src/index.js",
"author": "Josh Worden <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion services/locale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@identity-x/locale-service",
"version": "0.11.3",
"version": "0.11.4",
"description": "The IdentityX locale service.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion services/mailer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@identity-x/mailer-service",
"version": "0.11.3",
"version": "0.11.4",
"description": "The IdentityX mailer service.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion services/membership/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@identity-x/membership-service",
"version": "0.11.3",
"version": "0.11.4",
"description": "The IdentityX organization membership service.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion services/organization/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@identity-x/organization-service",
"version": "0.11.3",
"version": "0.11.4",
"description": "The IdentityX organization service.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion services/token/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@identity-x/token-service",
"version": "0.11.3",
"version": "0.11.4",
"description": "The IdentityX token service.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion services/user/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@identity-x/user-service",
"version": "0.11.3",
"version": "0.11.4",
"description": "The IdentityX user service.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand Down

0 comments on commit 2dfb30f

Please sign in to comment.