From 82fd2518e2e509852ba5f527874f5a2917430161 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 14:13:39 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v0.2.23?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/busy-chicken-win.md | 5 ----- .changeset/silent-chefs-marry.md | 5 ----- .changeset/slick-feet-jump.md | 5 ----- .changeset/smooth-turkeys-retire.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 6 files changed, 13 insertions(+), 21 deletions(-) delete mode 100644 .changeset/busy-chicken-win.md delete mode 100644 .changeset/silent-chefs-marry.md delete mode 100644 .changeset/slick-feet-jump.md delete mode 100644 .changeset/smooth-turkeys-retire.md diff --git a/.changeset/busy-chicken-win.md b/.changeset/busy-chicken-win.md deleted file mode 100644 index 40e47a1bc..000000000 --- a/.changeset/busy-chicken-win.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly/protocol": patch ---- - -🐛 market: fix double-count in max supply check diff --git a/.changeset/silent-chefs-marry.md b/.changeset/silent-chefs-marry.md deleted file mode 100644 index 35fd482ff..000000000 --- a/.changeset/silent-chefs-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly/protocol": patch ---- - -✨ exa: add crosschain mint and burn support diff --git a/.changeset/slick-feet-jump.md b/.changeset/slick-feet-jump.md deleted file mode 100644 index b90f51eb6..000000000 --- a/.changeset/slick-feet-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly/protocol": patch ---- - -🔒 exa: restrict initialize to proxy admin or construction diff --git a/.changeset/smooth-turkeys-retire.md b/.changeset/smooth-turkeys-retire.md deleted file mode 100644 index cfd4ac4b3..000000000 --- a/.changeset/smooth-turkeys-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly/protocol": patch ---- - -🚀 optimism: upgrade exa diff --git a/CHANGELOG.md b/CHANGELOG.md index 148846276..82852ebf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @exactly/protocol +## 0.2.23 + +### Patch Changes + +- [#803](https://github.com/exactly/protocol/pull/803) [`bf3066c`](https://github.com/exactly/protocol/commit/bf3066c31e4077d4f2bd0d7c22bab81f8b5db3b7) Thanks [@itofarina](https://github.com/itofarina)! - 🐛 market: fix double-count in max supply check + +- [#797](https://github.com/exactly/protocol/pull/797) [`08cd069`](https://github.com/exactly/protocol/commit/08cd0699b153881eda25b75bdb25188b30db4c59) Thanks [@itofarina](https://github.com/itofarina)! - ✨ exa: add crosschain mint and burn support + +- [#797](https://github.com/exactly/protocol/pull/797) [`95a3cb7`](https://github.com/exactly/protocol/commit/95a3cb7861845f4eb26470f661898efad820c87d) Thanks [@itofarina](https://github.com/itofarina)! - 🔒 exa: restrict initialize to proxy admin or construction + +- [`cf7567c`](https://github.com/exactly/protocol/commit/cf7567c9b1aaba467e2b31de9b526cb0e6850da8) Thanks [@cruzdanilo](https://github.com/cruzdanilo)! - 🚀 optimism: upgrade exa + ## 0.2.22 ### Patch Changes diff --git a/package.json b/package.json index fbdaaaa1a..9a08ed36f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@exactly/protocol", - "version": "0.2.22", + "version": "0.2.23", "license": "BUSL-1.1", "homepage": "https://exact.ly", "repository": "github:exactly/protocol",