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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.1"
".": "0.1.0"
}
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Changelog

## [0.1.0](https://github.com/smartcontractkit/cld-changesets/compare/cld-changesets-v0.0.1...cld-changesets-v0.1.0) (2026-05-06)


### Features

* add "catalog create chain metadata" changeset ([#36](https://github.com/smartcontractkit/cld-changesets/issues/36)) ([c12bb51](https://github.com/smartcontractkit/cld-changesets/commit/c12bb51b95e9928cd8e66cbb828e22e1a6e5c663))
* add catalog create contract metadata changeset ([#27](https://github.com/smartcontractkit/cld-changesets/issues/27)) ([8ec1cbc](https://github.com/smartcontractkit/cld-changesets/commit/8ec1cbcfabcf49e61fa9a59aaf5a4d203045062b))
* add CRE workflow deploy changeset and operation ([#1](https://github.com/smartcontractkit/cld-changesets/issues/1)) ([960fde1](https://github.com/smartcontractkit/cld-changesets/commit/960fde156a3e4d7e2cf30b5b63b46bce01b7aa0b))
* add target name param to cre deploy changeset ([#3](https://github.com/smartcontractkit/cld-changesets/issues/3)) ([8b25662](https://github.com/smartcontractkit/cld-changesets/commit/8b256625d481986e3a70c1d979813834455a2195))
* fund mcms pdas ([#22](https://github.com/smartcontractkit/cld-changesets/issues/22)) ([821e542](https://github.com/smartcontractkit/cld-changesets/commit/821e54277c0d7fb2be52f7ea535da91a4cf74fcd))
* **jobspec:** port jobspec changesets from chainlink ([#21](https://github.com/smartcontractkit/cld-changesets/issues/21)) ([0ce3f74](https://github.com/smartcontractkit/cld-changesets/commit/0ce3f7465dd7e85de86e0cefee1c2a74b5eaf82b))
* link token ([#30](https://github.com/smartcontractkit/cld-changesets/issues/30)) ([07345c1](https://github.com/smartcontractkit/cld-changesets/commit/07345c1b6d299bf02aa528daa14d315b0456215b))
* **pkg:** add contract constants and Solana MCMS state loading ([#5](https://github.com/smartcontractkit/cld-changesets/issues/5)) ([6a2bbee](https://github.com/smartcontractkit/cld-changesets/commit/6a2bbee2252207e64d248852b8865314954722bd))
* port BuildProposalFromBatchesV2 ([#24](https://github.com/smartcontractkit/cld-changesets/issues/24)) ([28d53d7](https://github.com/smartcontractkit/cld-changesets/commit/28d53d7600f997d8fa6a93b42947d4ce87af5080))
* port run changeset from chainlink ([#32](https://github.com/smartcontractkit/cld-changesets/issues/32)) ([693922f](https://github.com/smartcontractkit/cld-changesets/commit/693922ff4100b96c103b743f1d2a73a638a3db59))
* port solana grant role ([#33](https://github.com/smartcontractkit/cld-changesets/issues/33)) ([7eca5be](https://github.com/smartcontractkit/cld-changesets/commit/7eca5be53c91b172fad206da2e0c72368ed42754))
* port token approve ([#40](https://github.com/smartcontractkit/cld-changesets/issues/40)) ([04130de](https://github.com/smartcontractkit/cld-changesets/commit/04130dea1cef245363491be955fcbd9c7e88c880))
* **port:** firedrill mcms with operations api refactor ([#25](https://github.com/smartcontractkit/cld-changesets/issues/25)) ([6d9010c](https://github.com/smartcontractkit/cld-changesets/commit/6d9010c9fc9c19d636bf97fb855e3054f4c6a2b3))
* **solana:** add SOL funding helpers for deployer transfers ([#19](https://github.com/smartcontractkit/cld-changesets/issues/19)) ([63bebf8](https://github.com/smartcontractkit/cld-changesets/commit/63bebf8efcd6ac5eadffe223b0bd374eee25c996))
* **solana:** port over mcms pda loader ([#11](https://github.com/smartcontractkit/cld-changesets/issues/11)) ([7170ddc](https://github.com/smartcontractkit/cld-changesets/commit/7170ddc27f6189d08ecbb7ff7cd89ff43fb04049))


### Bug Fixes

* **aptos:** move state load ([#8](https://github.com/smartcontractkit/cld-changesets/issues/8)) ([de58102](https://github.com/smartcontractkit/cld-changesets/commit/de58102750753e89f31898a8ca0d9d7d2e1c9634))
* **evm:** port state load evm funcs ([#9](https://github.com/smartcontractkit/cld-changesets/issues/9)) ([99279f1](https://github.com/smartcontractkit/cld-changesets/commit/99279f19acc9f876322a6f98f235b01bf0370784))
* **state:** restore addressbook usage ([#17](https://github.com/smartcontractkit/cld-changesets/issues/17)) ([017cd5e](https://github.com/smartcontractkit/cld-changesets/commit/017cd5e63c12104cf6e54ad531e3782ecff8f38f))
Loading