Skip to content

Commit

Permalink
v0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zarathustra323 committed Feb 18, 2020
1 parent e66988e commit a981027
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 28 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.2",
"version": "0.11.3",
"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.11.2",
"version": "0.11.3",
"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.11.0",
"@identity-x/utils": "^0.11.2",
"@identity-x/utils": "^0.11.3",
"mongoose": "^5.5.11",
"validator": "^11.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/service-clients/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@identity-x/service-clients",
"version": "0.11.2",
"version": "0.11.3",
"description": "The IdentityX service clients.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
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.11.2",
"version": "0.11.3",
"description": "The IdentityX utility functions.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand Down
8 changes: 4 additions & 4 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.11.2",
"version": "0.11.3",
"description": "The IdentityX application 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.4",
"@base-cms/utils": "^1.9.0",
"@identity-x/mongoose-plugins": "^0.11.2",
"@identity-x/service-clients": "^0.11.2",
"@identity-x/utils": "^0.11.2",
"@identity-x/mongoose-plugins": "^0.11.3",
"@identity-x/service-clients": "^0.11.3",
"@identity-x/utils": "^0.11.3",
"micro": "^9.3.4",
"mongoose": "^5.5.11",
"newrelic": "^6.4.0",
Expand Down
4 changes: 2 additions & 2 deletions 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.2",
"version": "0.11.3",
"description": "The IdentityX export service.",
"main": "src/index.js",
"author": "Josh Worden <[email protected]>",
Expand All @@ -16,7 +16,7 @@
"@base-cms/env": "^1.0.0",
"@base-cms/micro": "^1.21.4",
"@base-cms/object-path": "^1.9.0",
"@identity-x/service-clients": "^0.11.2",
"@identity-x/service-clients": "^0.11.3",
"aws-sdk": "^2.610.0",
"json2csv": "^4.5.4",
"micro": "^9.3.4",
Expand Down
4 changes: 2 additions & 2 deletions 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.11.2",
"version": "0.11.3",
"description": "The IdentityX GraphQL API server.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand All @@ -16,7 +16,7 @@
"@base-cms/object-path": "^1.9.0",
"@base-cms/utils": "^1.9.0",
"@godaddy/terminus": "^4.2.0",
"@identity-x/service-clients": "^0.11.2",
"@identity-x/service-clients": "^0.11.3",
"apollo-newrelic-extension": "^0.1.1",
"apollo-server-express": "^2.5.0",
"deep-assign": "^3.0.0",
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.2",
"version": "0.11.3",
"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.2",
"version": "0.11.3",
"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.2",
"version": "0.11.3",
"description": "The IdentityX mailer service.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand Down
8 changes: 4 additions & 4 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.11.2",
"version": "0.11.3",
"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.4",
"@base-cms/utils": "^1.9.0",
"@identity-x/mongoose-plugins": "^0.11.2",
"@identity-x/service-clients": "^0.11.2",
"@identity-x/utils": "^0.11.2",
"@identity-x/mongoose-plugins": "^0.11.3",
"@identity-x/service-clients": "^0.11.3",
"@identity-x/utils": "^0.11.3",
"micro": "^9.3.4",
"mongoose": "^5.5.11",
"newrelic": "^6.4.0",
Expand Down
4 changes: 2 additions & 2 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.11.2",
"version": "0.11.3",
"description": "The IdentityX organization service.",
"main": "src/index.js",
"author": "Jacob Bare <[email protected]>",
Expand All @@ -16,7 +16,7 @@
"@base-cms/env": "^1.0.0",
"@base-cms/micro": "^1.21.4",
"@base-cms/utils": "^1.9.0",
"@identity-x/utils": "^0.11.2",
"@identity-x/utils": "^0.11.3",
"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.11.2",
"version": "0.11.3",
"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.4",
"@identity-x/utils": "^0.11.2",
"@identity-x/utils": "^0.11.3",
"jsonwebtoken": "^8.5.1",
"micro": "^9.3.4",
"mongoose": "^5.5.11",
Expand Down
8 changes: 4 additions & 4 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.11.2",
"version": "0.11.3",
"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.4",
"@identity-x/mongoose-plugins": "^0.11.2",
"@identity-x/service-clients": "^0.11.2",
"@identity-x/utils": "^0.11.2",
"@identity-x/mongoose-plugins": "^0.11.3",
"@identity-x/service-clients": "^0.11.3",
"@identity-x/utils": "^0.11.3",
"micro": "^9.3.4",
"mongoose": "^5.5.11",
"newrelic": "^6.4.0"
Expand Down

0 comments on commit a981027

Please sign in to comment.