diff --git a/lerna.json b/lerna.json index fa51e6f9..ca05d5a1 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.13.4", + "version": "1.14.0", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/mongoose-plugins/package.json b/packages/mongoose-plugins/package.json index 5acee623..877c975a 100644 --- a/packages/mongoose-plugins/package.json +++ b/packages/mongoose-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@identity-x/mongoose-plugins", - "version": "1.13.2", + "version": "1.14.0", "description": "A collection of Mongoose plugins for IdentityX schemas.", "main": "src/index.js", "author": "Jacob Bare ", @@ -9,7 +9,7 @@ "private": true, "dependencies": { "@identity-x/pagination": "^1.13.2", - "@identity-x/utils": "^1.2.0", + "@identity-x/utils": "^1.14.0", "mongoose": "^5.5.11", "validator": "^11.0.0" }, diff --git a/packages/utils/package.json b/packages/utils/package.json index 2ddc4e33..e0f0859f 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@identity-x/utils", - "version": "1.2.0", + "version": "1.14.0", "description": "The IdentityX utility functions.", "main": "src/index.js", "author": "Jacob Bare ", diff --git a/services/application/package.json b/services/application/package.json index 2d936917..a2eb2f35 100644 --- a/services/application/package.json +++ b/services/application/package.json @@ -1,6 +1,6 @@ { "name": "@identity-x/application-service", - "version": "1.13.2", + "version": "1.14.0", "description": "The IdentityX application service.", "main": "src/index.js", "author": "Jacob Bare ", @@ -17,10 +17,10 @@ "@base-cms/micro": "^1.21.5", "@base-cms/object-path": "^1.9.0", "@base-cms/utils": "^1.9.0", - "@identity-x/mongoose-plugins": "^1.13.2", + "@identity-x/mongoose-plugins": "^1.14.0", "@identity-x/pagination": "^1.13.2", "@identity-x/service-clients": "^1.2.0", - "@identity-x/utils": "^1.2.0", + "@identity-x/utils": "^1.14.0", "burner-email-providers": "^1.0.13", "micro": "^9.3.4", "mongoose": "^5.5.11", diff --git a/services/graphql/package.json b/services/graphql/package.json index 8bf0dc17..4df4b86c 100644 --- a/services/graphql/package.json +++ b/services/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@identity-x/graphql-service", - "version": "1.13.1", + "version": "1.14.0", "description": "The IdentityX GraphQL API server.", "main": "src/index.js", "author": "Jacob Bare ", diff --git a/services/manage/package.json b/services/manage/package.json index f23c08a0..1f483b29 100644 --- a/services/manage/package.json +++ b/services/manage/package.json @@ -1,6 +1,6 @@ { "name": "@identity-x/manage", - "version": "1.9.0", + "version": "1.14.0", "private": true, "description": "IdentityX manage application", "repository": "https://github.com/base-cms/id-me/tree/master/services/manage", diff --git a/services/membership/package.json b/services/membership/package.json index d56c60d4..1d429b44 100644 --- a/services/membership/package.json +++ b/services/membership/package.json @@ -1,6 +1,6 @@ { "name": "@identity-x/membership-service", - "version": "1.13.2", + "version": "1.14.0", "description": "The IdentityX organization membership service.", "main": "src/index.js", "author": "Jacob Bare ", @@ -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": "^1.13.2", + "@identity-x/mongoose-plugins": "^1.14.0", "@identity-x/service-clients": "^1.2.0", - "@identity-x/utils": "^1.2.0", + "@identity-x/utils": "^1.14.0", "micro": "^9.3.4", "mongoose": "^5.5.11", "newrelic": "^6.14.0", diff --git a/services/organization/package.json b/services/organization/package.json index 7cef524a..64ac9bcf 100644 --- a/services/organization/package.json +++ b/services/organization/package.json @@ -1,6 +1,6 @@ { "name": "@identity-x/organization-service", - "version": "1.13.2", + "version": "1.14.0", "description": "The IdentityX organization service.", "main": "src/index.js", "author": "Jacob Bare ", @@ -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": "^1.13.2", - "@identity-x/utils": "^1.2.0", + "@identity-x/mongoose-plugins": "^1.14.0", + "@identity-x/utils": "^1.14.0", "micro": "^9.3.4", "mongoose": "^5.5.11", "newrelic": "^6.14.0", diff --git a/services/token/package.json b/services/token/package.json index cea5ece2..f40b1055 100644 --- a/services/token/package.json +++ b/services/token/package.json @@ -1,6 +1,6 @@ { "name": "@identity-x/token-service", - "version": "1.12.2", + "version": "1.14.0", "description": "The IdentityX token service.", "main": "src/index.js", "author": "Jacob Bare ", @@ -15,7 +15,7 @@ "dependencies": { "@base-cms/env": "^1.0.0", "@base-cms/micro": "^1.21.5", - "@identity-x/utils": "^1.2.0", + "@identity-x/utils": "^1.14.0", "jsonwebtoken": "^8.5.1", "micro": "^9.3.4", "mongoose": "^5.5.11", diff --git a/services/user/package.json b/services/user/package.json index 46b8459c..0c926a1b 100644 --- a/services/user/package.json +++ b/services/user/package.json @@ -1,6 +1,6 @@ { "name": "@identity-x/user-service", - "version": "1.13.4", + "version": "1.14.0", "description": "The IdentityX user service.", "main": "src/index.js", "author": "Jacob Bare ", @@ -15,9 +15,9 @@ "dependencies": { "@base-cms/env": "^1.0.0", "@base-cms/micro": "^1.21.5", - "@identity-x/mongoose-plugins": "^1.13.2", + "@identity-x/mongoose-plugins": "^1.14.0", "@identity-x/service-clients": "^1.2.0", - "@identity-x/utils": "^1.2.0", + "@identity-x/utils": "^1.14.0", "micro": "^9.3.4", "mongoose": "^5.5.11", "newrelic": "^6.14.0"