Skip to content

Commit

Permalink
release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Scisco committed Apr 23, 2018
1 parent 944dcfc commit c4c2ec9
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.9.0",
"version": "1.5.0",
"version": "1.5.1",
"npmClient": "yarn",
"packages": [
"packages/*",
Expand Down
2 changes: 1 addition & 1 deletion tasks/hello-world/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/hello-world",
"version": "1.5.0",
"version": "1.5.1",
"description": "Example task",
"main": "index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion tasks/pdr-status-check/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit c4c2ec9

Please sign in to comment.