Skip to content

Commit 0f0d9be

Browse files
Release 1.101.0 (#3141)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0734e09 commit 0f0d9be

File tree

10 files changed

+38
-36
lines changed

10 files changed

+38
-36
lines changed

.changeset/eleven-eels-mix.md

-5
This file was deleted.

.changeset/ninety-paws-jump.md

-5
This file was deleted.

MASTERLIST.md

+21-21
Large diffs are not rendered by default.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/external-adapters-js",
3-
"version": "1.100.0",
3+
"version": "1.101.0",
44
"license": "MIT",
55
"private": true,
66
"workspaces": [

packages/sources/frxeth-exchange-rate/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @chainlink/frxeth-exchange-rate-adapter
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#3142](https://github.com/smartcontractkit/external-adapters-js/pull/3142) [`0734e093e`](https://github.com/smartcontractkit/external-adapters-js/commit/0734e093e1c10f338aaace13d552f0060576ec23) Thanks [@alecgard](https://github.com/alecgard)! - Update FraxEthDualOracle contract address and ABI.
8+
39
## 1.0.5
410

511
### Patch Changes

packages/sources/frxeth-exchange-rate/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# FRXETH-EXCHANGE-RATE
22

3-
![1.0.5](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/frxeth-exchange-rate/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
3+
![1.1.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/frxeth-exchange-rate/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
44

55
This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info.
66

packages/sources/frxeth-exchange-rate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/frxeth-exchange-rate-adapter",
3-
"version": "1.0.5",
3+
"version": "1.1.0",
44
"description": "Chainlink frxeth-exchange-rate adapter.",
55
"keywords": [
66
"Chainlink",

packages/sources/tradermade/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## v1.1.0
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [#3139](https://github.com/smartcontractkit/external-adapters-js/pull/3139) [`aa1a0b6ce`](https://github.com/smartcontractkit/external-adapters-js/commit/aa1a0b6ce2526841581878a63ff7c425590ea0f8) Thanks [@karen-stepanyan](https://github.com/karen-stepanyan)! - Changed asset subscription logic to reconnect on every asset change
8+
39
## 2.0.12
410

511
### Patch Changes

packages/sources/tradermade/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TRADERMADE
22

3-
![2.0.12](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/tradermade/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
3+
![2.1.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/tradermade/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
44

55
This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info.
66

packages/sources/tradermade/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/tradermade-adapter",
3-
"version": "2.0.12",
3+
"version": "2.1.0",
44
"description": "Chainlink tradermade adapter.",
55
"keywords": [
66
"Chainlink",

0 commit comments

Comments
 (0)