From a0082bb7df4dc797282ecd658117129a80f8b580 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 11 Jul 2024 05:46:03 +0000 Subject: [PATCH] RELEASING: Releasing 1 package(s) Releases: @openformat/contracts@1.3.0 [skip ci] --- .changeset/late-lizards-sleep.md | 5 ----- .changeset/lemon-readers-hug.md | 6 ------ .changeset/modern-clocks-argue.md | 5 ----- .changeset/warm-ladybugs-share.md | 5 ----- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 6 files changed, 17 insertions(+), 22 deletions(-) delete mode 100644 .changeset/late-lizards-sleep.md delete mode 100644 .changeset/lemon-readers-hug.md delete mode 100644 .changeset/modern-clocks-argue.md delete mode 100644 .changeset/warm-ladybugs-share.md diff --git a/.changeset/late-lizards-sleep.md b/.changeset/late-lizards-sleep.md deleted file mode 100644 index ad57b2c..0000000 --- a/.changeset/late-lizards-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openformat/contracts": patch ---- - -add metadata update events to ERC721Badge contract diff --git a/.changeset/lemon-readers-hug.md b/.changeset/lemon-readers-hug.md deleted file mode 100644 index de42fa1..0000000 --- a/.changeset/lemon-readers-hug.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@openformat/contracts": minor ---- - -- Remove ConstellationFactory and ERC20Constellation -- Renames Star to App diff --git a/.changeset/modern-clocks-argue.md b/.changeset/modern-clocks-argue.md deleted file mode 100644 index 0b90d34..0000000 --- a/.changeset/modern-clocks-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openformat/contracts": minor ---- - -added ERC721Badge contract, updated ERC721FactoryFacet to add tokenURI on initialize diff --git a/.changeset/warm-ladybugs-share.md b/.changeset/warm-ladybugs-share.md deleted file mode 100644 index b49385d..0000000 --- a/.changeset/warm-ladybugs-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openformat/contracts": minor ---- - -update rewards facet to mint badges diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e42d66..54f01e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # @openformat/contracts +## 1.3.0 + +### Minor Changes + +- [#118](https://github.com/open-format/contracts/pull/118) [`abbfc89`](https://github.com/open-format/contracts/commit/abbfc897a33e45afcf94bb33468d9ef6600f9240) Thanks [@tinypell3ts](https://github.com/tinypell3ts)! - - Remove ConstellationFactory and ERC20Constellation + + - Renames Star to App + +- [#122](https://github.com/open-format/contracts/pull/122) [`0d28910`](https://github.com/open-format/contracts/commit/0d28910fa267c720984e66278a85ef8a74dd8741) Thanks [@george-openformat](https://github.com/george-openformat)! - added ERC721Badge contract, updated ERC721FactoryFacet to add tokenURI on initialize + +- [#126](https://github.com/open-format/contracts/pull/126) [`b232e31`](https://github.com/open-format/contracts/commit/b232e314081ebe73387a83b39143cbcacd972f13) Thanks [@george-openformat](https://github.com/george-openformat)! - update rewards facet to mint badges + +### Patch Changes + +- [#124](https://github.com/open-format/contracts/pull/124) [`dfbb7fe`](https://github.com/open-format/contracts/commit/dfbb7fe90953e74f9f52750bd017408d8ab657f1) Thanks [@george-openformat](https://github.com/george-openformat)! - add metadata update events to ERC721Badge contract + ## 1.2.1 ### Patch Changes diff --git a/package.json b/package.json index 813a515..1ddef92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openformat/contracts", - "version": "1.2.1", + "version": "1.3.0", "dependencies": { "@changesets/changelog-github": "^0.4.8", "@changesets/cli": "^2.26.0"