Skip to content

Commit c4c2ec9

Browse files
author
Scisco
committed
release 1.5.1
1 parent 944dcfc commit c4c2ec9

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
## [v1.5.0]
8+
## [v1.5.1] - 2018-04-23
9+
All tasks remains at 1.5.0. Only pdr-status-check and hello-world is updated to 1.5.1
10+
### Fixed
11+
- add the missing dist folder to the hello-world task
12+
- disable uglifyjs on the built version of the pdr-status-check (read: https://github.com/webpack-contrib/uglifyjs-webpack-plugin/issues/264)
13+
14+
## [v1.5.0] - 2018-04-23
915
### Changed
1016
- Removed babel from all tasks and packages and increased minimum node requirements to version 8.10
1117
- 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.
198204

199205
## [v1.0.0] - 2018-02-23
200206

201-
[Unreleased]: https://github.com/cumulus-nasa/cumulus/compare/v1.5.0...HEAD
207+
[Unreleased]: https://github.com/cumulus-nasa/cumulus/compare/v1.5.1...HEAD
208+
[v1.5.1]: https://github.com/cumulus-nasa/cumulus/compare/v1.5.0...v1.5.1
202209
[v1.5.0]: https://github.com/cumulus-nasa/cumulus/compare/v1.4.1...v1.5.0
203210
[v1.4.1]: https://github.com/cumulus-nasa/cumulus/compare/v1.4.0...v1.4.1
204211
[v1.4.0]: https://github.com/cumulus-nasa/cumulus/compare/v1.3.0...v1.4.0

example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
"@cumulus/deployment": "^1.5.0",
2727
"@cumulus/discover-granules": "^1.5.0",
2828
"@cumulus/discover-pdrs": "^1.5.0",
29-
"@cumulus/hello-world": "^1.5.0",
29+
"@cumulus/hello-world": "^1.5.1",
3030
"@cumulus/integration-tests": "^1.5.0",
3131
"@cumulus/parse-pdr": "^1.5.0",
32-
"@cumulus/pdr-status-check": "^1.5.0",
32+
"@cumulus/pdr-status-check": "^1.5.1",
3333
"@cumulus/queue-granules": "^1.5.0",
3434
"@cumulus/queue-pdrs": "^1.5.0",
3535
"@cumulus/sf-sns-report": "^1.5.0",
3636
"@cumulus/sync-granule": "^1.5.0",
37-
"aws-sdk": "^2.224.1"
37+
"aws-sdk": "^2.227.1"
3838
},
3939
"devDependencies": {
4040
"eslint": "^4.19.1",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.9.0",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"npmClient": "yarn",
55
"packages": [
66
"packages/*",

tasks/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cumulus/hello-world",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Example task",
55
"main": "index.js",
66
"directories": {

tasks/pdr-status-check/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cumulus/pdr-status-check",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Checks execution status of granules in a PDR",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)