diff --git a/.changeset/clean-cranes-preen.md b/.changeset/clean-cranes-preen.md deleted file mode 100644 index 9e7ab4f9964..00000000000 --- a/.changeset/clean-cranes-preen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chainlink/onre-adapter': patch ---- - -Bumped framework version diff --git a/.changeset/eighty-geese-hunt.md b/.changeset/eighty-geese-hunt.md deleted file mode 100644 index 9e7ab4f9964..00000000000 --- a/.changeset/eighty-geese-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chainlink/onre-adapter': patch ---- - -Bumped framework version diff --git a/.changeset/ten-colts-cover.md b/.changeset/ten-colts-cover.md deleted file mode 100644 index b45009bbdef..00000000000 --- a/.changeset/ten-colts-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chainlink/onre-adapter': minor ---- - -Onre streams image diff --git a/MASTERLIST.md b/MASTERLIST.md index 8a033ef0e0c..a0621281982 100644 --- a/MASTERLIST.md +++ b/MASTERLIST.md @@ -1,4 +1,4 @@ -## Release 1.296.0 +## Release 1.297.0 This document was generated automatically. Please see [Master List Generator](./packages/scripts#master-list-generator) for more info. @@ -128,7 +128,7 @@ This document was generated automatically. Please see [Master List Generator](./ | [oanda](packages/sources/oanda/README.md) | `1.1.49` | `source` | v3 | `https://exchange-rates-api.oanda.com/v2` | `external-adapter-framework` | `API_ACCOUNT_ID (✅)`, `API_ENDPOINT`, `API_KEY (✅)`, `INSTRUMENTS_API_ENDPOINT`, `SSE_API_ENDPOINT`, `SSE_API_KEY (✅)` | `forex`, `price` | `price` | | | | | | [onchain-gas](packages/sources/onchain-gas/README.md) | `1.3.48` | `source` | v2 | Unknown | | `ETHEREUM_RPC_URL (✅)`, `ETHEREUM_WS_RPC_URL (✅)` | `gas` | `gas` | ✅ | [✅](packages/sources/onchain-gas/test/unit) | [✅](packages/sources/onchain-gas/test/integration) | | | [ondo](packages/sources/ondo/README.md) | `1.0.3` | `source` | v3 | `https://api.gm.ondo.finance/` | `external-adapter-framework` | `API_ENDPOINT`, `API_KEY (✅)` | `price` | `price` | | | [✅](packages/sources/ondo/test/integration) | | -| [onre](packages/sources/onre/README.md) | `1.1.4` | `source` | v3 | `https://core.api.onre.finance/data/nav` | `external-adapter-framework` | `API_ENDPOINT` | `nav`, `reserves` | `reserves` | | | [✅](packages/sources/onre/test/integration) | | +| [onre](packages/sources/onre/README.md) | `1.2.0` | `source` | v3 | `https://core.api.onre.finance/data/nav` | `external-adapter-framework` | `API_ENDPOINT` | `nav`, `reserves` | `reserves` | | | [✅](packages/sources/onre/test/integration) | | | [openexchangerates](packages/sources/openexchangerates/README.md) | `3.0.0` | `source` | v3 | `https://openexchangerates.org/api/` | `external-adapter-framework` | `API_ENDPOINT`, `API_KEY (✅)` | `forex`, `price` | `forex` | | | [✅](packages/sources/openexchangerates/test/integration) | | | [polkadot-balance](packages/sources/polkadot-balance/README.md) | `2.0.0` | `source` | v3 | Unknown | `external-adapter-framework` | `BACKGROUND_EXECUTE_MS`, `BATCH_SIZE`, `RPC_URL (✅)` | Unknown | `balance` | | | [✅](packages/sources/polkadot-balance/test/integration) | | | [polygon](packages/sources/polygon/README.md) | `2.0.40` | `source` | v3 | `https://api.polygon.io` | `external-adapter-framework` | `API_ENDPOINT`, `API_KEY (✅)` | `conversion`, `forex`, `price`, `tickers` | `tickers` | | | [✅](packages/sources/polygon/test/integration) | | diff --git a/package.json b/package.json index a86ec177220..1d0c828fe6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/external-adapters-js", - "version": "1.296.0", + "version": "1.297.0", "license": "MIT", "private": true, "workspaces": [ diff --git a/packages/sources/onre/CHANGELOG.md b/packages/sources/onre/CHANGELOG.md index f9473d68f17..36e1e097149 100644 --- a/packages/sources/onre/CHANGELOG.md +++ b/packages/sources/onre/CHANGELOG.md @@ -1,5 +1,17 @@ # @chainlink/onre-adapter +## 1.2.0 + +### Minor Changes + +- [#4723](https://github.com/smartcontractkit/external-adapters-js/pull/4723) [`bc3071e`](https://github.com/smartcontractkit/external-adapters-js/commit/bc3071effbccc627127351379f3f8f2d5616273a) Thanks [@denis-chernov-smartcontract](https://github.com/denis-chernov-smartcontract)! - Onre streams image + +### Patch Changes + +- [#4598](https://github.com/smartcontractkit/external-adapters-js/pull/4598) [`14788ce`](https://github.com/smartcontractkit/external-adapters-js/commit/14788cecd69a8655f95b1af159fcbfae2d30b9fc) Thanks [@Fletch153](https://github.com/Fletch153)! - Bumped framework version + +- [#4622](https://github.com/smartcontractkit/external-adapters-js/pull/4622) [`8488e03`](https://github.com/smartcontractkit/external-adapters-js/commit/8488e033e8783383b0a25d440b89b6e5d6d470b4) Thanks [@johnnymugs](https://github.com/johnnymugs)! - Bumped framework version + ## 1.1.4 ### Patch Changes diff --git a/packages/sources/onre/README.md b/packages/sources/onre/README.md index c62417a2023..d6f914fb42c 100644 --- a/packages/sources/onre/README.md +++ b/packages/sources/onre/README.md @@ -1,6 +1,6 @@ # ONRE -![1.1.4](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/onre/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet) +![1.2.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/onre/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet) This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info. diff --git a/packages/sources/onre/package.json b/packages/sources/onre/package.json index 7f6468f17c2..3bf98307385 100644 --- a/packages/sources/onre/package.json +++ b/packages/sources/onre/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/onre-adapter", - "version": "1.1.4", + "version": "1.2.0", "description": "Chainlink onre adapter.", "keywords": [ "Chainlink",