diff --git a/CHANGELOG.md b/CHANGELOG.md index 99a39961434..3f880166d1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] -## [v1.5.0] +## [v1.5.1] - 2018-04-23 +All tasks remains at 1.5.0. Only pdr-status-check and hello-world is updated to 1.5.1 +### Fixed +- add the missing dist folder to the hello-world task +- disable uglifyjs on the built version of the pdr-status-check (read: https://github.com/webpack-contrib/uglifyjs-webpack-plugin/issues/264) + +## [v1.5.0] - 2018-04-23 ### Changed - Removed babel from all tasks and packages and increased minimum node requirements to version 8.10 - Lambda functions created by @cumulus/deployment will use node8.10 by default @@ -198,7 +204,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [v1.0.0] - 2018-02-23 -[Unreleased]: https://github.com/cumulus-nasa/cumulus/compare/v1.5.0...HEAD +[Unreleased]: https://github.com/cumulus-nasa/cumulus/compare/v1.5.1...HEAD +[v1.5.1]: https://github.com/cumulus-nasa/cumulus/compare/v1.5.0...v1.5.1 [v1.5.0]: https://github.com/cumulus-nasa/cumulus/compare/v1.4.1...v1.5.0 [v1.4.1]: https://github.com/cumulus-nasa/cumulus/compare/v1.4.0...v1.4.1 [v1.4.0]: https://github.com/cumulus-nasa/cumulus/compare/v1.3.0...v1.4.0 diff --git a/example/package.json b/example/package.json index b3ae8c9c4bf..c7523938aa9 100644 --- a/example/package.json +++ b/example/package.json @@ -26,15 +26,15 @@ "@cumulus/deployment": "^1.5.0", "@cumulus/discover-granules": "^1.5.0", "@cumulus/discover-pdrs": "^1.5.0", - "@cumulus/hello-world": "^1.5.0", + "@cumulus/hello-world": "^1.5.1", "@cumulus/integration-tests": "^1.5.0", "@cumulus/parse-pdr": "^1.5.0", - "@cumulus/pdr-status-check": "^1.5.0", + "@cumulus/pdr-status-check": "^1.5.1", "@cumulus/queue-granules": "^1.5.0", "@cumulus/queue-pdrs": "^1.5.0", "@cumulus/sf-sns-report": "^1.5.0", "@cumulus/sync-granule": "^1.5.0", - "aws-sdk": "^2.224.1" + "aws-sdk": "^2.227.1" }, "devDependencies": { "eslint": "^4.19.1", diff --git a/lerna.json b/lerna.json index 90483d84650..2a31a170554 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.9.0", - "version": "1.5.0", + "version": "1.5.1", "npmClient": "yarn", "packages": [ "packages/*", diff --git a/tasks/hello-world/package.json b/tasks/hello-world/package.json index b482613d0fc..0605b286937 100644 --- a/tasks/hello-world/package.json +++ b/tasks/hello-world/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/hello-world", - "version": "1.5.0", + "version": "1.5.1", "description": "Example task", "main": "index.js", "directories": { diff --git a/tasks/pdr-status-check/package.json b/tasks/pdr-status-check/package.json index 5a55b36dc57..af6a0c60db5 100644 --- a/tasks/pdr-status-check/package.json +++ b/tasks/pdr-status-check/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/pdr-status-check", - "version": "1.5.0", + "version": "1.5.1", "description": "Checks execution status of granules in a PDR", "main": "index.js", "directories": {