diff --git a/.changeset/pre.json b/.changeset/pre.json index e5c6f7462..3aa0257dd 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -17,11 +17,13 @@ "hot-paths-wash", "jolly-doodles-rush", "little-bushes-judge", + "modern-carrots-change", "nine-goats-sink", "plenty-cobras-eat", "red-grapes-reply", "seven-parrots-lie", "tame-lies-relax", + "tasty-stamps-scream", "yellow-dancers-like" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 82ccd721a..8bd3ff7af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 3.3.1-beta.0 + +### Patch Changes + +- chore: update config to match default config generated via sv@0.12.6 ([`3c5c711`](https://github.com/SkyCryptWebsite/SkyCrypt-Frontend/commit/3c5c711ecb704492fb594559fd314c4f49746c4a)) + +- fix: tooltip does not update when hovering over items too quickly #282 ([`7a3db55`](https://github.com/SkyCryptWebsite/SkyCrypt-Frontend/commit/7a3db556cade43fd607de0c29a18621e083ea082)) + ## 3.3.0 ### Minor Changes diff --git a/package.json b/package.json index e253aa316..ebcb1086e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skycrypt-frontend", - "version": "3.3.0", + "version": "3.3.1-beta.0", "private": true, "type": "module", "repository": {