diff --git a/packages/data-mate/package.json b/packages/data-mate/package.json index a583be4f0e3..5811bda2c9c 100644 --- a/packages/data-mate/package.json +++ b/packages/data-mate/package.json @@ -1,7 +1,7 @@ { "name": "@terascope/data-mate", "displayName": "Data-Mate", - "version": "0.19.3", + "version": "0.19.4", "description": "Library of data validations/transformations", "homepage": "https://github.com/terascope/teraslice/tree/master/packages/data-mate#readme", "repository": { diff --git a/packages/elasticsearch-store/package.json b/packages/elasticsearch-store/package.json index bc3a0f4441c..7263eaf297c 100644 --- a/packages/elasticsearch-store/package.json +++ b/packages/elasticsearch-store/package.json @@ -1,7 +1,7 @@ { "name": "elasticsearch-store", "displayName": "Elasticsearch Store", - "version": "0.40.3", + "version": "0.40.4", "description": "An API for managing an elasticsearch index, with versioning and migration support.", "homepage": "https://github.com/terascope/teraslice/tree/master/packages/elasticsearch-store#readme", "bugs": { @@ -24,7 +24,7 @@ "test:watch": "ts-scripts test --watch . --" }, "dependencies": { - "@terascope/data-mate": "^0.19.3", + "@terascope/data-mate": "^0.19.4", "@terascope/data-types": "^0.25.1", "@terascope/types": "^0.7.0", "@terascope/utils": "^0.34.1", diff --git a/packages/ts-transforms/package.json b/packages/ts-transforms/package.json index a417bd12c49..b53744511c8 100644 --- a/packages/ts-transforms/package.json +++ b/packages/ts-transforms/package.json @@ -1,7 +1,7 @@ { "name": "ts-transforms", "displayName": "TS Transforms", - "version": "0.48.3", + "version": "0.48.4", "description": "An ETL framework built upon xlucene-evaluator", "homepage": "https://github.com/terascope/teraslice/tree/master/packages/ts-transforms#readme", "bugs": { @@ -35,7 +35,7 @@ "test:watch": "ts-scripts test --watch . --" }, "dependencies": { - "@terascope/data-mate": "^0.19.3", + "@terascope/data-mate": "^0.19.4", "@terascope/types": "^0.7.0", "@terascope/utils": "^0.34.1", "awesome-phonenumber": "^2.43.0",