Skip to content

Commit dd8f114

Browse files
Version Packages (#147)
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 ## chainlink-deployments-framework@0.9.0 ### Minor Changes - [#132](#132) [`f2929a9`](f2929a9) Thanks [@DimitriosNaikopoulos](https://github.com/DimitriosNaikopoulos)! - feat: reorder bad RPCs if they fail all retries ### Patch Changes - [#148](#148) [`105798d`](105798d) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - remove NewCLDFEnvironment in favour of NewEnvironment - [#141](#141) [`c80685e`](c80685e) Thanks [@giogam](https://github.com/giogam)! - feat(datastore): removes Clone requirement for custom metadata types --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent f2929a9 commit dd8f114

5 files changed

Lines changed: 13 additions & 16 deletions

File tree

.changeset/ready-items-dance.md

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

.changeset/shy-peas-occur.md

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

.changeset/silver-rules-add.md

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

CHANGELOG.md

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

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- [#132](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/132) [`f2929a9`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/f2929a9489f00b67e9c0825bf80af447b505b1bd) Thanks [@DimitriosNaikopoulos](https://github.com/DimitriosNaikopoulos)! - feat: reorder bad RPCs if they fail all retries
8+
9+
### Patch Changes
10+
11+
- [#148](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/148) [`105798d`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/105798d85db65ac8d96fb20247d15e5f10ff22d2) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - remove NewCLDFEnvironment in favour of NewEnvironment
12+
13+
- [#141](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/141) [`c80685e`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/c80685e2099cd04ae43e89292e52294d736bfff7) Thanks [@giogam](https://github.com/giogam)! - feat(datastore): removes Clone requirement for custom metadata types
14+
315
## 0.8.2
416

517
### Patch 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.8.2",
3+
"version": "0.9.0",
44
"description": "A deployment framework for chainlink-deployments ",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)