Skip to content

Commit

Permalink
add changesets for chainlink contracts (#12399)
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker authored and ogtownsend committed Mar 13, 2024
1 parent 90ea323 commit d73d8ca
Show file tree
Hide file tree
Showing 4 changed files with 876 additions and 271 deletions.
8 changes: 8 additions & 0 deletions contracts/.changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
16 changes: 16 additions & 0 deletions contracts/.changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": [
"@changesets/changelog-github",
{
"repo": "smartcontractkit/chainlink"
}
],
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "develop",
"updateInternalDependencies": "patch",
"ignore": []
}
5 changes: 4 additions & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@
"@eth-optimism/contracts": "0.6.0",
"@scroll-tech/contracts": "0.1.0",
"@openzeppelin/contracts": "4.9.3",
"@openzeppelin/contracts-upgradeable": "4.9.3"
"@openzeppelin/contracts-upgradeable": "4.9.3",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "~2.26.2",
"semver": "^7.5.4"
}
}
Loading

0 comments on commit d73d8ca

Please sign in to comment.