Skip to content

Commit

Permalink
Merge pull request #186 from sat-utils/develop
Browse files Browse the repository at this point in the history
properly release v0.2.5
  • Loading branch information
sharkinsspatial authored Jun 26, 2019
2 parents 684346c + 5f5418a commit 2606e45
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v0.2.5] - 2019-06-17
## [v0.2.5] - 2019-06-21

### Fixed
- Added missing dependency (through2)
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.11.0",
"version": "0.2.4",
"version": "0.2.5",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/api-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sat-utils/api-lib",
"version": "0.2.4",
"version": "0.2.5",
"description": "A library for creating a search API of public Satellites metadata using Elasticsearch",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sat-utils/api",
"version": "0.2.4",
"version": "0.2.5",
"description": "The api lambda function for sat-api",
"main": "index.js",
"repository": {
Expand All @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/sat-utils/sat-api#readme",
"dependencies": {
"@sat-utils/api-lib": "^0.2.4"
"@sat-utils/api-lib": "^0.2.5"
},
"devDependencies": {
"ava": "^0.25.0",
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": "@sat-utils/ingest",
"version": "0.2.4",
"version": "0.2.5",
"description": "ingest lambda function of sat-api",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/sat-utils/sat-api#readme",
"dependencies": {
"@sat-utils/api-lib": "^0.2.4"
"@sat-utils/api-lib": "^0.2.5"
},
"devDependencies": {
"ava": "^0.25.0",
Expand Down

0 comments on commit 2606e45

Please sign in to comment.