Skip to content

Commit

Permalink
Merge pull request #148 from sat-utils/develop
Browse files Browse the repository at this point in the history
0.2.2 release
  • Loading branch information
matthewhanson authored Jan 23, 2019
2 parents 99e4065 + e9b6396 commit 72ac9f7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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.2-rc1",
"version": "0.2.2",
"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.2-rc1",
"version": "0.2.2",
"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.2-rc1",
"version": "0.2.2",
"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.2-rc1"
"@sat-utils/api-lib": "^0.2.2"
},
"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.2-rc1",
"version": "0.2.2",
"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.2-rc1"
"@sat-utils/api-lib": "^0.2.2"
},
"devDependencies": {
"ava": "^0.25.0",
Expand Down

0 comments on commit 72ac9f7

Please sign in to comment.