Skip to content

Commit

Permalink
Release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
aquarat committed Jun 11, 2022
1 parent 693eae0 commit dc6454e
Show file tree
Hide file tree
Showing 26 changed files with 146 additions and 61 deletions.
15 changes: 0 additions & 15 deletions .changeset/clever-papayas-suffer.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/heavy-rivers-judge.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/itchy-monkeys-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-jeans-agree.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.5

### Patch Changes

- [`693eae0c`](https://github.com/api3dao/airnode/commit/693eae0ce855755ed9082d712c853e9d63d8b7a1) Thanks [@aquarat](https://github.com/aquarat)! - Bump patch version

## 0.6.4

### 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.4",
"version": "0.6.5",
"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.5

### Patch Changes

- [`693eae0c`](https://github.com/api3dao/airnode/commit/693eae0ce855755ed9082d712c853e9d63d8b7a1) Thanks [@aquarat](https://github.com/aquarat)! - Bump patch version

- Updated dependencies [[`693eae0c`](https://github.com/api3dao/airnode/commit/693eae0ce855755ed9082d712c853e9d63d8b7a1)]:
- @api3/airnode-ois@0.6.5

## 0.6.4

### 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.4",
"version": "0.6.5",
"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.4",
"@api3/airnode-ois": "^0.6.5",
"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.5

### Patch Changes

- [`693eae0c`](https://github.com/api3dao/airnode/commit/693eae0ce855755ed9082d712c853e9d63d8b7a1) Thanks [@aquarat](https://github.com/aquarat)! - Bump patch version

- Updated dependencies [[`693eae0c`](https://github.com/api3dao/airnode/commit/693eae0ce855755ed9082d712c853e9d63d8b7a1)]:
- @api3/airnode-abi@0.6.5
- @api3/airnode-protocol@0.6.5
- @api3/airnode-utilities@0.6.5

## 0.6.4

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

## 0.6.5

### Patch Changes

- [`693eae0c`](https://github.com/api3dao/airnode/commit/693eae0ce855755ed9082d712c853e9d63d8b7a1) Thanks [@aquarat](https://github.com/aquarat)! - Bump patch version

- Updated dependencies [[`693eae0c`](https://github.com/api3dao/airnode/commit/693eae0ce855755ed9082d712c853e9d63d8b7a1), [`aaebe7f1`](https://github.com/api3dao/airnode/commit/aaebe7f1860a9324282c5c2bda9f3f2bed0ad2d2)]:
- @api3/airnode-node@0.6.5
- @api3/airnode-ois@0.6.5
- @api3/airnode-protocol@0.6.5
- @api3/airnode-utilities@0.6.5
- @api3/airnode-validator@0.6.5

## 0.6.4

### 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.4",
"version": "0.6.5",
"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.4",
"@api3/airnode-ois": "^0.6.4",
"@api3/airnode-protocol": "^0.6.4",
"@api3/airnode-utilities": "^0.6.4",
"@api3/airnode-validator": "^0.6.4",
"@api3/airnode-node": "^0.6.5",
"@api3/airnode-ois": "^0.6.5",
"@api3/airnode-protocol": "^0.6.5",
"@api3/airnode-utilities": "^0.6.5",
"@api3/airnode-validator": "^0.6.5",
"@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.5

### Patch Changes

- [`693eae0c`](https://github.com/api3dao/airnode/commit/693eae0ce855755ed9082d712c853e9d63d8b7a1) Thanks [@aquarat](https://github.com/aquarat)! - Bump patch version

- Updated dependencies [[`693eae0c`](https://github.com/api3dao/airnode/commit/693eae0ce855755ed9082d712c853e9d63d8b7a1), [`aaebe7f1`](https://github.com/api3dao/airnode/commit/aaebe7f1860a9324282c5c2bda9f3f2bed0ad2d2)]:
- @api3/airnode-abi@0.6.5
- @api3/airnode-admin@0.6.5
- @api3/airnode-deployer@0.6.5
- @api3/airnode-node@0.6.5
- @api3/airnode-protocol@0.6.5

## 0.6.4

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

## 0.6.5

### Patch Changes

- [`693eae0c`](https://github.com/api3dao/airnode/commit/693eae0ce855755ed9082d712c853e9d63d8b7a1) Thanks [@aquarat](https://github.com/aquarat)! - Bump patch version

* [#1175](https://github.com/api3dao/airnode/pull/1175) [`aaebe7f1`](https://github.com/api3dao/airnode/commit/aaebe7f1860a9324282c5c2bda9f3f2bed0ad2d2) Thanks [@amarthadan](https://github.com/amarthadan)! - Allow empty `chains` array in the config

* Updated dependencies [[`693eae0c`](https://github.com/api3dao/airnode/commit/693eae0ce855755ed9082d712c853e9d63d8b7a1)]:
- @api3/airnode-abi@0.6.5
- @api3/airnode-adapter@0.6.5
- @api3/airnode-ois@0.6.5
- @api3/airnode-protocol@0.6.5
- @api3/airnode-utilities@0.6.5
- @api3/airnode-validator@0.6.5

## 0.6.4

### 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.4",
"version": "0.6.5",
"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.4",
"@api3/airnode-adapter": "^0.6.4",
"@api3/airnode-ois": "^0.6.4",
"@api3/airnode-protocol": "^0.6.4",
"@api3/airnode-utilities": "^0.6.4",
"@api3/airnode-validator": "^0.6.4",
"@api3/airnode-abi": "^0.6.5",
"@api3/airnode-adapter": "^0.6.5",
"@api3/airnode-ois": "^0.6.5",
"@api3/airnode-protocol": "^0.6.5",
"@api3/airnode-utilities": "^0.6.5",
"@api3/airnode-validator": "^0.6.5",
"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.4",
"@api3/airnode-operation": "^0.6.5",
"@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.5

### Patch Changes

- [`693eae0c`](https://github.com/api3dao/airnode/commit/693eae0ce855755ed9082d712c853e9d63d8b7a1) Thanks [@aquarat](https://github.com/aquarat)! - Bump patch version

- Updated dependencies [[`693eae0c`](https://github.com/api3dao/airnode/commit/693eae0ce855755ed9082d712c853e9d63d8b7a1)]:
- @api3/airnode-validator@0.6.5

## 0.6.4

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

### Patch Changes

- [`693eae0c`](https://github.com/api3dao/airnode/commit/693eae0ce855755ed9082d712c853e9d63d8b7a1) Thanks [@aquarat](https://github.com/aquarat)! - Bump patch version

- Updated dependencies [[`693eae0c`](https://github.com/api3dao/airnode/commit/693eae0ce855755ed9082d712c853e9d63d8b7a1)]:
- @api3/airnode-abi@0.6.5
- @api3/airnode-protocol@0.6.5
- @api3/airnode-utilities@0.6.5

## 0.6.4

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

### Patch Changes

- [`693eae0c`](https://github.com/api3dao/airnode/commit/693eae0ce855755ed9082d712c853e9d63d8b7a1) Thanks [@aquarat](https://github.com/aquarat)! - Bump patch version

## 0.6.4

### 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.4",
"version": "0.6.5",
"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.5

### Patch Changes

- [`693eae0c`](https://github.com/api3dao/airnode/commit/693eae0ce855755ed9082d712c853e9d63d8b7a1) Thanks [@aquarat](https://github.com/aquarat)! - Bump patch version

## 0.6.4

### 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.4",
"version": "0.6.5",
"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.5

### Patch Changes

- [`693eae0c`](https://github.com/api3dao/airnode/commit/693eae0ce855755ed9082d712c853e9d63d8b7a1) Thanks [@aquarat](https://github.com/aquarat)! - Bump patch version

- Updated dependencies [[`693eae0c`](https://github.com/api3dao/airnode/commit/693eae0ce855755ed9082d712c853e9d63d8b7a1)]:
- @api3/airnode-utilities@0.6.5

## 0.6.4

### Patch Changes
Expand Down
Loading

0 comments on commit dc6454e

Please sign in to comment.