Skip to content

Commit 64486d3

Browse files
Release 1.175.0 (#3920)
* Release 1.175.0 (deletions) * Release 1.175.0 (.) * Release 1.175.0 (packages/composites/secure-mint) * Release 1.175.0 (packages/sources) * Release 1.175.0 (packages/sources/hashnote) * Release 1.175.0 (packages/sources/onre) * trigger ci --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matthew McAllister <matthew.mcallister@smartcontract.com>
1 parent 13d0eb9 commit 64486d3

File tree

15 files changed

+93
-33
lines changed

15 files changed

+93
-33
lines changed

.changeset/cool-lamps-admire.md

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

.changeset/early-gifts-appear.md

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

.changeset/metal-tips-join.md

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

MASTERLIST.md

Lines changed: 4 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.174.0",
3+
"version": "1.175.0",
44
"license": "MIT",
55
"private": true,
66
"workspaces": [

packages/composites/secure-mint/CHANGELOG.md

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

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [#3917](https://github.com/smartcontractkit/external-adapters-js/pull/3917) [`f0ffa79`](https://github.com/smartcontractkit/external-adapters-js/commit/f0ffa79a6f19722b10433972933c1f5fff0ce8c8) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Expose block tag
8+
39
## 1.0.0
410

511
### Major Changes

packages/composites/secure-mint/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SECURE_MINT
22

3-
![1.0.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/composites/secure-mint/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
3+
![1.0.1](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/composites/secure-mint/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/composites/secure-mint/package.json

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

packages/sources/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ This document was generated automatically. Please see [Master List Generator](..
100100
- [graphql](./graphql/README.md)
101101
- [gsr](./gsr/README.md)
102102
- [harris-and-trotter](./harris-and-trotter/README.md)
103+
- [hashnote](./hashnote/README.md)
103104
- [icap](./icap/README.md)
104105
- [iex-cloud](./iex-cloud/README.md)
105106
- [ignition-address-list](./ignition-address-list/README.md)
@@ -136,6 +137,7 @@ This document was generated automatically. Please see [Master List Generator](..
136137
- [oanda](./oanda/README.md)
137138
- [oilpriceapi](./oilpriceapi/README.md)
138139
- [onchain-gas](./onchain-gas/README.md)
140+
- [onre](./onre/README.md)
139141
- [openexchangerates](./openexchangerates/README.md)
140142
- [orchid-bandwidth](./orchid-bandwidth/README.md)
141143
- [paxos](./paxos/README.md)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @chainlink/hashnote-adapter
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#3913](https://github.com/smartcontractkit/external-adapters-js/pull/3913) [`72382d5`](https://github.com/smartcontractkit/external-adapters-js/commit/72382d56d93185861fcd1befa751847d3ee89fcc) Thanks [@dskloetc](https://github.com/dskloetc)! - Hashnote EA initial release

0 commit comments

Comments
 (0)