Skip to content

Commit

Permalink
v0.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zarathustra323 committed Apr 7, 2020
1 parent 723e7f0 commit 30c5b88
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.12.7",
"version": "0.12.8",
"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.12.7",
"version": "0.12.8",
"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.12.4",
"version": "0.12.8",
"description": "The IdentityX export service.",
"main": "src/index.js",
"author": "Josh Worden <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion services/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@identity-x/graphql-service",
"version": "0.12.7",
"version": "0.12.8",
"description": "The IdentityX GraphQL API server.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion services/manage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@identity-x/manage",
"version": "0.12.7",
"version": "0.12.8",
"private": true,
"description": "IdentityX manage application",
"repository": "https://github.com/base-cms/id-me/tree/master/services/manage",
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.12.7",
"version": "0.12.8",
"description": "The IdentityX organization service.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand Down

0 comments on commit 30c5b88

Please sign in to comment.