File tree Expand file tree Collapse file tree 5 files changed +15
-8
lines changed Expand file tree Collapse file tree 5 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ 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
9
15
### Changed
10
16
- Removed babel from all tasks and packages and increased minimum node requirements to version 8.10
11
17
- 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.
198
204
199
205
## [ v1.0.0] - 2018-02-23
200
206
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
202
209
[ v1.5.0 ] : https://github.com/cumulus-nasa/cumulus/compare/v1.4.1...v1.5.0
203
210
[ v1.4.1 ] : https://github.com/cumulus-nasa/cumulus/compare/v1.4.0...v1.4.1
204
211
[ v1.4.0 ] : https://github.com/cumulus-nasa/cumulus/compare/v1.3.0...v1.4.0
Original file line number Diff line number Diff line change 26
26
"@cumulus/deployment" : " ^1.5.0" ,
27
27
"@cumulus/discover-granules" : " ^1.5.0" ,
28
28
"@cumulus/discover-pdrs" : " ^1.5.0" ,
29
- "@cumulus/hello-world" : " ^1.5.0 " ,
29
+ "@cumulus/hello-world" : " ^1.5.1 " ,
30
30
"@cumulus/integration-tests" : " ^1.5.0" ,
31
31
"@cumulus/parse-pdr" : " ^1.5.0" ,
32
- "@cumulus/pdr-status-check" : " ^1.5.0 " ,
32
+ "@cumulus/pdr-status-check" : " ^1.5.1 " ,
33
33
"@cumulus/queue-granules" : " ^1.5.0" ,
34
34
"@cumulus/queue-pdrs" : " ^1.5.0" ,
35
35
"@cumulus/sf-sns-report" : " ^1.5.0" ,
36
36
"@cumulus/sync-granule" : " ^1.5.0" ,
37
- "aws-sdk" : " ^2.224 .1"
37
+ "aws-sdk" : " ^2.227 .1"
38
38
},
39
39
"devDependencies" : {
40
40
"eslint" : " ^4.19.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"lerna" : " 2.9.0" ,
3
- "version" : " 1.5.0 " ,
3
+ "version" : " 1.5.1 " ,
4
4
"npmClient" : " yarn" ,
5
5
"packages" : [
6
6
" packages/*" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cumulus/hello-world" ,
3
- "version" : " 1.5.0 " ,
3
+ "version" : " 1.5.1 " ,
4
4
"description" : " Example task" ,
5
5
"main" : " index.js" ,
6
6
"directories" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cumulus/pdr-status-check" ,
3
- "version" : " 1.5.0 " ,
3
+ "version" : " 1.5.1 " ,
4
4
"description" : " Checks execution status of granules in a PDR" ,
5
5
"main" : " index.js" ,
6
6
"directories" : {
You can’t perform that action at this time.
0 commit comments