From c974d71168847fd074063d2075b924c28fc008bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 15:48:16 -0400 Subject: [PATCH] Upcoming Release Changes (#284) chore(release): update monorepo packages versions Co-authored-by: github-actions[bot] --- .changeset/neat-llamas-cough.md | 5 ----- .changeset/purple-dodos-camp.md | 6 ------ CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 .changeset/neat-llamas-cough.md delete mode 100644 .changeset/purple-dodos-camp.md diff --git a/.changeset/neat-llamas-cough.md b/.changeset/neat-llamas-cough.md deleted file mode 100644 index 0d419e5b..00000000 --- a/.changeset/neat-llamas-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@soundxyz/sound-protocol": minor ---- - -Sound Edition V1.2, w/ SAM diff --git a/.changeset/purple-dodos-camp.md b/.changeset/purple-dodos-camp.md deleted file mode 100644 index 6e89b5bb..00000000 --- a/.changeset/purple-dodos-camp.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@soundxyz/sound-protocol": patch ---- - -- Replaces mainnet.json & goerli.json with CONTRACT_ADDRESSES -- Fixes incorrect mainnet addresses for merkleDropMinter & rangeEditionMinter diff --git a/CHANGELOG.md b/CHANGELOG.md index 49bc6361..98029588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # @soundxyz/sound-protocol +## 1.4.0 + +### Minor Changes + +- ada3ba9: Sound Edition V1.2, w/ SAM + +### Patch Changes + +- 141415c: - Replaces mainnet.json & goerli.json with CONTRACT_ADDRESSES + - Fixes incorrect mainnet addresses for merkleDropMinter & rangeEditionMinter + ## 1.3.0 ### Minor Changes diff --git a/package.json b/package.json index 7228eb2d..b96a050f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soundxyz/sound-protocol", - "version": "1.3.0", + "version": "1.4.0", "homepage": "https://github.com/soundxyz/sound-protocol#readme", "repository": { "type": "git",