Skip to content

Commit

Permalink
v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
solocommand committed Apr 13, 2023
1 parent 19aef89 commit e89a2ff
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": "1.13.4",
"version": "1.14.0",
"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": "1.13.2",
"version": "1.14.0",
"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": "^1.13.2",
"@identity-x/utils": "^1.2.0",
"@identity-x/utils": "^1.14.0",
"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": "1.2.0",
"version": "1.14.0",
"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": "1.13.2",
"version": "1.14.0",
"description": "The IdentityX application service.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand All @@ -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",
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": "1.13.1",
"version": "1.14.0",
"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": "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",
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": "1.13.2",
"version": "1.14.0",
"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": "^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",
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": "1.13.2",
"version": "1.14.0",
"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": "^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",
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": "1.12.2",
"version": "1.14.0",
"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": "^1.2.0",
"@identity-x/utils": "^1.14.0",
"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": "1.13.4",
"version": "1.14.0",
"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": "^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"
Expand Down

0 comments on commit e89a2ff

Please sign in to comment.