Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fuzzy-ghosts-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-beers-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-donuts-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-rockets-worry.md

This file was deleted.

2 changes: 1 addition & 1 deletion MASTERLIST.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Release 1.232.0
## Release 1.233.0

This document was generated automatically. Please see [Master List Generator](./packages/scripts#master-list-generator) for more info.

Expand Down
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.232.0",
"version": "1.233.0",
"license": "MIT",
"private": true,
"workspaces": [
Expand Down
6 changes: 6 additions & 0 deletions packages/observation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @chainlink/observation

## 2.0.9

### Patch Changes

- [#4276](https://github.com/smartcontractkit/external-adapters-js/pull/4276) [`19a08b9`](https://github.com/smartcontractkit/external-adapters-js/commit/19a08b9155812aac383508cb29b0c5a54820170b) Thanks [@dskloetc](https://github.com/dskloetc)! - Add missing dependency

## 2.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/observation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/observation",
"version": "2.0.8",
"version": "2.0.9",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @chainlink/ea-scripts

## 2.9.0

### Minor Changes

- [#4278](https://github.com/smartcontractkit/external-adapters-js/pull/4278) [`393e7b4`](https://github.com/smartcontractkit/external-adapters-js/commit/393e7b4377c12264b8e4a0a79c4fedd72b8d8cd9) Thanks [@dskloetc](https://github.com/dskloetc)! - Delete Soak test and related code

### Patch Changes

- [#4245](https://github.com/smartcontractkit/external-adapters-js/pull/4245) [`f775358`](https://github.com/smartcontractkit/external-adapters-js/commit/f775358468649d81bd0b270a974b4e3116f08572) Thanks [@dskloetc](https://github.com/dskloetc)! - Delete unused jpegd EA

- [#4275](https://github.com/smartcontractkit/external-adapters-js/pull/4275) [`76b4953`](https://github.com/smartcontractkit/external-adapters-js/commit/76b49533c0d5222454c8802d6dbb9e0db63e26d4) Thanks [@dskloetc](https://github.com/dskloetc)! - Delete cryptoapis-v2 EA

## 2.8.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/ea-scripts",
"version": "2.8.11",
"version": "2.9.0",
"dependencies": {
"@actions/core": "1.11.1",
"@apidevtools/json-schema-ref-parser": "9.1.2",
Expand Down
Loading