Skip to content

Commit

Permalink
Release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenligiray committed Aug 18, 2022
1 parent be0abf8 commit 7441f0b
Show file tree
Hide file tree
Showing 24 changed files with 146 additions and 57 deletions.
15 changes: 0 additions & 15 deletions .changeset/clever-rockets-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-apples-wash.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.6

### Patch Changes

- [`be0abf86`](https://github.com/api3dao/airnode/commit/be0abf86b88de4dca0f4077af0b009e7e7c0cbb1) Thanks [@bbenligiray](https://github.com/bbenligiray)! - Release new version

## 0.6.5

### 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.5",
"version": "0.6.6",
"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.6

### Patch Changes

- [`be0abf86`](https://github.com/api3dao/airnode/commit/be0abf86b88de4dca0f4077af0b009e7e7c0cbb1) Thanks [@bbenligiray](https://github.com/bbenligiray)! - Release new version

- Updated dependencies [[`be0abf86`](https://github.com/api3dao/airnode/commit/be0abf86b88de4dca0f4077af0b009e7e7c0cbb1)]:
- @api3/airnode-ois@0.6.6

## 0.6.5

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

### Patch Changes

- [`be0abf86`](https://github.com/api3dao/airnode/commit/be0abf86b88de4dca0f4077af0b009e7e7c0cbb1) Thanks [@bbenligiray](https://github.com/bbenligiray)! - Release new version

- Updated dependencies [[`be0abf86`](https://github.com/api3dao/airnode/commit/be0abf86b88de4dca0f4077af0b009e7e7c0cbb1)]:
- @api3/airnode-abi@0.6.6
- @api3/airnode-protocol@0.6.6
- @api3/airnode-utilities@0.6.6

## 0.6.5

### 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.5",
"version": "0.6.6",
"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.5",
"@api3/airnode-protocol": "^0.6.5",
"@api3/airnode-utilities": "^0.6.5",
"@api3/airnode-abi": "^0.6.6",
"@api3/airnode-protocol": "^0.6.6",
"@api3/airnode-utilities": "^0.6.6",
"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.6

### Patch Changes

- [`be0abf86`](https://github.com/api3dao/airnode/commit/be0abf86b88de4dca0f4077af0b009e7e7c0cbb1) Thanks [@bbenligiray](https://github.com/bbenligiray)! - Release new version

* [#1360](https://github.com/api3dao/airnode/pull/1360) [`a81c4a2c`](https://github.com/api3dao/airnode/commit/a81c4a2c251b23b5c2ba7ca970f6f98f0ccf2743) Thanks [@Siegrift](https://github.com/Siegrift)! - Set disable_dependent_services, disable_on_destroy in GCP recipes to false to allow removing one of multiple deployments from the same project

* Updated dependencies [[`be0abf86`](https://github.com/api3dao/airnode/commit/be0abf86b88de4dca0f4077af0b009e7e7c0cbb1)]:
- @api3/airnode-node@0.6.6
- @api3/airnode-ois@0.6.6
- @api3/airnode-protocol@0.6.6
- @api3/airnode-utilities@0.6.6
- @api3/airnode-validator@0.6.6

## 0.6.5

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

### Patch Changes

- [`be0abf86`](https://github.com/api3dao/airnode/commit/be0abf86b88de4dca0f4077af0b009e7e7c0cbb1) Thanks [@bbenligiray](https://github.com/bbenligiray)! - Release new version

- Updated dependencies [[`be0abf86`](https://github.com/api3dao/airnode/commit/be0abf86b88de4dca0f4077af0b009e7e7c0cbb1), [`a81c4a2c`](https://github.com/api3dao/airnode/commit/a81c4a2c251b23b5c2ba7ca970f6f98f0ccf2743)]:
- @api3/airnode-abi@0.6.6
- @api3/airnode-admin@0.6.6
- @api3/airnode-deployer@0.6.6
- @api3/airnode-node@0.6.6
- @api3/airnode-protocol@0.6.6

## 0.6.5

### 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.5",
"version": "0.6.6",
"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.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",
"@api3/airnode-abi": "^0.6.6",
"@api3/airnode-admin": "^0.6.6",
"@api3/airnode-deployer": "^0.6.6",
"@api3/airnode-node": "^0.6.6",
"@api3/airnode-protocol": "^0.6.6",
"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.6

### Patch Changes

- [`be0abf86`](https://github.com/api3dao/airnode/commit/be0abf86b88de4dca0f4077af0b009e7e7c0cbb1) Thanks [@bbenligiray](https://github.com/bbenligiray)! - Release new version

- Updated dependencies [[`be0abf86`](https://github.com/api3dao/airnode/commit/be0abf86b88de4dca0f4077af0b009e7e7c0cbb1)]:
- @api3/airnode-abi@0.6.6
- @api3/airnode-adapter@0.6.6
- @api3/airnode-ois@0.6.6
- @api3/airnode-protocol@0.6.6
- @api3/airnode-utilities@0.6.6
- @api3/airnode-validator@0.6.6

## 0.6.5

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

### Patch Changes

- [`be0abf86`](https://github.com/api3dao/airnode/commit/be0abf86b88de4dca0f4077af0b009e7e7c0cbb1) Thanks [@bbenligiray](https://github.com/bbenligiray)! - Release new version

- Updated dependencies [[`be0abf86`](https://github.com/api3dao/airnode/commit/be0abf86b88de4dca0f4077af0b009e7e7c0cbb1)]:
- @api3/airnode-validator@0.6.6

## 0.6.5

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

### Patch Changes

- [`be0abf86`](https://github.com/api3dao/airnode/commit/be0abf86b88de4dca0f4077af0b009e7e7c0cbb1) Thanks [@bbenligiray](https://github.com/bbenligiray)! - Release new version

- Updated dependencies [[`be0abf86`](https://github.com/api3dao/airnode/commit/be0abf86b88de4dca0f4077af0b009e7e7c0cbb1)]:
- @api3/airnode-abi@0.6.6
- @api3/airnode-protocol@0.6.6
- @api3/airnode-utilities@0.6.6

## 0.6.5

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

### Patch Changes

- [`be0abf86`](https://github.com/api3dao/airnode/commit/be0abf86b88de4dca0f4077af0b009e7e7c0cbb1) Thanks [@bbenligiray](https://github.com/bbenligiray)! - Release new version

## 0.6.5

### 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.5",
"version": "0.6.6",
"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.6

### Patch Changes

- [`be0abf86`](https://github.com/api3dao/airnode/commit/be0abf86b88de4dca0f4077af0b009e7e7c0cbb1) Thanks [@bbenligiray](https://github.com/bbenligiray)! - Release new version

## 0.6.5

### 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.5",
"version": "0.6.6",
"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.6

### Patch Changes

- [`be0abf86`](https://github.com/api3dao/airnode/commit/be0abf86b88de4dca0f4077af0b009e7e7c0cbb1) Thanks [@bbenligiray](https://github.com/bbenligiray)! - Release new version

- Updated dependencies [[`be0abf86`](https://github.com/api3dao/airnode/commit/be0abf86b88de4dca0f4077af0b009e7e7c0cbb1)]:
- @api3/airnode-utilities@0.6.6

## 0.6.5

### Patch Changes
Expand Down
Loading

0 comments on commit 7441f0b

Please sign in to comment.