From d4a9ed15e59c0ab128e5a3007d920afc816320c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 9 Aug 2023 07:49:32 +0000 Subject: [PATCH] RELEASING: Releasing 1 package(s) Releases: @openformat/contracts@1.2.0 [skip ci] --- .changeset/kind-wombats-perform.md | 5 ----- .changeset/spicy-panthers-play.md | 6 ------ CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 .changeset/kind-wombats-perform.md delete mode 100644 .changeset/spicy-panthers-play.md diff --git a/.changeset/kind-wombats-perform.md b/.changeset/kind-wombats-perform.md deleted file mode 100644 index 570657c..0000000 --- a/.changeset/kind-wombats-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openformat/contracts": patch ---- - -Adds endTimestamp to the ERC721LazyDrop claimConditions diff --git a/.changeset/spicy-panthers-play.md b/.changeset/spicy-panthers-play.md deleted file mode 100644 index 844f2c9..0000000 --- a/.changeset/spicy-panthers-play.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@openformat/contracts": minor ---- - -- Adds ConstellationFactory and StarFactory -- Refactor RewardsFacet to handle more use cases diff --git a/CHANGELOG.md b/CHANGELOG.md index 1292460..df89fe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # @openformat/contracts +## 1.2.0 + +### Minor Changes + +- [#104](https://github.com/open-format/contracts/pull/104) [`a574791`](https://github.com/open-format/contracts/commit/a574791d034ac35b17386c3cd3c79bc336f71be9) Thanks [@tinypell3ts](https://github.com/tinypell3ts)! - - Adds ConstellationFactory and StarFactory + - Refactor RewardsFacet to handle more use cases + +### Patch Changes + +- [#105](https://github.com/open-format/contracts/pull/105) [`c902bb3`](https://github.com/open-format/contracts/commit/c902bb36ba79eea42b7e09696637ed6751c47fa9) Thanks [@tinypell3ts](https://github.com/tinypell3ts)! - Adds endTimestamp to the ERC721LazyDrop claimConditions + ## 1.1.0 ### Minor Changes diff --git a/package.json b/package.json index bac3332..b11e1f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openformat/contracts", - "version": "1.1.0", + "version": "1.2.0", "dependencies": { "@changesets/changelog-github": "^0.4.8", "@changesets/cli": "^2.26.0"