Skip to content

Commit 03d4c1d

Browse files
Release 1.177.0 (#3923)
* Release 1.177.0 (deletions) * Release 1.177.0 (.) * Release 1.177.0 (packages/sources/onre) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 46f102b commit 03d4c1d

File tree

6 files changed

+14
-13
lines changed

6 files changed

+14
-13
lines changed

.changeset/lazy-drinks-stare.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

MASTERLIST.md

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/external-adapters-js",
3-
"version": "1.176.0",
3+
"version": "1.177.0",
44
"license": "MIT",
55
"private": true,
66
"workspaces": [

packages/sources/onre/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @chainlink/onre-adapter
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#3921](https://github.com/smartcontractkit/external-adapters-js/pull/3921) [`46f102b`](https://github.com/smartcontractkit/external-adapters-js/commit/46f102b1e6020d45a9e6125bb37b3eebd03e75af) Thanks [@Subarna-Singh](https://github.com/Subarna-Singh)! - Change API; Add Ripcord
8+
39
## 1.0.0
410

511
### Major Changes

packages/sources/onre/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# ONRE
22

3-
![1.0.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)
3+
![1.1.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)
44

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

77
## Environment Variables
88

9-
| Required? | Name | Description | Type | Options | Default |
10-
| :-------: | :----------: | :----------------------: | :----: | :-----: | :------------------------------------------: |
11-
| | API_ENDPOINT | An API endpoint for OnRe | string | | `https://onre-api-prod.ew.r.appspot.com/nav` |
9+
| Required? | Name | Description | Type | Options | Default |
10+
| :-------: | :----------: | :----------------------: | :----: | :-----: | :-----------------------------------------------: |
11+
| | API_ENDPOINT | An API endpoint for OnRe | string | | `https://onre-api-prod.ew.r.appspot.com/data/nav` |
1212

1313
---
1414

packages/sources/onre/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/onre-adapter",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Chainlink onre adapter.",
55
"keywords": [
66
"Chainlink",

0 commit comments

Comments
 (0)