Skip to content

Commit

Permalink
Merge pull request #195 from sat-utils/v0.2.6
Browse files Browse the repository at this point in the history
Bump to 0.2.6
  • Loading branch information
drewbo authored Aug 28, 2019
2 parents df3bac0 + 9001c6a commit 7477bc1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [v0.2.6] - 2019-08-28

### Added
- Support for `in` operator on property fields

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

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.5",
"version": "0.2.6",
"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.5",
"version": "0.2.6",
"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.5",
"version": "0.2.6",
"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.5"
"@sat-utils/api-lib": "^0.2.6"
},
"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.5",
"version": "0.2.6",
"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.5"
"@sat-utils/api-lib": "^0.2.6"
},
"devDependencies": {
"ava": "^0.25.0",
Expand Down

0 comments on commit 7477bc1

Please sign in to comment.