Skip to content

Commit

Permalink
Upcoming Release Changes (#244)
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 20, 2022
1 parent 7cfdc95 commit cc09f72
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-bikes-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-pandas-tie.md

This file was deleted.

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

## 1.0.0

### Major Changes

- 4601b9a: Sound Protocol mainnet deployment ✨

### Patch Changes

- 3ec95f8: Readme cleanup

## 0.5.1

### Patch 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.1",
"version": "1.0.0",
"homepage": "https://github.com/soundxyz/sound-protocol#readme",
"repository": {
"type": "git",
Expand Down
18 changes: 9 additions & 9 deletions src/json/goerli.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"soundFeeRegistry": "0x8f921211c9771baeb648ac7becb322a540298a4b",
"goldenEggMetadata": "0x3ca50e8da8c3d359fc934aea0161f5346ccb62a1",
"fixedPriceSignatureMinter": "0xc47306699611fc4c84744dcd7f458938b829506a",
"merkleDropMinter": "0xeae422887230c0ffb91fd8f708f5fdd354c92f2f",
"rangeEditionMinter": "0x65c25fadd9b88df5c8c101a3b99a5d614b708596",
"editionMaxMinter": "0xb1e015816c823f556d1eb921042bb09ed41db8a7",
"soundEditionV1": "0x8cfbfae570d673864cd61e1e4543eb7874ca35c2",
"soundCreatorV1": "0xaef3e8c8723d9c31863be8de54df2668ef7c4b89"
}
"soundFeeRegistry": "0x8f921211c9771baeb648ac7becb322a540298a4b",
"goldenEggMetadata": "0x3ca50e8da8c3d359fc934aea0161f5346ccb62a1",
"fixedPriceSignatureMinter": "0xc47306699611fc4c84744dcd7f458938b829506a",
"merkleDropMinter": "0xeae422887230c0ffb91fd8f708f5fdd354c92f2f",
"rangeEditionMinter": "0x65c25fadd9b88df5c8c101a3b99a5d614b708596",
"editionMaxMinter": "0xb1e015816c823f556d1eb921042bb09ed41db8a7",
"soundEditionV1": "0x8cfbfae570d673864cd61e1e4543eb7874ca35c2",
"soundCreatorV1": "0xaef3e8c8723d9c31863be8de54df2668ef7c4b89"
}
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"
}
18 changes: 9 additions & 9 deletions src/json/mainnet.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"soundFeeRegistry": "0x8f921211c9771baeb648ac7becb322a540298a4b",
"goldenEggMetadata": "0x3ca50e8da8c3d359fc934aea0161f5346ccb62a1",
"fixedPriceSignatureMinter": "0xc47306699611fc4c84744dcd7f458938b829506a",
"merkleDropMinter": "0xeae422887230c0ffb91fd8f708f5fdd354c92f2f",
"rangeEditionMinter": "0x65c25fadd9b88df5c8c101a3b99a5d614b708596",
"editionMaxMinter": "0xb1e015816c823f556d1eb921042bb09ed41db8a7",
"soundEditionV1": "0x8cfbfae570d673864cd61e1e4543eb7874ca35c2",
"soundCreatorV1": "0xaef3e8c8723d9c31863be8de54df2668ef7c4b89"
}
"soundFeeRegistry": "0x8f921211c9771baeb648ac7becb322a540298a4b",
"goldenEggMetadata": "0x3ca50e8da8c3d359fc934aea0161f5346ccb62a1",
"fixedPriceSignatureMinter": "0xc47306699611fc4c84744dcd7f458938b829506a",
"merkleDropMinter": "0xeae422887230c0ffb91fd8f708f5fdd354c92f2f",
"rangeEditionMinter": "0x65c25fadd9b88df5c8c101a3b99a5d614b708596",
"editionMaxMinter": "0xb1e015816c823f556d1eb921042bb09ed41db8a7",
"soundEditionV1": "0x8cfbfae570d673864cd61e1e4543eb7874ca35c2",
"soundCreatorV1": "0xaef3e8c8723d9c31863be8de54df2668ef7c4b89"
}

0 comments on commit cc09f72

Please sign in to comment.