From a152027564f4fabfe3c17df3871918716965f179 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 28 Oct 2024 14:27:56 +0000 Subject: [PATCH] chore(release): 2.0.2-next.3 [skip ci] ## [2.0.2-next.3](https://github.com/warp-ds/react/compare/v2.0.2-next.2...v2.0.2-next.3) (2024-10-28) ### Bug Fixes * Minify eik assets ([3e7d09c](https://github.com/warp-ds/react/commit/3e7d09c714675ddd22824c55d4d6fb6c37463a3b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcf48a37c..6ec9da1e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.2-next.3](https://github.com/warp-ds/react/compare/v2.0.2-next.2...v2.0.2-next.3) (2024-10-28) + + +### Bug Fixes + +* Minify eik assets ([3e7d09c](https://github.com/warp-ds/react/commit/3e7d09c714675ddd22824c55d4d6fb6c37463a3b)) + ## [2.0.2-next.2](https://github.com/warp-ds/react/compare/v2.0.2-next.1...v2.0.2-next.2) (2024-10-21) diff --git a/package.json b/package.json index 633f4a038..707e9162c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@warp-ds/react", - "version": "2.0.2-next.2", + "version": "2.0.2-next.3", "type": "module", "repository": "git@github.com:warp-ds/react.git", "license": "Apache-2.0",