Skip to content

Commit

Permalink
rm old solidity versions from NPM package (#10931)
Browse files Browse the repository at this point in the history
* rm old solidity versions from NPM package

* Update CHANGELOG.md
  • Loading branch information
RensR authored Oct 12, 2023
1 parent f21c9c3 commit 4079431
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
- Moved `VRFCoordinatorV2Mock.sol` to src/v0.8/vrf/mocks
- Moved `VRFCoordinatorMock.sol` to src/v0.8/vrf/mocks

### Removed

- Removed all code related to versions prior to Solidity 0.8.0 (#10931)

## 0.8.0 - 2023-10-04

### Changed
Expand Down
4 changes: 2 additions & 2 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"solhint": "solhint --max-warnings 593 \"./src/v0.8/**/*.sol\""
},
"files": [
"src/",
"abi/"
"src/v0.8",
"abi/src/v0.8"
],
"pnpm": {
"_comment": "See https://github.com/ethers-io/ethers.js/discussions/2849#discussioncomment-2696454",
Expand Down

0 comments on commit 4079431

Please sign in to comment.