Skip to content

Commit 4c65086

Browse files
Version Packages (#113)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## [email protected] ### Patch Changes - [#114](#114) [`20b09f9`](20b09f9) Thanks [@jkongie](https://github.com/jkongie)! - Add `Exists` and `ExistsN` methods to `Blockchains` to test for the existence of a chain for the provided selector/s - [#117](#117) [`92c030d`](92c030d) Thanks [@giogam](https://github.com/giogam)! - feat(datastore): Implement Stringer for ContractMetadata and AddressRef Keys - [#115](#115) [`3f32425`](3f32425) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix: remove unused error return value - [#119](#119) [`bb450f4`](bb450f4) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - ListChainSelectors can filter multiple families - [#112](#112) [`91ac227`](91ac227) Thanks [@jkongie](https://github.com/jkongie)! - Adds a `Family` method to the `Blockchain` interface - [#116](#116) [`8eaef28`](8eaef28) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - chains: update sui & ton to compose ChainMetadata - [#118](#118) [`afc5f2f`](afc5f2f) Thanks [@giogam](https://github.com/giogam)! - feat(datastore): removes EnvMetadataKey implementation --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent bb450f4 commit 4c65086

9 files changed

+19
-36
lines changed

.changeset/angry-trains-end.md

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

.changeset/early-forks-dress.md

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

.changeset/fuzzy-maps-rhyme.md

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

.changeset/gold-eels-exist.md

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

.changeset/mighty-dodos-smoke.md

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

.changeset/ninety-bottles-ring.md

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

.changeset/shiny-dolls-speak.md

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

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# chainlink-deployments-framework
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- [#114](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/114) [`20b09f9`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/20b09f90628d03171e03c2caa9fd47bccb94b867) Thanks [@jkongie](https://github.com/jkongie)! - Add `Exists` and `ExistsN` methods to `Blockchains` to test for the existence of a chain for the provided selector/s
8+
9+
- [#117](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/117) [`92c030d`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/92c030db30a01c602f21b09b2b6a6766dea4065c) Thanks [@giogam](https://github.com/giogam)! - feat(datastore): Implement Stringer for ContractMetadata and AddressRef Keys
10+
11+
- [#115](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/115) [`3f32425`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/3f32425197babacd1baf406756cfb458276651b6) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix: remove unused error return value
12+
13+
- [#119](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/119) [`bb450f4`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/bb450f4de6fe286f942d5e87a0e7a05af357c7ef) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - ListChainSelectors can filter multiple families
14+
15+
- [#112](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/112) [`91ac227`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/91ac2274033650e3cfbfe72815e639e61e3e0229) Thanks [@jkongie](https://github.com/jkongie)! - Adds a `Family` method to the `Blockchain` interface
16+
17+
- [#116](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/116) [`8eaef28`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/8eaef2828ad73614868927af32e4a67666014aee) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - chains: update sui & ton to compose ChainMetadata
18+
19+
- [#118](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/118) [`afc5f2f`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/afc5f2f300a8588af2061b1dea238d2774d2212c) Thanks [@giogam](https://github.com/giogam)! - feat(datastore): removes EnvMetadataKey implementation
20+
321
## 0.5.0
422

523
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chainlink-deployments-framework",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "A deployment framework for chainlink-deployments ",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)