Skip to content

Commit

Permalink
Upcoming Release Changes (#241)
Browse files Browse the repository at this point in the history
chore(release): update monorepo packages versions

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Sep 19, 2022
1 parent 8b9fd08 commit 82d4876
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-shoes-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-carrots-float.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @soundxyz/sound-protocol

## 0.5.1

### Patch Changes

- 73e2575: Updates interfaceIds
- 8b9fd08: Add two step ownership transfer via OwnableRoles to Registry and Creator

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soundxyz/sound-protocol",
"version": "0.5.0",
"version": "0.5.1",
"homepage": "https://github.com/soundxyz/sound-protocol#readme",
"repository": {
"type": "git",
Expand Down
22 changes: 11 additions & 11 deletions slither.config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"detectors_to_exclude": "timestamp,solc-version,external-function,assembly",
"filter_paths": "lib|tests",
"solc_remaps": [
"ERC721A-Upgradeable/=lib/ERC721A-Upgradeable/contracts/",
"forge-std/=lib/forge-std/src/",
"murky/=lib/murky/src/",
"openzeppelin/=lib/openzeppelin-contracts/contracts/",
"openzeppelin-upgradeable/=lib/openzeppelin-contracts-upgradeable/contracts/",
"solady/=lib/solady/src/"
]
}
"detectors_to_exclude": "timestamp,solc-version,external-function,assembly",
"filter_paths": "lib|tests",
"solc_remaps": [
"ERC721A-Upgradeable/=lib/ERC721A-Upgradeable/contracts/",
"forge-std/=lib/forge-std/src/",
"murky/=lib/murky/src/",
"openzeppelin/=lib/openzeppelin-contracts/contracts/",
"openzeppelin-upgradeable/=lib/openzeppelin-contracts-upgradeable/contracts/",
"solady/=lib/solady/src/"
]
}
9 changes: 8 additions & 1 deletion src/json/interfaceIds.json
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
{"ISoundEditionV1":"0x50899e54","IMinterModule":"0x37c74bd8","IFixedPriceSignatureMinter":"0xa61bd96f","IMerkleDropMinter":"0x89691c4c","IEditionMaxMinter":"0xa7ea8688","IRangeEditionMinter":"0x4d4a2e35"}
{
"ISoundEditionV1": "0x50899e54",
"IMinterModule": "0x37c74bd8",
"IFixedPriceSignatureMinter": "0xa61bd96f",
"IMerkleDropMinter": "0x89691c4c",
"IEditionMaxMinter": "0xa7ea8688",
"IRangeEditionMinter": "0x4d4a2e35"
}

0 comments on commit 82d4876

Please sign in to comment.