Skip to content

Commit

Permalink
Merge pull request #298 from cumulus-nasa/release-version-1.4.1
Browse files Browse the repository at this point in the history
Release version 1.4.1
  • Loading branch information
laurenfrederick authored Apr 11, 2018
2 parents 60c855a + e086a2b commit ecf7940
Show file tree
Hide file tree
Showing 17 changed files with 51 additions and 44 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v1.4.1] - 2018-04-11

### Fixed
- Sync-granule install

## [v1.4.0] - 2018-04-09

### Fixed
Expand Down Expand Up @@ -161,7 +166,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.4.0...HEAD
[Unreleased]: https://github.com/cumulus-nasa/cumulus/compare/v1.4.1...HEAD
[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
[v1.3.0]: https://github.com/cumulus-nasa/cumulus/compare/v1.2.0...v1.3.0
[v1.2.0]: https://github.com/cumulus-nasa/cumulus/compare/v1.1.4...v1.2.0
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.4.0",
"version": "1.4.1",
"packages": [
"packages/*",
"tasks/*"
Expand Down
8 changes: 4 additions & 4 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/api",
"version": "1.4.0",
"version": "1.4.1",
"description": "Lambda functions for handling all daac's API operations",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -47,9 +47,9 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/cmrjs": "^1.4.0",
"@cumulus/common": "^1.4.0",
"@cumulus/ingest": "^1.4.0",
"@cumulus/cmrjs": "^1.4.1",
"@cumulus/common": "^1.4.1",
"@cumulus/ingest": "^1.4.1",
"@cumulus/pvl": "^1.4.0",
"ajv": "^5.2.2",
"archiver": "^2.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/cmrjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/cmrjs",
"version": "1.4.0",
"version": "1.4.1",
"description": "A node SDK for CMR",
"scripts": {
"test": "echo 'no tests'"
Expand All @@ -27,7 +27,7 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.4.0",
"@cumulus/common": "^1.4.1",
"got": "^7.1.0",
"json-loader": "^0.5.4",
"lodash.property": "^4.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/common",
"version": "1.4.0",
"version": "1.4.1",
"description": "Common utilities used across tasks",
"keywords": [
"GIBS",
Expand Down
4 changes: 2 additions & 2 deletions packages/ingest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/ingest",
"version": "1.4.0",
"version": "1.4.1",
"description": "Ingest utilities",
"scripts": {
"test": "ava",
Expand Down Expand Up @@ -45,7 +45,7 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.4.0",
"@cumulus/common": "^1.4.1",
"@cumulus/pvl": "^1.4.0",
"@cumulus/test-data": "^1.4.0",
"aws-sdk": "^2.4.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/integration-tests",
"version": "1.4.0",
"version": "1.4.1",
"description": "Integration tests",
"bin": {
"cumulus-test": "./bin/cli.js"
Expand Down Expand Up @@ -30,7 +30,7 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.4.0",
"@cumulus/common": "^1.4.1",
"@cumulus/deployment": "^1.4.0",
"babel-core": "^6.25.0",
"babel-loader": "^6.2.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/task-debug/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/task-debug",
"private": true,
"version": "1.4.0",
"version": "1.4.1",
"description": "A harness for debugging workflows.",
"main": "index.js",
"homepage": "https://github.com/cumulus-nasa/cumulus#readme",
Expand All @@ -18,7 +18,7 @@
"test": "test"
},
"dependencies": {
"@cumulus/common": "^1.4.0",
"@cumulus/common": "^1.4.1",
"commander": "^2.11.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions tasks/discover-granules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/discover-granules",
"version": "1.4.0",
"version": "1.4.1",
"description": "Discover Granules in FTP/HTTP/SFTP endpoints",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -44,9 +44,9 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.4.0",
"@cumulus/common": "^1.4.1",
"@cumulus/cumulus-message-adapter-js": "^1.0.1",
"@cumulus/ingest": "^1.4.0",
"@cumulus/ingest": "^1.4.1",
"@cumulus/test-data": "^1.4.0",
"babel-core": "^6.25.0",
"babel-loader": "^6.2.4",
Expand Down
6 changes: 3 additions & 3 deletions tasks/discover-pdrs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/discover-pdrs",
"version": "1.4.0",
"version": "1.4.1",
"description": "Discover PDRs in FTP and HTTP endpoints",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -43,9 +43,9 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.4.0",
"@cumulus/common": "^1.4.1",
"@cumulus/cumulus-message-adapter-js": "^1.0.1",
"@cumulus/ingest": "^1.4.0",
"@cumulus/ingest": "^1.4.1",
"@cumulus/test-data": "^1.4.0",
"babel-core": "^6.25.0",
"babel-loader": "^6.2.4",
Expand Down
6 changes: 3 additions & 3 deletions tasks/parse-pdr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/parse-pdr",
"version": "1.4.0",
"version": "1.4.1",
"description": "Download and Parse a given PDR",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -46,9 +46,9 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.4.0",
"@cumulus/common": "^1.4.1",
"@cumulus/cumulus-message-adapter-js": "^1.0.1",
"@cumulus/ingest": "^1.4.0",
"@cumulus/ingest": "^1.4.1",
"@cumulus/test-data": "^1.4.0",
"babel-core": "^6.25.0",
"babel-loader": "^6.2.4",
Expand Down
6 changes: 3 additions & 3 deletions 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.4.0",
"version": "1.4.1",
"description": "Checks execution status of granules in a PDR",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -47,9 +47,9 @@
]
},
"dependencies": {
"@cumulus/common": "^1.4.0",
"@cumulus/common": "^1.4.1",
"@cumulus/cumulus-message-adapter-js": "^1.0.1",
"@cumulus/ingest": "^1.4.0",
"@cumulus/ingest": "^1.4.1",
"@cumulus/test-data": "^1.4.0",
"babel-core": "^6.25.0",
"babel-loader": "^6.2.4",
Expand Down
8 changes: 4 additions & 4 deletions tasks/post-to-cmr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/post-to-cmr",
"version": "1.4.0",
"version": "1.4.1",
"description": "Post a given granule to CMR",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -48,10 +48,10 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/cmrjs": "^1.4.0",
"@cumulus/common": "^1.4.0",
"@cumulus/cmrjs": "^1.4.1",
"@cumulus/common": "^1.4.1",
"@cumulus/cumulus-message-adapter-js": "^1.0.1",
"@cumulus/ingest": "^1.4.0",
"@cumulus/ingest": "^1.4.1",
"@cumulus/test-data": "^1.4.0",
"babel-core": "^6.25.0",
"babel-loader": "^6.2.4",
Expand Down
6 changes: 3 additions & 3 deletions tasks/queue-granules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/queue-granules",
"version": "1.4.0",
"version": "1.4.1",
"description": "Add discovered granules to the queue",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -45,9 +45,9 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.4.0",
"@cumulus/common": "^1.4.1",
"@cumulus/cumulus-message-adapter-js": "^1.0.1",
"@cumulus/ingest": "^1.4.0",
"@cumulus/ingest": "^1.4.1",
"babel-core": "^6.25.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-async-to-generator": "^6.24.1",
Expand Down
6 changes: 3 additions & 3 deletions tasks/queue-pdrs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/queue-pdrs",
"version": "1.4.0",
"version": "1.4.1",
"description": "Add discovered PDRs to a queue",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -45,9 +45,9 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.4.0",
"@cumulus/common": "^1.4.1",
"@cumulus/cumulus-message-adapter-js": "^1.0.1",
"@cumulus/ingest": "^1.4.0",
"@cumulus/ingest": "^1.4.1",
"babel-core": "^6.25.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-async-to-generator": "^6.24.1",
Expand Down
6 changes: 3 additions & 3 deletions tasks/sf-sns-report/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/sf-sns-report",
"version": "1.4.0",
"version": "1.4.1",
"description": "Broadcasts an incoming Cumulus message to SNS",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -45,9 +45,9 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.4.0",
"@cumulus/common": "^1.4.1",
"@cumulus/cumulus-message-adapter-js": "^1.0.1",
"@cumulus/ingest": "^1.4.0",
"@cumulus/ingest": "^1.4.1",
"babel-core": "^6.25.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-async-to-generator": "^6.24.1",
Expand Down
9 changes: 5 additions & 4 deletions tasks/sync-granule/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/sync-granule",
"version": "1.4.0",
"version": "1.4.1",
"description": "Download a given granule",
"main": "index.js",
"directories": {
Expand All @@ -18,7 +18,8 @@
"test": "ava",
"test-coverage": "nyc ava",
"build": "rm -rf dist && mkdir dist && cp -R schemas dist/ && webpack --progress",
"watch": "rm -rf dist && mkdir dist && cp -R schemas dist/ && webpack --progress -w"
"watch": "rm -rf dist && mkdir dist && cp -R schemas dist/ && webpack --progress -w",
"postinstall": "npm run build"
},
"author": "Cumulus Authors",
"license": "Apache-2.0",
Expand Down Expand Up @@ -47,9 +48,9 @@
]
},
"dependencies": {
"@cumulus/common": "^1.4.0",
"@cumulus/common": "^1.4.1",
"@cumulus/cumulus-message-adapter-js": "^1.0.1",
"@cumulus/ingest": "^1.4.0",
"@cumulus/ingest": "^1.4.1",
"@cumulus/test-data": "^1.4.0",
"babel-core": "^6.25.0",
"babel-loader": "^6.2.4",
Expand Down

0 comments on commit ecf7940

Please sign in to comment.