diff --git a/.changeset/wicked-emus-jog.md b/.changeset/wicked-emus-jog.md deleted file mode 100644 index 62ded9a3..00000000 --- a/.changeset/wicked-emus-jog.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'playroom': minor ---- - -Adds VSCode-style keybindings for move line up/down and copy line up/down. -Works for selections as well as single lines. - -See the VSCode keyboard shortcut reference for details ([Mac]/[Windows]). - -[mac]: https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf -[windows]: https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ed4b062..1e59b41e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # playroom +## 0.29.0 + +### Minor Changes + +- 9fc8c0d: Adds VSCode-style keybindings for move line up/down and copy line up/down. + Works for selections as well as single lines. + + See the VSCode keyboard shortcut reference for details ([Mac]/[Windows]). + + [mac]: https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf + [windows]: https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf + ## 0.28.2 ### Patch Changes diff --git a/package.json b/package.json index 2a1a83f5..6db1f219 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playroom", - "version": "0.28.2", + "version": "0.29.0", "description": "Design with code, powered by your own component library", "main": "utils/index.js", "types": "utils/index.d.ts",