diff --git a/.changeset/early-kids-happen.md b/.changeset/early-kids-happen.md deleted file mode 100644 index b09993743..000000000 --- a/.changeset/early-kids-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'spectacle': patch ---- - -(fix #1171) Fix for URL state being overwritten (see #1171) diff --git a/.changeset/long-suns-smoke.md b/.changeset/long-suns-smoke.md deleted file mode 100644 index e3d3c30fb..000000000 --- a/.changeset/long-suns-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'spectacle': minor ---- - -Utilize `Kbar` to allow users to quickly search and use the current commands Spectacle supports within presentations. Fixes #1115 diff --git a/packages/spectacle/CHANGELOG.md b/packages/spectacle/CHANGELOG.md index 1e196b4c3..a16c152a4 100644 --- a/packages/spectacle/CHANGELOG.md +++ b/packages/spectacle/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 9.4.0 + +### Minor Changes + +- Utilize `Kbar` to allow users to quickly search and use the current commands Spectacle supports within presentations. Fixes #1115 ([#1161](https://github.com/FormidableLabs/spectacle/pull/1161)) + +### Patch Changes + +- (fix [#1171](https://github.com/FormidableLabs/spectacle/issues/1171)) Fix for URL state being overwritten (see [#1171](https://github.com/FormidableLabs/spectacle/issues/1171)) ([#1188](https://github.com/FormidableLabs/spectacle/pull/1188)) + ## 9.3.0 ### Minor Changes diff --git a/packages/spectacle/package.json b/packages/spectacle/package.json index 39c0d477d..4aa1eda74 100644 --- a/packages/spectacle/package.json +++ b/packages/spectacle/package.json @@ -1,6 +1,6 @@ { "name": "spectacle", - "version": "9.3.0", + "version": "9.4.0", "description": "ReactJS Powered Presentation Framework", "types": "lib/index.d.ts", "main": "lib/index.js",