Skip to content

Commit 158cc92

Browse files
Version Packages (#142)
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 - [#146](#146) [`e7804b8`](e7804b8) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - refactor: use chain sel from loop instead of chain.ChainSelector() - [#137](#137) [`925f216`](925f216) Thanks [@jkongie](https://github.com/jkongie)! - Fixes Aptos Chain Providers return a Chain pointer instead of value --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent e7804b8 commit 158cc92

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/four-phones-take.md

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

.changeset/yummy-mangos-tie.md

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

CHANGELOG.md

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

3+
## 0.8.2
4+
5+
### Patch Changes
6+
7+
- [#146](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/146) [`e7804b8`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/e7804b878e63441b9fe9559366fcb2d438877bc1) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - refactor: use chain sel from loop instead of chain.ChainSelector()
8+
9+
- [#137](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/137) [`925f216`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/925f216f2b4dccbc8e0200d9beadb393338ece3d) Thanks [@jkongie](https://github.com/jkongie)! - Fixes Aptos Chain Providers return a Chain pointer instead of value
10+
311
## 0.8.1
412

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

0 commit comments

Comments
 (0)