From b36471334046c8b70918d4ab07e97d4bd756d6ab Mon Sep 17 00:00:00 2001 From: seek-oss-ci <34733141+seek-oss-ci@users.noreply.github.com> Date: Thu, 9 Mar 2023 15:20:36 +1100 Subject: [PATCH] Version Packages (#280) --- .changeset/bright-brooms-know.md | 5 ----- .changeset/young-pumas-mate.md | 9 --------- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 4 files changed, 12 insertions(+), 15 deletions(-) delete mode 100644 .changeset/bright-brooms-know.md delete mode 100644 .changeset/young-pumas-mate.md diff --git a/.changeset/bright-brooms-know.md b/.changeset/bright-brooms-know.md deleted file mode 100644 index 996f2975..00000000 --- a/.changeset/bright-brooms-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'playroom': minor ---- - -Add keyboard shortcuts legend to the settings panel, to help with discoverability. diff --git a/.changeset/young-pumas-mate.md b/.changeset/young-pumas-mate.md deleted file mode 100644 index a26b3470..00000000 --- a/.changeset/young-pumas-mate.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'playroom': minor ---- - -Adds keybinding for wrapping the current selection in a tag. - -Pressing Cmd+Shift+, (or, on Windows, Ctrl+Shift+,) will wrap the currently selected text in an empty fragment that is ready to be typed in. - -Works for single cursors (doesn't wrap anything), single line selections, multi-line selections, and multiple cursors. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c6e55d9..296ca618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # playroom +## 0.31.0 + +### Minor Changes + +- 8ce01ff: Add keyboard shortcuts legend to the settings panel, to help with discoverability. +- 8ce01ff: Adds keybinding for wrapping the current selection in a tag. + + Pressing Cmd+Shift+, (or, on Windows, Ctrl+Shift+,) will wrap the currently selected text in an empty fragment that is ready to be typed in. + + Works for single cursors (doesn't wrap anything), single line selections, multi-line selections, and multiple cursors. + ## 0.30.0 ### Minor Changes diff --git a/package.json b/package.json index 0de89adf..ddc93426 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playroom", - "version": "0.30.0", + "version": "0.31.0", "description": "Design with code, powered by your own component library", "main": "utils/index.js", "types": "utils/index.d.ts",