diff --git a/.changeset/good-starfishes-share.md b/.changeset/good-starfishes-share.md deleted file mode 100644 index 5d664573..00000000 --- a/.changeset/good-starfishes-share.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'playroom': minor ---- - -Add "Find", "Find and replace", and "Jump to line" functionality. - -Keybindings for these new commands are: - -- `Cmd + F` / `Ctrl + F` - Find -- `Cmd + Option + F` / `Ctrl + Alt + F` - Find and replace -- `Cmd + G` / `Ctrl + G` - Jump to line diff --git a/.changeset/many-trains-cheat.md b/.changeset/many-trains-cheat.md deleted file mode 100644 index 9e9eeaa0..00000000 --- a/.changeset/many-trains-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'playroom': patch ---- - -Fix issue with "Toggle comment" command commenting certain code outside JSX tags with incorrect syntax. diff --git a/CHANGELOG.md b/CHANGELOG.md index c7d0d90c..630698f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # playroom +## 0.37.0 + +### Minor Changes + +- 94c75f8: Add "Find", "Find and replace", and "Jump to line" functionality. + + Keybindings for these new commands are: + + - `Cmd + F` / `Ctrl + F` - Find + - `Cmd + Option + F` / `Ctrl + Alt + F` - Find and replace + - `Cmd + G` / `Ctrl + G` - Jump to line + +### Patch Changes + +- 71f694a: Fix issue with "Toggle comment" command commenting certain code outside JSX tags with incorrect syntax. + ## 0.36.0 ### Minor Changes diff --git a/package.json b/package.json index 9e7b05bc..e14aee66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playroom", - "version": "0.36.0", + "version": "0.37.0", "description": "Design with code, powered by your own component library", "main": "utils/index.js", "types": "utils/index.d.ts",