Skip to content

Commit

Permalink
Release 1.112.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 6, 2024
1 parent 8ef6d8c commit faff131
Show file tree
Hide file tree
Showing 16 changed files with 244 additions and 221 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-mugs-dream.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/old-buckets-bathe.md

This file was deleted.

405 changes: 203 additions & 202 deletions MASTERLIST.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/external-adapters-js",
"version": "1.111.0",
"version": "1.112.0",
"license": "MIT",
"private": true,
"workspaces": [
Expand Down
12 changes: 12 additions & 0 deletions packages/composites/proof-of-reserves/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @chainlink/proof-of-reserves-adapter

## 1.19.0

### Minor Changes

- [#3282](https://github.com/smartcontractkit/external-adapters-js/pull/3282) [`b8a758c`](https://github.com/smartcontractkit/external-adapters-js/commit/b8a758cf88c9edcf560495c87606857bc9c9ff5f) Thanks [@mmcallister-cll](https://github.com/mmcallister-cll)! - Adding coinbase-prime wallet endpoint as address list for composite PoR stack

### Patch Changes

- Updated dependencies [[`b8a758c`](https://github.com/smartcontractkit/external-adapters-js/commit/b8a758cf88c9edcf560495c87606857bc9c9ff5f)]:
- @chainlink/coinbase-prime-adapter@1.1.0
- @chainlink/renvm-address-set-adapter@1.5.72

## 1.18.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/composites/proof-of-reserves/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/proof-of-reserves-adapter",
"version": "1.18.24",
"version": "1.19.0",
"description": "Chainlink BTC Proof of Reserves composite adapter. Combines multiple adapters to find total balance in custody for wBTC or renBTC.",
"keywords": [
"Chainlink",
Expand Down
1 change: 1 addition & 0 deletions packages/sources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ This document was generated automatically. Please see [Master List Generator](..
- [curve](./curve/README.md)
- [dar](./dar/README.md)
- [deribit](./deribit/README.md)
- [dlc-btc-por](./dlc-btc-por/README.md)
- [dns-query](./dns-query/README.md)
- [dwolla](./dwolla/README.md)
- [dxfeed](./dxfeed/README.md)
Expand Down
6 changes: 6 additions & 0 deletions packages/sources/coinbase-prime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @chainlink/coinbase-prime-adapter

## 1.1.0

### Minor Changes

- [#3282](https://github.com/smartcontractkit/external-adapters-js/pull/3282) [`b8a758c`](https://github.com/smartcontractkit/external-adapters-js/commit/b8a758cf88c9edcf560495c87606857bc9c9ff5f) Thanks [@mmcallister-cll](https://github.com/mmcallister-cll)! - Adding coinbase-prime wallet endpoint as address list for composite PoR stack

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/coinbase-prime/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# COINBASE_PRIME

![1.0.4](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/coinbase-prime/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
![1.1.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/coinbase-prime/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.

Expand Down
2 changes: 1 addition & 1 deletion packages/sources/coinbase-prime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/coinbase-prime-adapter",
"version": "1.0.4",
"version": "1.1.0",
"description": "Chainlink coinbase-prime adapter.",
"keywords": [
"Chainlink",
Expand Down
7 changes: 7 additions & 0 deletions packages/sources/dlc-btc-por/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @chainlink/dlc-btc-por-adapter

## 1.0.0

### Major Changes

- [#3275](https://github.com/smartcontractkit/external-adapters-js/pull/3275) [`dca5e7d`](https://github.com/smartcontractkit/external-adapters-js/commit/dca5e7d4fc8388f881bd757767e23e7c599e2ee1) Thanks [@karen-stepanyan](https://github.com/karen-stepanyan)! - Initial version of the EA
2 changes: 1 addition & 1 deletion packages/sources/dlc-btc-por/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DLC_BTC_POR

![0.0.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/dlc-btc-por/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
![1.0.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/dlc-btc-por/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.

Expand Down
2 changes: 1 addition & 1 deletion packages/sources/dlc-btc-por/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/dlc-btc-por-adapter",
"version": "0.0.0",
"version": "1.0.0",
"description": "Chainlink dlc-btc-por adapter.",
"keywords": [
"Chainlink",
Expand Down
7 changes: 7 additions & 0 deletions packages/sources/renvm-address-set/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @chainlink/renvm-address-set-adapter

## 1.5.72

### Patch Changes

- Updated dependencies [[`b8a758c`](https://github.com/smartcontractkit/external-adapters-js/commit/b8a758cf88c9edcf560495c87606857bc9c9ff5f)]:
- @chainlink/proof-of-reserves-adapter@1.19.0

## 1.5.71

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/renvm-address-set/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Chainlink External Adapters to query RenVM address set

![1.5.71](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/renvm-address-set/package.json) ![v2](https://img.shields.io/badge/framework%20version-v2-blueviolet)
![1.5.72](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/renvm-address-set/package.json) ![v2](https://img.shields.io/badge/framework%20version-v2-blueviolet)

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

Expand Down
2 changes: 1 addition & 1 deletion packages/sources/renvm-address-set/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/renvm-address-set-adapter",
"version": "1.5.71",
"version": "1.5.72",
"description": "Chainlink adapter to query RenVM address set.",
"keywords": [
"Chainlink",
Expand Down

0 comments on commit faff131

Please sign in to comment.