Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - data-point-express@4.1.2
 - data-point-service@4.1.2
 - data-point@3.3.1
  • Loading branch information
Acatl Pacheco committed May 11, 2018
1 parent 633b514 commit 39c624e
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 8 deletions.
8 changes: 8 additions & 0 deletions packages/data-point-express/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="4.1.2"></a>
## [4.1.2](https://github.com/ViacomInc/data-point/compare/data-point-express@4.1.1...data-point-express@4.1.2) (2018-05-11)




**Note:** Version bump only for package data-point-express

<a name="4.1.1"></a>
## [4.1.1](https://github.com/ViacomInc/data-point/compare/data-point-express@4.1.0...data-point-express@4.1.1) (2018-05-11)

Expand Down
8 changes: 4 additions & 4 deletions packages/data-point-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "data-point-express",
"version": "4.1.1",
"version": "4.1.2",
"description": "Create DataPoint Express middleware",
"main": "lib/index.js",
"license": "Apache-2.0",
Expand All @@ -13,18 +13,18 @@
},
"devDependencies": {
"body-parser": "1.18.2",
"data-point": "^3.3.0",
"data-point": "^3.3.1",
"express": "^4.16.2",
"ioredis": "3.1.4",
"ioredis-mock": "^3.3.1"
},
"dependencies": {
"data-point-service": "^4.1.1",
"data-point-service": "^4.1.2",
"lodash": "4.x",
"winston": "2.x"
},
"peerDependencies": {
"data-point": "^3.3.0",
"data-point": "^3.3.1",
"express": "4.x"
},
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/data-point-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="4.1.2"></a>
## [4.1.2](https://github.com/ViacomInc/data-point/compare/data-point-service@4.1.1...data-point-service@4.1.2) (2018-05-11)




**Note:** Version bump only for package data-point-service

<a name="4.1.1"></a>
## [4.1.1](https://github.com/ViacomInc/data-point/compare/data-point-service@4.1.0...data-point-service@4.1.1) (2018-05-11)

Expand Down
6 changes: 3 additions & 3 deletions packages/data-point-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "data-point-service",
"version": "4.1.1",
"version": "4.1.2",
"description": "DataPoint as a Service",
"main": "lib/index.js",
"license": "Apache-2.0",
Expand All @@ -12,7 +12,7 @@
"email": "acatl.pacheco@viacom.com"
},
"devDependencies": {
"data-point": "^3.3.0"
"data-point": "^3.3.1"
},
"dependencies": {
"bluebird": "3.5.1",
Expand All @@ -22,7 +22,7 @@
"winston": "2.x"
},
"peerDependencies": {
"data-point": "^3.3.0"
"data-point": "^3.3.1"
},
"keywords": [
"service",
Expand Down
11 changes: 11 additions & 0 deletions packages/data-point/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="3.3.1"></a>
## [3.3.1](https://github.com/ViacomInc/data-point/compare/data-point@3.3.0...data-point@3.3.1) (2018-05-11)


### Bug Fixes

* **data-point:** fix request.params.inspect ([#283](https://github.com/ViacomInc/data-point/issues/283)) ([633b514](https://github.com/ViacomInc/data-point/commit/633b514)), closes [#263](https://github.com/ViacomInc/data-point/issues/263)




<a name="3.3.0"></a>
# 3.3.0 (2018-05-07)

Expand Down
2 changes: 1 addition & 1 deletion packages/data-point/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "data-point",
"version": "3.3.0",
"version": "3.3.1",
"description": "Data Processing and Transformation Utility",
"main": "index.js",
"license": "Apache-2.0",
Expand Down

0 comments on commit 39c624e

Please sign in to comment.