Skip to content

Commit

Permalink
v0.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zarathustra323 committed Mar 31, 2020
1 parent 54024eb commit 10257cc
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 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.6",
"version": "0.12.7",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/mongoose-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@identity-x/mongoose-plugins",
"version": "0.12.5",
"version": "0.12.7",
"description": "A collection of Mongoose plugins for IdentityX schemas.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand All @@ -9,7 +9,7 @@
"private": true,
"dependencies": {
"@identity-x/pagination": "^0.12.5",
"@identity-x/utils": "^0.12.5",
"@identity-x/utils": "^0.12.7",
"mongoose": "^5.5.11",
"validator": "^11.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@identity-x/utils",
"version": "0.12.5",
"version": "0.12.7",
"description": "The IdentityX utility functions.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand Down
6 changes: 3 additions & 3 deletions 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.6",
"version": "0.12.7",
"description": "The IdentityX application service.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand All @@ -17,9 +17,9 @@
"@base-cms/micro": "^1.21.5",
"@base-cms/object-path": "^1.9.0",
"@base-cms/utils": "^1.9.0",
"@identity-x/mongoose-plugins": "^0.12.5",
"@identity-x/mongoose-plugins": "^0.12.7",
"@identity-x/service-clients": "^0.12.0",
"@identity-x/utils": "^0.12.5",
"@identity-x/utils": "^0.12.7",
"burner-email-providers": "^1.0.13",
"micro": "^9.3.4",
"mongoose": "^5.5.11",
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.6",
"version": "0.12.7",
"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.6",
"version": "0.12.7",
"private": true,
"description": "IdentityX manage application",
"repository": "https://github.com/base-cms/id-me/tree/master/services/manage",
Expand Down
6 changes: 3 additions & 3 deletions 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.12.5",
"version": "0.12.7",
"description": "The IdentityX organization membership service.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand All @@ -16,9 +16,9 @@
"@base-cms/env": "^1.0.0",
"@base-cms/micro": "^1.21.5",
"@base-cms/utils": "^1.9.0",
"@identity-x/mongoose-plugins": "^0.12.5",
"@identity-x/mongoose-plugins": "^0.12.7",
"@identity-x/service-clients": "^0.12.0",
"@identity-x/utils": "^0.12.5",
"@identity-x/utils": "^0.12.7",
"micro": "^9.3.4",
"mongoose": "^5.5.11",
"newrelic": "^6.4.0",
Expand Down
6 changes: 3 additions & 3 deletions 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.5",
"version": "0.12.7",
"description": "The IdentityX organization service.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand All @@ -16,8 +16,8 @@
"@base-cms/env": "^1.0.0",
"@base-cms/micro": "^1.21.5",
"@base-cms/utils": "^1.9.0",
"@identity-x/mongoose-plugins": "^0.12.5",
"@identity-x/utils": "^0.12.5",
"@identity-x/mongoose-plugins": "^0.12.7",
"@identity-x/utils": "^0.12.7",
"micro": "^9.3.4",
"mongoose": "^5.5.11",
"newrelic": "^6.4.0",
Expand Down
4 changes: 2 additions & 2 deletions 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.12.5",
"version": "0.12.7",
"description": "The IdentityX token service.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@base-cms/env": "^1.0.0",
"@base-cms/micro": "^1.21.5",
"@identity-x/utils": "^0.12.5",
"@identity-x/utils": "^0.12.7",
"jsonwebtoken": "^8.5.1",
"micro": "^9.3.4",
"mongoose": "^5.5.11",
Expand Down
6 changes: 3 additions & 3 deletions 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.12.5",
"version": "0.12.7",
"description": "The IdentityX user service.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand All @@ -15,9 +15,9 @@
"dependencies": {
"@base-cms/env": "^1.0.0",
"@base-cms/micro": "^1.21.5",
"@identity-x/mongoose-plugins": "^0.12.5",
"@identity-x/mongoose-plugins": "^0.12.7",
"@identity-x/service-clients": "^0.12.0",
"@identity-x/utils": "^0.12.5",
"@identity-x/utils": "^0.12.7",
"micro": "^9.3.4",
"mongoose": "^5.5.11",
"newrelic": "^6.4.0"
Expand Down

0 comments on commit 10257cc

Please sign in to comment.