Skip to content

Commit 63555d6

Browse files
Version Packages (#135)
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] ### Minor Changes - [#134](#134) [`a09cfcb`](a09cfcb) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - New blockchain.AllChains() and NewBlockChainFromSlice constructor ### Patch Changes - [#136](#136) [`ae801d5`](ae801d5) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - rename AllChains to All --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent 90e393e commit 63555d6

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/forty-lizards-mate.md

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

.changeset/grumpy-apples-speak.md

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

CHANGELOG.md

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

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- [#134](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/134) [`a09cfcb`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/a09cfcbfc07d144d3f96fe728c8ebbc8e0be9277) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - New blockchain.AllChains() and NewBlockChainFromSlice constructor
8+
9+
### Patch Changes
10+
11+
- [#136](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/136) [`ae801d5`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/ae801d51846f59147d5f69295cdcaf549467ea04) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - rename AllChains to All
12+
313
## 0.7.0
414

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

0 commit comments

Comments
 (0)