Skip to content

Commit

Permalink
Release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenligiray committed Nov 3, 2021
1 parent 29c5c10 commit c6263e9
Show file tree
Hide file tree
Showing 22 changed files with 187 additions and 56 deletions.
5 changes: 0 additions & 5 deletions .changeset/kind-eggs-change.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/olive-trains-thank.md

This file was deleted.

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

## 0.2.2

### Patch Changes

- Release new version

## 0.2.1

### Patch Changes
Expand All @@ -10,4 +16,7 @@

### Minor Changes

- [#639](https://github.com/api3dao/airnode/pull/639) [`f1c10185`](https://github.com/api3dao/airnode/commit/f1c10185498d9bafe799661ecd9e361a2c9ea55d) Thanks [@Siegrift](https://github.com/Siegrift)! - See https://medium.com/api3/beyond-pre-alpha-rrp-88717e9ed22d for a summary of the changes since the pre-alpha version
- [#639](https://github.com/api3dao/airnode/pull/639)
[`f1c10185`](https://github.com/api3dao/airnode/commit/f1c10185498d9bafe799661ecd9e361a2c9ea55d) Thanks
[@Siegrift](https://github.com/Siegrift)! - See https://medium.com/api3/beyond-pre-alpha-rrp-88717e9ed22d for a
summary of the changes since the pre-alpha version
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.2.1",
"version": "0.2.2",
"private": false,
"main": "dist/index",
"types": "dist/index",
Expand Down
17 changes: 15 additions & 2 deletions packages/airnode-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @api3/airnode-adapter

## 0.2.2

### Patch Changes

- Release new version

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

## 0.2.1

### Patch Changes
Expand All @@ -13,9 +22,13 @@

### Minor Changes

- [#639](https://github.com/api3dao/airnode/pull/639) [`f1c10185`](https://github.com/api3dao/airnode/commit/f1c10185498d9bafe799661ecd9e361a2c9ea55d) Thanks [@Siegrift](https://github.com/Siegrift)! - See https://medium.com/api3/beyond-pre-alpha-rrp-88717e9ed22d for a summary of the changes since the pre-alpha version
- [#639](https://github.com/api3dao/airnode/pull/639)
[`f1c10185`](https://github.com/api3dao/airnode/commit/f1c10185498d9bafe799661ecd9e361a2c9ea55d) Thanks
[@Siegrift](https://github.com/Siegrift)! - See https://medium.com/api3/beyond-pre-alpha-rrp-88717e9ed22d for a
summary of the changes since the pre-alpha version

### Patch Changes

- Updated dependencies [[`f1c10185`](https://github.com/api3dao/airnode/commit/f1c10185498d9bafe799661ecd9e361a2c9ea55d)]:
- Updated dependencies
[[`f1c10185`](https://github.com/api3dao/airnode/commit/f1c10185498d9bafe799661ecd9e361a2c9ea55d)]:
- @api3/airnode-ois@0.2.0
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.2.1",
"version": "0.2.2",
"private": false,
"main": "dist/index",
"types": "dist/index",
Expand All @@ -17,7 +17,7 @@
"test:watch": "SILENCE_LOGGER=true jest --coverage --watch"
},
"dependencies": {
"@api3/airnode-ois": "^0.2.1",
"@api3/airnode-ois": "^0.2.2",
"axios": "^0.21.2",
"bignumber.js": "^9.0.0",
"ethers": "^5.4.5",
Expand Down
18 changes: 16 additions & 2 deletions packages/airnode-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @api3/airnode-admin

## 0.2.2

### Patch Changes

- Release new version

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

## 0.2.1

### Patch Changes
Expand All @@ -14,10 +24,14 @@

### Minor Changes

- [#639](https://github.com/api3dao/airnode/pull/639) [`f1c10185`](https://github.com/api3dao/airnode/commit/f1c10185498d9bafe799661ecd9e361a2c9ea55d) Thanks [@Siegrift](https://github.com/Siegrift)! - See https://medium.com/api3/beyond-pre-alpha-rrp-88717e9ed22d for a summary of the changes since the pre-alpha version
- [#639](https://github.com/api3dao/airnode/pull/639)
[`f1c10185`](https://github.com/api3dao/airnode/commit/f1c10185498d9bafe799661ecd9e361a2c9ea55d) Thanks
[@Siegrift](https://github.com/Siegrift)! - See https://medium.com/api3/beyond-pre-alpha-rrp-88717e9ed22d for a
summary of the changes since the pre-alpha version

### Patch Changes

- Updated dependencies [[`f1c10185`](https://github.com/api3dao/airnode/commit/f1c10185498d9bafe799661ecd9e361a2c9ea55d)]:
- Updated dependencies
[[`f1c10185`](https://github.com/api3dao/airnode/commit/f1c10185498d9bafe799661ecd9e361a2c9ea55d)]:
- @api3/airnode-abi@0.2.0
- @api3/airnode-protocol@0.2.0
6 changes: 3 additions & 3 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.2.1",
"version": "0.2.2",
"private": false,
"bin": {
"airnode-admin": "./dist/bin/admin.js"
Expand All @@ -23,8 +23,8 @@
"test:watch:debug": "jest \"implementation.test\" --selectProjects unit --watch"
},
"dependencies": {
"@api3/airnode-abi": "^0.2.1",
"@api3/airnode-protocol": "^0.2.1",
"@api3/airnode-abi": "^0.2.2",
"@api3/airnode-protocol": "^0.2.2",
"ethers": "^5.4.5",
"lodash": "^4.17.21",
"yargs": "^17.0.1"
Expand Down
26 changes: 24 additions & 2 deletions packages/airnode-deployer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @api3/airnode-deployer

## 0.2.2

### Patch Changes

- Release new version

* [#657](https://github.com/api3dao/airnode/pull/657)
[`1f9ca298`](https://github.com/api3dao/airnode/commit/1f9ca298f485621354ceacadbbbb58cacd1bdf8f) Thanks
[@amarthadan](https://github.com/amarthadan)! - Fix missing dependencies from Docker image builds

* Updated dependencies
[[`8aa8f4f6`](https://github.com/api3dao/airnode/commit/8aa8f4f61568df9ad686914731ade648f1879c67),
[`1f9ca298`](https://github.com/api3dao/airnode/commit/1f9ca298f485621354ceacadbbbb58cacd1bdf8f)]:
- @api3/airnode-validator@0.2.2
- @api3/airnode-node@0.2.2
- @api3/airnode-ois@0.2.2
- @api3/airnode-protocol@0.2.2

## 0.2.1

### Patch Changes
Expand All @@ -16,11 +34,15 @@

### Minor Changes

- [#639](https://github.com/api3dao/airnode/pull/639) [`f1c10185`](https://github.com/api3dao/airnode/commit/f1c10185498d9bafe799661ecd9e361a2c9ea55d) Thanks [@Siegrift](https://github.com/Siegrift)! - See https://medium.com/api3/beyond-pre-alpha-rrp-88717e9ed22d for a summary of the changes since the pre-alpha version
- [#639](https://github.com/api3dao/airnode/pull/639)
[`f1c10185`](https://github.com/api3dao/airnode/commit/f1c10185498d9bafe799661ecd9e361a2c9ea55d) Thanks
[@Siegrift](https://github.com/Siegrift)! - See https://medium.com/api3/beyond-pre-alpha-rrp-88717e9ed22d for a
summary of the changes since the pre-alpha version

### Patch Changes

- Updated dependencies [[`f1c10185`](https://github.com/api3dao/airnode/commit/f1c10185498d9bafe799661ecd9e361a2c9ea55d)]:
- Updated dependencies
[[`f1c10185`](https://github.com/api3dao/airnode/commit/f1c10185498d9bafe799661ecd9e361a2c9ea55d)]:
- @api3/airnode-node@0.2.0
- @api3/airnode-ois@0.2.0
- @api3/airnode-protocol@0.2.0
Expand Down
10 changes: 5 additions & 5 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.2.1",
"version": "0.2.2",
"private": false,
"bin": {
"airnode-deployer": "./dist/bin/deployer.js"
Expand All @@ -22,10 +22,10 @@
"webpack:dev": "webpack --mode development"
},
"dependencies": {
"@api3/airnode-node": "^0.2.1",
"@api3/airnode-ois": "^0.2.1",
"@api3/airnode-protocol": "^0.2.1",
"@api3/airnode-validator": "^0.2.1",
"@api3/airnode-node": "^0.2.2",
"@api3/airnode-ois": "^0.2.2",
"@api3/airnode-protocol": "^0.2.2",
"@api3/airnode-validator": "^0.2.2",
"aws-sdk": "^2.992.0",
"dotenv": "^10.0.0",
"ethers": "^5.4.5",
Expand Down
21 changes: 19 additions & 2 deletions packages/airnode-examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @api3/airnode-examples

## 0.2.2

### Patch Changes

- Release new version

- Updated dependencies
[[`1f9ca298`](https://github.com/api3dao/airnode/commit/1f9ca298f485621354ceacadbbbb58cacd1bdf8f)]:
- @api3/airnode-abi@0.2.2
- @api3/airnode-admin@0.2.2
- @api3/airnode-deployer@0.2.2
- @api3/airnode-protocol@0.2.2

## 0.2.1

### Patch Changes
Expand All @@ -16,11 +29,15 @@

### Minor Changes

- [#639](https://github.com/api3dao/airnode/pull/639) [`f1c10185`](https://github.com/api3dao/airnode/commit/f1c10185498d9bafe799661ecd9e361a2c9ea55d) Thanks [@Siegrift](https://github.com/Siegrift)! - See https://medium.com/api3/beyond-pre-alpha-rrp-88717e9ed22d for a summary of the changes since the pre-alpha version
- [#639](https://github.com/api3dao/airnode/pull/639)
[`f1c10185`](https://github.com/api3dao/airnode/commit/f1c10185498d9bafe799661ecd9e361a2c9ea55d) Thanks
[@Siegrift](https://github.com/Siegrift)! - See https://medium.com/api3/beyond-pre-alpha-rrp-88717e9ed22d for a
summary of the changes since the pre-alpha version

### Patch Changes

- Updated dependencies [[`f1c10185`](https://github.com/api3dao/airnode/commit/f1c10185498d9bafe799661ecd9e361a2c9ea55d)]:
- Updated dependencies
[[`f1c10185`](https://github.com/api3dao/airnode/commit/f1c10185498d9bafe799661ecd9e361a2c9ea55d)]:
- @api3/airnode-abi@0.2.0
- @api3/airnode-admin@0.2.0
- @api3/airnode-deployer@0.2.0
Expand Down
10 changes: 5 additions & 5 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.2.1",
"version": "0.2.2",
"private": false,
"description": "A collection of examples showcasing the features of Airnode",
"scripts": {
Expand All @@ -26,10 +26,10 @@
"test:e2e": "jest --selectProjects e2e"
},
"dependencies": {
"@api3/airnode-admin": "^0.2.1",
"@api3/airnode-abi": "^0.2.1",
"@api3/airnode-deployer": "^0.2.1",
"@api3/airnode-protocol": "^0.2.1",
"@api3/airnode-admin": "^0.2.2",
"@api3/airnode-abi": "^0.2.2",
"@api3/airnode-deployer": "^0.2.2",
"@api3/airnode-protocol": "^0.2.2",
"ethers": "^5.4.4"
},
"devDependencies": {
Expand Down
26 changes: 24 additions & 2 deletions packages/airnode-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @api3/airnode-node

## 0.2.2

### Patch Changes

- Release new version

* [#657](https://github.com/api3dao/airnode/pull/657)
[`1f9ca298`](https://github.com/api3dao/airnode/commit/1f9ca298f485621354ceacadbbbb58cacd1bdf8f) Thanks
[@amarthadan](https://github.com/amarthadan)! - Fix missing dependencies from Docker image builds

* Updated dependencies
[[`8aa8f4f6`](https://github.com/api3dao/airnode/commit/8aa8f4f61568df9ad686914731ade648f1879c67)]:
- @api3/airnode-validator@0.2.2
- @api3/airnode-abi@0.2.2
- @api3/airnode-adapter@0.2.2
- @api3/airnode-ois@0.2.2
- @api3/airnode-protocol@0.2.2

## 0.2.1

### Patch Changes
Expand All @@ -17,11 +35,15 @@

### Minor Changes

- [#639](https://github.com/api3dao/airnode/pull/639) [`f1c10185`](https://github.com/api3dao/airnode/commit/f1c10185498d9bafe799661ecd9e361a2c9ea55d) Thanks [@Siegrift](https://github.com/Siegrift)! - See https://medium.com/api3/beyond-pre-alpha-rrp-88717e9ed22d for a summary of the changes since the pre-alpha version
- [#639](https://github.com/api3dao/airnode/pull/639)
[`f1c10185`](https://github.com/api3dao/airnode/commit/f1c10185498d9bafe799661ecd9e361a2c9ea55d) Thanks
[@Siegrift](https://github.com/Siegrift)! - See https://medium.com/api3/beyond-pre-alpha-rrp-88717e9ed22d for a
summary of the changes since the pre-alpha version

### Patch Changes

- Updated dependencies [[`f1c10185`](https://github.com/api3dao/airnode/commit/f1c10185498d9bafe799661ecd9e361a2c9ea55d)]:
- Updated dependencies
[[`f1c10185`](https://github.com/api3dao/airnode/commit/f1c10185498d9bafe799661ecd9e361a2c9ea55d)]:
- @api3/airnode-abi@0.2.0
- @api3/airnode-adapter@0.2.0
- @api3/airnode-ois@0.2.0
Expand Down
14 changes: 7 additions & 7 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.2.1",
"version": "0.2.2",
"private": false,
"main": "dist/src/index",
"types": "dist/src/index",
Expand All @@ -22,11 +22,11 @@
"test:watch": "SILENCE_LOGGER=true jest --coverage --watch --selectProjects unit"
},
"dependencies": {
"@api3/airnode-adapter": "^0.2.1",
"@api3/airnode-abi": "^0.2.1",
"@api3/airnode-ois": "^0.2.1",
"@api3/airnode-protocol": "^0.2.1",
"@api3/airnode-validator": "^0.2.1",
"@api3/airnode-adapter": "^0.2.2",
"@api3/airnode-abi": "^0.2.2",
"@api3/airnode-ois": "^0.2.2",
"@api3/airnode-protocol": "^0.2.2",
"@api3/airnode-validator": "^0.2.2",
"@lifeomic/attempt": "^3.0.0",
"aws-sdk": "^2.753.0",
"date-fns": "^2.16.1",
Expand All @@ -36,7 +36,7 @@
"yargs": "^17.0.1"
},
"devDependencies": {
"@api3/airnode-operation": "^0.2.1",
"@api3/airnode-operation": "^0.2.2",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.169",
"@types/node": "^15.12.2",
Expand Down
11 changes: 10 additions & 1 deletion packages/airnode-ois/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @api3/airnode-ois

## 0.2.2

### Patch Changes

- Release new version

## 0.2.1

### Patch Changes
Expand All @@ -10,4 +16,7 @@

### Minor Changes

- [#639](https://github.com/api3dao/airnode/pull/639) [`f1c10185`](https://github.com/api3dao/airnode/commit/f1c10185498d9bafe799661ecd9e361a2c9ea55d) Thanks [@Siegrift](https://github.com/Siegrift)! - See https://medium.com/api3/beyond-pre-alpha-rrp-88717e9ed22d for a summary of the changes since the pre-alpha version
- [#639](https://github.com/api3dao/airnode/pull/639)
[`f1c10185`](https://github.com/api3dao/airnode/commit/f1c10185498d9bafe799661ecd9e361a2c9ea55d) Thanks
[@Siegrift](https://github.com/Siegrift)! - See https://medium.com/api3/beyond-pre-alpha-rrp-88717e9ed22d for a
summary of the changes since the pre-alpha version
2 changes: 1 addition & 1 deletion 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.2.1",
"version": "0.2.2",
"private": false,
"main": "dist/index",
"types": "dist/index",
Expand Down
Loading

0 comments on commit c6263e9

Please sign in to comment.