Skip to content

Commit

Permalink
Release v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aquarat committed May 2, 2022
1 parent bba586c commit 7c7e69f
Show file tree
Hide file tree
Showing 25 changed files with 171 additions and 53 deletions.
5 changes: 0 additions & 5 deletions .changeset/rude-clouds-draw.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sharp-otters-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-beers-tickle.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/airnode-abi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @api3/airnode-abi

## 0.6.2

### Patch Changes

- Bump patch version

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-abi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@api3/airnode-abi",
"license": "MIT",
"version": "0.6.0",
"version": "0.6.2",
"private": false,
"main": "dist/index",
"types": "dist/index",
Expand Down
9 changes: 9 additions & 0 deletions packages/airnode-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @api3/airnode-adapter

## 0.6.2

### Patch Changes

- Bump patch version

- Updated dependencies []:
- @api3/airnode-ois@0.6.2

## 0.6.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/airnode-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@api3/airnode-adapter",
"license": "MIT",
"version": "0.6.0",
"version": "0.6.2",
"private": false,
"main": "dist/index",
"types": "dist/index",
Expand All @@ -19,7 +19,7 @@
"test:watch": "yarn test:ts --watch"
},
"dependencies": {
"@api3/airnode-ois": "^0.6.0",
"@api3/airnode-ois": "^0.6.2",
"axios": "^0.26.0",
"bignumber.js": "^9.0.0",
"ethers": "^5.4.5",
Expand Down
11 changes: 11 additions & 0 deletions packages/airnode-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @api3/airnode-admin

## 0.6.2

### Patch Changes

- Bump patch version

- Updated dependencies []:
- @api3/airnode-abi@0.6.2
- @api3/airnode-protocol@0.6.2
- @api3/airnode-utilities@0.6.2

## 0.6.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/airnode-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@api3/airnode-admin",
"license": "MIT",
"version": "0.6.0",
"version": "0.6.2",
"private": false,
"bin": {
"airnode-admin": "./dist/bin/admin.js"
Expand All @@ -24,9 +24,9 @@
"test:watch:debug": "jest \"implementation.test\" --selectProjects unit --watch"
},
"dependencies": {
"@api3/airnode-abi": "^0.6.0",
"@api3/airnode-protocol": "^0.6.0",
"@api3/airnode-utilities": "^0.6.0",
"@api3/airnode-abi": "^0.6.2",
"@api3/airnode-protocol": "^0.6.2",
"@api3/airnode-utilities": "^0.6.2",
"ethers": "^5.4.5",
"lodash": "^4.17.21",
"yargs": "^17.0.1"
Expand Down
24 changes: 24 additions & 0 deletions packages/airnode-deployer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @api3/airnode-deployer

## 0.6.2

### Patch Changes

- Bump patch version

- Updated dependencies []:
- @api3/airnode-node@0.6.2
- @api3/airnode-ois@0.6.2
- @api3/airnode-protocol@0.6.2
- @api3/airnode-utilities@0.6.2
- @api3/airnode-validator@0.6.2

## 0.6.1

### Patch Changes

- [#1045](https://github.com/api3dao/airnode/pull/1045) [`cd22c064`](https://github.com/api3dao/airnode/commit/cd22c0645effbf2e331ec05a983f6f2b1b7206a9) Thanks [@amarthadan](https://github.com/amarthadan)! - Fix condition for enabling GCP API gateway service

* [#1041](https://github.com/api3dao/airnode/pull/1041) [`22f63fcb`](https://github.com/api3dao/airnode/commit/22f63fcba8cc68e03df6297a1a3cdc60183bc5b1) Thanks [@Siegrift](https://github.com/Siegrift)! - Fix GCP signed gateway receipt, let deployer CLI fail with non zero status code

* Updated dependencies [[`dcf8cebb`](https://github.com/api3dao/airnode/commit/dcf8cebbc3cc9b2169b1b1c8ff2444b8af715171)]:
- @api3/airnode-node@0.6.1

## 0.6.0

### Minor Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/airnode-deployer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@api3/airnode-deployer",
"license": "MIT",
"version": "0.6.0",
"version": "0.6.2",
"private": false,
"bin": {
"airnode-deployer": "./dist/bin/deployer.js"
Expand All @@ -23,11 +23,11 @@
"webpack:dev": "webpack --mode development"
},
"dependencies": {
"@api3/airnode-node": "^0.6.0",
"@api3/airnode-ois": "^0.6.0",
"@api3/airnode-protocol": "^0.6.0",
"@api3/airnode-utilities": "^0.6.0",
"@api3/airnode-validator": "^0.6.0",
"@api3/airnode-node": "^0.6.2",
"@api3/airnode-ois": "^0.6.2",
"@api3/airnode-protocol": "^0.6.2",
"@api3/airnode-utilities": "^0.6.2",
"@api3/airnode-validator": "^0.6.2",
"@google-cloud/storage": "^5.15.5",
"aws-sdk": "^2.992.0",
"chalk": "^4.1.2",
Expand Down
23 changes: 23 additions & 0 deletions packages/airnode-examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @api3/airnode-examples

## 0.6.2

### Patch Changes

- Bump patch version

- Updated dependencies []:
- @api3/airnode-deployer@0.6.2
- @api3/airnode-node@0.6.2
- @api3/airnode-abi@0.6.2
- @api3/airnode-admin@0.6.2
- @api3/airnode-protocol@0.6.2

## 0.6.1

### Patch Changes

- [#1041](https://github.com/api3dao/airnode/pull/1041) [`22f63fcb`](https://github.com/api3dao/airnode/commit/22f63fcba8cc68e03df6297a1a3cdc60183bc5b1) Thanks [@Siegrift](https://github.com/Siegrift)! - Fix GCP signed gateway receipt, let deployer CLI fail with non zero status code

- Updated dependencies [[`cd22c064`](https://github.com/api3dao/airnode/commit/cd22c0645effbf2e331ec05a983f6f2b1b7206a9), [`22f63fcb`](https://github.com/api3dao/airnode/commit/22f63fcba8cc68e03df6297a1a3cdc60183bc5b1), [`dcf8cebb`](https://github.com/api3dao/airnode/commit/dcf8cebbc3cc9b2169b1b1c8ff2444b8af715171)]:
- @api3/airnode-deployer@0.6.1
- @api3/airnode-node@0.6.1

## 0.6.0

### Minor Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/airnode-examples/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@api3/airnode-examples",
"license": "MIT",
"version": "0.6.0",
"version": "0.6.2",
"private": false,
"description": "A collection of examples showcasing the features of Airnode",
"scripts": {
Expand Down Expand Up @@ -30,11 +30,11 @@
"test:e2e": "jest --selectProjects e2e"
},
"dependencies": {
"@api3/airnode-abi": "^0.6.0",
"@api3/airnode-admin": "^0.6.0",
"@api3/airnode-deployer": "^0.6.0",
"@api3/airnode-node": "^0.6.0",
"@api3/airnode-protocol": "^0.6.0",
"@api3/airnode-abi": "^0.6.2",
"@api3/airnode-admin": "^0.6.2",
"@api3/airnode-deployer": "^0.6.2",
"@api3/airnode-node": "^0.6.2",
"@api3/airnode-protocol": "^0.6.2",
"ethers": "^5.4.5",
"is-wsl": "^2.2.0"
},
Expand Down
20 changes: 20 additions & 0 deletions packages/airnode-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @api3/airnode-node

## 0.6.2

### Patch Changes

- Bump patch version

- Updated dependencies []:
- @api3/airnode-abi@0.6.2
- @api3/airnode-adapter@0.6.2
- @api3/airnode-ois@0.6.2
- @api3/airnode-protocol@0.6.2
- @api3/airnode-utilities@0.6.2
- @api3/airnode-validator@0.6.2

## 0.6.1

### Patch Changes

- [#1055](https://github.com/api3dao/airnode/pull/1055) [`dcf8cebb`](https://github.com/api3dao/airnode/commit/dcf8cebbc3cc9b2169b1b1c8ff2444b8af715171) Thanks [@amarthadan](https://github.com/amarthadan)! - Remove airnode address from templateId verification

## 0.6.0

### Minor Changes
Expand Down
16 changes: 8 additions & 8 deletions packages/airnode-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@api3/airnode-node",
"license": "MIT",
"version": "0.6.0",
"version": "0.6.2",
"private": false,
"main": "dist/src/index",
"types": "dist/src/index",
Expand All @@ -22,12 +22,12 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@api3/airnode-abi": "^0.6.0",
"@api3/airnode-adapter": "^0.6.0",
"@api3/airnode-ois": "^0.6.0",
"@api3/airnode-protocol": "^0.6.0",
"@api3/airnode-utilities": "^0.6.0",
"@api3/airnode-validator": "^0.6.0",
"@api3/airnode-abi": "^0.6.2",
"@api3/airnode-adapter": "^0.6.2",
"@api3/airnode-ois": "^0.6.2",
"@api3/airnode-protocol": "^0.6.2",
"@api3/airnode-utilities": "^0.6.2",
"@api3/airnode-validator": "^0.6.2",
"aws-sdk": "^2.992.0",
"dotenv": "^16.0.0",
"ethers": "^5.4.5",
Expand All @@ -36,7 +36,7 @@
"yargs": "^17.0.1"
},
"devDependencies": {
"@api3/airnode-operation": "^0.6.0",
"@api3/airnode-operation": "^0.6.2",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.169",
"@types/node": "^17.0.18",
Expand Down
9 changes: 9 additions & 0 deletions packages/airnode-ois/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @api3/airnode-ois

## 0.6.2

### Patch Changes

- Bump patch version

- Updated dependencies []:
- @api3/airnode-validator@0.6.2

## 0.6.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/airnode-ois/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@api3/airnode-ois",
"license": "MIT",
"version": "0.6.0",
"version": "0.6.2",
"private": false,
"main": "dist/index",
"types": "dist/index",
Expand All @@ -19,6 +19,6 @@
"typescript": "^4.2.4"
},
"dependencies": {
"@api3/airnode-validator": "^0.6.0"
"@api3/airnode-validator": "^0.6.2"
}
}
11 changes: 11 additions & 0 deletions packages/airnode-operation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @api3/airnode-operation

## 0.6.2

### Patch Changes

- Bump patch version

- Updated dependencies []:
- @api3/airnode-abi@0.6.2
- @api3/airnode-protocol@0.6.2
- @api3/airnode-utilities@0.6.2

## 0.6.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/airnode-operation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@api3/airnode-operation",
"license": "MIT",
"version": "0.6.0",
"version": "0.6.2",
"private": false,
"main": "dist/index",
"types": "dist/index",
Expand All @@ -28,9 +28,9 @@
"test": "hardhat test"
},
"dependencies": {
"@api3/airnode-abi": "^0.6.0",
"@api3/airnode-protocol": "^0.6.0",
"@api3/airnode-utilities": "^0.6.0",
"@api3/airnode-abi": "^0.6.2",
"@api3/airnode-protocol": "^0.6.2",
"@api3/airnode-utilities": "^0.6.2",
"ethers": "^5.4.5",
"express": "^4.17.1",
"hardhat": "^2.6.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/airnode-protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @api3/airnode-protocol

## 0.6.2

### Patch Changes

- Bump patch version

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@api3/airnode-protocol",
"license": "MIT",
"version": "0.6.0",
"version": "0.6.2",
"private": false,
"main": "dist/src/index",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/airnode-utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @api3/airnode-utilities

## 0.6.2

### Patch Changes

- Bump patch version

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@api3/airnode-utilities",
"license": "MIT",
"version": "0.6.0",
"version": "0.6.2",
"private": false,
"description": "General utilities to support Airnode packages",
"files": [
Expand Down
Loading

0 comments on commit 7c7e69f

Please sign in to comment.