Skip to content

Commit 9d3bb96

Browse files
Merge pull request #538 from nasa/release-1.10.1
1.10.1 release
2 parents 3abf101 + 87d5b40 commit 9d3bb96

File tree

7 files changed

+16
-13
lines changed

7 files changed

+16
-13
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [v1.10.1] - 2018-09-4
10+
911
### Fixed
1012

1113
- Fixed cloudformation template errors in `@cumulus/deployment/`
@@ -485,7 +487,8 @@ We may need to update the api documentation to reflect this.
485487

486488
## [v1.0.0] - 2018-02-23
487489

488-
[Unreleased]: https://github.com/nasa/cumulus/compare/v1.10.0...HEAD
490+
[Unreleased]: https://github.com/nasa/cumulus/compare/v1.10.1...HEAD
491+
[v1.10.1]: https://github.com/nasa/cumulus/compare/v1.10.0...v1.10.1
489492
[v1.10.0]: https://github.com/nasa/cumulus/compare/v1.9.1...v1.10.0
490493
[v1.9.1]: https://github.com/nasa/cumulus/compare/v1.9.0...v1.9.1
491494
[v1.9.0]: https://github.com/nasa/cumulus/compare/v1.8.1...v1.9.0

example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
]
2727
},
2828
"dependencies": {
29-
"@cumulus/api": "^1.10.0",
29+
"@cumulus/api": "^1.10.1",
3030
"@cumulus/common": "^1.10.0",
31-
"@cumulus/deployment": "^1.10.0",
31+
"@cumulus/deployment": "^1.10.1",
3232
"@cumulus/discover-granules": "^1.10.0",
3333
"@cumulus/discover-pdrs": "^1.10.0",
3434
"@cumulus/hello-world": "^1.10.0",
35-
"@cumulus/integration-tests": "^1.10.0",
35+
"@cumulus/integration-tests": "^1.10.1",
3636
"@cumulus/move-granules": "^1.10.0",
3737
"@cumulus/parse-pdr": "^1.10.0",
3838
"@cumulus/pdr-status-check": "^1.10.0",
@@ -42,7 +42,7 @@
4242
"@cumulus/sf-sns-report": "^1.10.0",
4343
"@cumulus/sync-granule": "^1.10.0",
4444
"@cumulus/test-data": "^1.10.0",
45-
"@cumulus/test-processing": "^1.10.0",
45+
"@cumulus/test-processing": "^1.10.1",
4646
"aws-sdk": "^2.227.1",
4747
"child-process-promise": "^2.2.1",
4848
"sleep-promise": "^8.0.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.10.0",
3+
"version": "1.10.1",
44
"npmClient": "yarn",
55
"packages": [
66
"packages/*",

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cumulus/api",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "Lambda functions for handling all daac's API operations",
55
"main": "index.js",
66
"engines": {

packages/deployment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cumulus/deployment",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "Deployment templates for cumulus",
55
"scripts": {
66
"test": "ava",

packages/integration-tests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cumulus/integration-tests",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "Integration tests",
55
"bin": {
66
"cumulus-test": "./bin/cli.js"
@@ -23,9 +23,9 @@
2323
"author": "Cumulus Authors",
2424
"license": "Apache-2.0",
2525
"dependencies": {
26-
"@cumulus/api": "^1.10.0",
26+
"@cumulus/api": "^1.10.1",
2727
"@cumulus/common": "^1.10.0",
28-
"@cumulus/deployment": "^1.10.0",
28+
"@cumulus/deployment": "^1.10.1",
2929
"aws-sdk": "^2.238.1",
3030
"commander": "^2.15.0",
3131
"fs-extra": "^5.0.0",

tasks/test-processing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cumulus/test-processing",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "Fake processing task used for integration tests",
55
"main": "index.js",
66
"homepage": "https://github.com/nasa/cumulus/tree/master/tasks/test-processing",
@@ -20,7 +20,7 @@
2020
"license": "Apache-2.0",
2121
"dependencies": {
2222
"@cumulus/cumulus-message-adapter-js": "^1.0.4",
23-
"@cumulus/integration-tests": "^1.10.0"
23+
"@cumulus/integration-tests": "^1.10.1"
2424
},
2525
"devDependencies": {
2626
"webpack": "~4.5.0",

0 commit comments

Comments
 (0)