diff --git a/.changeset/fifty-tips-listen.md b/.changeset/fifty-tips-listen.md deleted file mode 100644 index 245b7764..00000000 --- a/.changeset/fifty-tips-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stackoverflow/stacks-editor": minor ---- - -Adds show/hide functionality to Snippets diff --git a/.changeset/fresh-towns-eat.md b/.changeset/fresh-towns-eat.md deleted file mode 100644 index 4e761146..00000000 --- a/.changeset/fresh-towns-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stackoverflow/stacks-editor": patch ---- - -Include Snippets Icon for local development. Minor copy change to Snippets menu item. diff --git a/.changeset/little-ears-rescue.md b/.changeset/little-ears-rescue.md deleted file mode 100644 index 8c5ac5cf..00000000 --- a/.changeset/little-ears-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stackoverflow/stacks-editor": patch ---- - -Fix the ability to move around Snippets (enter and exit with arrow keys) and swallows commands that are incompatible with snippets (e.g. creating horizontal rules) diff --git a/.changeset/moody-rabbits-argue.md b/.changeset/moody-rabbits-argue.md deleted file mode 100644 index 1747b837..00000000 --- a/.changeset/moody-rabbits-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stackoverflow/stacks-editor": patch ---- - -fix markdown preview toggle bug diff --git a/.changeset/olive-snakes-wink.md b/.changeset/olive-snakes-wink.md deleted file mode 100644 index 5fbde735..00000000 --- a/.changeset/olive-snakes-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stackoverflow/stacks-editor": patch ---- - -Actually register the Snippets open command (rather than just showing it in the tooltip) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16dd9e27..a8bb822c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 0.13.0 + +### Minor Changes + +- [#430](https://github.com/StackExchange/Stacks-Editor/pull/430) [`9c9f946`](https://github.com/StackExchange/Stacks-Editor/commit/9c9f946265acd428aef4a8efe6ae281bc1f627b3) Thanks [@alizaberger](https://github.com/alizaberger)! - Adds show/hide functionality to Snippets + +### Patch Changes + +- [#439](https://github.com/StackExchange/Stacks-Editor/pull/439) [`2096f93`](https://github.com/StackExchange/Stacks-Editor/commit/2096f935997f00b94a7d150d73f7c631cd002b1f) Thanks [@threefjefff](https://github.com/threefjefff)! - Include Snippets Icon for local development. Minor copy change to Snippets menu item. + +- [#437](https://github.com/StackExchange/Stacks-Editor/pull/437) [`48dc5be`](https://github.com/StackExchange/Stacks-Editor/commit/48dc5be4703e20bd5bfcd3fb628cf642df6f3a6d) Thanks [@threefjefff](https://github.com/threefjefff)! - Fix the ability to move around Snippets (enter and exit with arrow keys) and swallows commands that are incompatible with snippets (e.g. creating horizontal rules) + +- [#436](https://github.com/StackExchange/Stacks-Editor/pull/436) [`b8c8274`](https://github.com/StackExchange/Stacks-Editor/commit/b8c82741954b3e2e4f82970f7ea1670a4a5a0510) Thanks [@alizaberger](https://github.com/alizaberger)! - fix markdown preview toggle bug + +- [#438](https://github.com/StackExchange/Stacks-Editor/pull/438) [`92c82d9`](https://github.com/StackExchange/Stacks-Editor/commit/92c82d9b117ba4709ff0569e80bff32d1eaecfa4) Thanks [@threefjefff](https://github.com/threefjefff)! - Actually register the Snippets open command (rather than just showing it in the tooltip) + ## 0.12.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index a5de68bc..cf434aca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@stackoverflow/stacks-editor", - "version": "0.12.0", + "version": "0.13.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@stackoverflow/stacks-editor", - "version": "0.12.0", + "version": "0.13.0", "license": "MIT", "dependencies": { "@lezer/highlight": "^1.2.0", diff --git a/package.json b/package.json index c62252b3..36b1325e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stackoverflow/stacks-editor", - "version": "0.12.0", + "version": "0.13.0", "description": "", "repository": { "type": "git",