Skip to content

Commit b0c606a

Browse files
Version Packages (#130)
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 - [#128](#128) [`a4fe4bf`](a4fe4bf) Thanks [@jkongie](https://github.com/jkongie)! - Remove unused `deployment.AllDeployerKeys` function ### Patch Changes - [#123](#123) [`aa4c5e6`](aa4c5e6) Thanks [@jkongie](https://github.com/jkongie)! - Adds Aptos Chain providers for RPC and CTF backed chains --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent f7151bc commit b0c606a

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/four-pandas-rush.md

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

.changeset/tidy-donuts-learn.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.7.0
4+
5+
### Minor Changes
6+
7+
- [#128](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/128) [`a4fe4bf`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/a4fe4bfe51a946a9a9d9840908510cca550e512f) Thanks [@jkongie](https://github.com/jkongie)! - Remove unused `deployment.AllDeployerKeys` function
8+
9+
### Patch Changes
10+
11+
- [#123](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/123) [`aa4c5e6`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/aa4c5e6ed87b70349d8a5763429c7ec12329853b) Thanks [@jkongie](https://github.com/jkongie)! - Adds Aptos Chain providers for RPC and CTF backed chains
12+
313
## 0.6.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.6.0",
3+
"version": "0.7.0",
44
"description": "A deployment framework for chainlink-deployments ",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)