Skip to content

Commit

Permalink
Publish v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aquarat committed May 27, 2022
1 parent 5659bea commit d389634
Show file tree
Hide file tree
Showing 24 changed files with 146 additions and 57 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-hats-juggle.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/neat-ghosts-attack.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.3

### Patch Changes

- [`5659bea9`](https://github.com/api3dao/airnode/commit/5659bea9980a72c06bf00c41584fde6670efdaec) Thanks [@aquarat](https://github.com/aquarat)! - Bump patch version

## 0.6.2

### Patch 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.2",
"version": "0.6.3",
"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.3

### Patch Changes

- [`5659bea9`](https://github.com/api3dao/airnode/commit/5659bea9980a72c06bf00c41584fde6670efdaec) Thanks [@aquarat](https://github.com/aquarat)! - Bump patch version

- Updated dependencies [[`5659bea9`](https://github.com/api3dao/airnode/commit/5659bea9980a72c06bf00c41584fde6670efdaec)]:
- @api3/airnode-ois@0.6.3

## 0.6.2

### Patch 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.2",
"version": "0.6.3",
"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.2",
"@api3/airnode-ois": "^0.6.3",
"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.3

### Patch Changes

- [`5659bea9`](https://github.com/api3dao/airnode/commit/5659bea9980a72c06bf00c41584fde6670efdaec) Thanks [@aquarat](https://github.com/aquarat)! - Bump patch version

- Updated dependencies [[`5659bea9`](https://github.com/api3dao/airnode/commit/5659bea9980a72c06bf00c41584fde6670efdaec)]:
- @api3/airnode-abi@0.6.3
- @api3/airnode-protocol@0.6.3
- @api3/airnode-utilities@0.6.3

## 0.6.2

### Patch 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.2",
"version": "0.6.3",
"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.2",
"@api3/airnode-protocol": "^0.6.2",
"@api3/airnode-utilities": "^0.6.2",
"@api3/airnode-abi": "^0.6.3",
"@api3/airnode-protocol": "^0.6.3",
"@api3/airnode-utilities": "^0.6.3",
"ethers": "^5.4.5",
"lodash": "^4.17.21",
"yargs": "^17.0.1"
Expand Down
15 changes: 15 additions & 0 deletions packages/airnode-deployer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @api3/airnode-deployer

## 0.6.3

### Patch Changes

- [#1129](https://github.com/api3dao/airnode/pull/1129) [`be44e075`](https://github.com/api3dao/airnode/commit/be44e07585baf8ea608ca670e72fd31751c21c2f) Thanks [@amarthadan](https://github.com/amarthadan)! - Fix length of cloud resource names

* [`5659bea9`](https://github.com/api3dao/airnode/commit/5659bea9980a72c06bf00c41584fde6670efdaec) Thanks [@aquarat](https://github.com/aquarat)! - Bump patch version

* Updated dependencies [[`5659bea9`](https://github.com/api3dao/airnode/commit/5659bea9980a72c06bf00c41584fde6670efdaec)]:
- @api3/airnode-node@0.6.3
- @api3/airnode-ois@0.6.3
- @api3/airnode-protocol@0.6.3
- @api3/airnode-utilities@0.6.3
- @api3/airnode-validator@0.6.3

## 0.6.2

### Patch 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.2",
"version": "0.6.3",
"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.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",
"@api3/airnode-node": "^0.6.3",
"@api3/airnode-ois": "^0.6.3",
"@api3/airnode-protocol": "^0.6.3",
"@api3/airnode-utilities": "^0.6.3",
"@api3/airnode-validator": "^0.6.3",
"@google-cloud/storage": "^5.15.5",
"aws-sdk": "^2.992.0",
"chalk": "^4.1.2",
Expand Down
13 changes: 13 additions & 0 deletions packages/airnode-examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @api3/airnode-examples

## 0.6.3

### Patch Changes

- [`5659bea9`](https://github.com/api3dao/airnode/commit/5659bea9980a72c06bf00c41584fde6670efdaec) Thanks [@aquarat](https://github.com/aquarat)! - Bump patch version

- Updated dependencies [[`be44e075`](https://github.com/api3dao/airnode/commit/be44e07585baf8ea608ca670e72fd31751c21c2f), [`5659bea9`](https://github.com/api3dao/airnode/commit/5659bea9980a72c06bf00c41584fde6670efdaec)]:
- @api3/airnode-deployer@0.6.3
- @api3/airnode-abi@0.6.3
- @api3/airnode-admin@0.6.3
- @api3/airnode-node@0.6.3
- @api3/airnode-protocol@0.6.3

## 0.6.2

### Patch 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.2",
"version": "0.6.3",
"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.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",
"@api3/airnode-abi": "^0.6.3",
"@api3/airnode-admin": "^0.6.3",
"@api3/airnode-deployer": "^0.6.3",
"@api3/airnode-node": "^0.6.3",
"@api3/airnode-protocol": "^0.6.3",
"ethers": "^5.4.5",
"is-wsl": "^2.2.0"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/airnode-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @api3/airnode-node

## 0.6.3

### Patch Changes

- [`5659bea9`](https://github.com/api3dao/airnode/commit/5659bea9980a72c06bf00c41584fde6670efdaec) Thanks [@aquarat](https://github.com/aquarat)! - Bump patch version

- Updated dependencies [[`5659bea9`](https://github.com/api3dao/airnode/commit/5659bea9980a72c06bf00c41584fde6670efdaec)]:
- @api3/airnode-abi@0.6.3
- @api3/airnode-adapter@0.6.3
- @api3/airnode-ois@0.6.3
- @api3/airnode-protocol@0.6.3
- @api3/airnode-utilities@0.6.3
- @api3/airnode-validator@0.6.3

## 0.6.2

### Patch 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.2",
"version": "0.6.3",
"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.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",
"@api3/airnode-abi": "^0.6.3",
"@api3/airnode-adapter": "^0.6.3",
"@api3/airnode-ois": "^0.6.3",
"@api3/airnode-protocol": "^0.6.3",
"@api3/airnode-utilities": "^0.6.3",
"@api3/airnode-validator": "^0.6.3",
"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.2",
"@api3/airnode-operation": "^0.6.3",
"@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.3

### Patch Changes

- [`5659bea9`](https://github.com/api3dao/airnode/commit/5659bea9980a72c06bf00c41584fde6670efdaec) Thanks [@aquarat](https://github.com/aquarat)! - Bump patch version

- Updated dependencies [[`5659bea9`](https://github.com/api3dao/airnode/commit/5659bea9980a72c06bf00c41584fde6670efdaec)]:
- @api3/airnode-validator@0.6.3

## 0.6.2

### Patch 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.2",
"version": "0.6.3",
"private": false,
"main": "dist/index",
"types": "dist/index",
Expand All @@ -19,6 +19,6 @@
"typescript": "^4.2.4"
},
"dependencies": {
"@api3/airnode-validator": "^0.6.2"
"@api3/airnode-validator": "^0.6.3"
}
}
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.3

### Patch Changes

- [`5659bea9`](https://github.com/api3dao/airnode/commit/5659bea9980a72c06bf00c41584fde6670efdaec) Thanks [@aquarat](https://github.com/aquarat)! - Bump patch version

- Updated dependencies [[`5659bea9`](https://github.com/api3dao/airnode/commit/5659bea9980a72c06bf00c41584fde6670efdaec)]:
- @api3/airnode-abi@0.6.3
- @api3/airnode-protocol@0.6.3
- @api3/airnode-utilities@0.6.3

## 0.6.2

### Patch 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.2",
"version": "0.6.3",
"private": false,
"main": "dist/index",
"types": "dist/index",
Expand All @@ -28,9 +28,9 @@
"test": "hardhat test"
},
"dependencies": {
"@api3/airnode-abi": "^0.6.2",
"@api3/airnode-protocol": "^0.6.2",
"@api3/airnode-utilities": "^0.6.2",
"@api3/airnode-abi": "^0.6.3",
"@api3/airnode-protocol": "^0.6.3",
"@api3/airnode-utilities": "^0.6.3",
"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.3

### Patch Changes

- [`5659bea9`](https://github.com/api3dao/airnode/commit/5659bea9980a72c06bf00c41584fde6670efdaec) Thanks [@aquarat](https://github.com/aquarat)! - Bump patch version

## 0.6.2

### Patch 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.2",
"version": "0.6.3",
"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.3

### Patch Changes

- [`5659bea9`](https://github.com/api3dao/airnode/commit/5659bea9980a72c06bf00c41584fde6670efdaec) Thanks [@aquarat](https://github.com/aquarat)! - Bump patch version

## 0.6.2

### Patch 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.2",
"version": "0.6.3",
"private": false,
"description": "General utilities to support Airnode packages",
"files": [
Expand Down
9 changes: 9 additions & 0 deletions packages/airnode-validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @api3/airnode-validator

## 0.6.3

### Patch Changes

- [`5659bea9`](https://github.com/api3dao/airnode/commit/5659bea9980a72c06bf00c41584fde6670efdaec) Thanks [@aquarat](https://github.com/aquarat)! - Bump patch version

- Updated dependencies [[`5659bea9`](https://github.com/api3dao/airnode/commit/5659bea9980a72c06bf00c41584fde6670efdaec)]:
- @api3/airnode-utilities@0.6.3

## 0.6.2

### Patch Changes
Expand Down
Loading

0 comments on commit d389634

Please sign in to comment.