Skip to content

Commit

Permalink
Version Packages (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
seek-oss-ci committed Mar 5, 2024
1 parent 83b73b3 commit 184a1b4
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 72 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-toes-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/breezy-monkeys-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-dogs-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-months-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-pears-deny.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/plenty-poets-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-dingos-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-jobs-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-fans-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-fireants-yell.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tender-spiders-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-items-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-plums-develop.md

This file was deleted.

28 changes: 28 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,33 @@
# playroom

## 0.36.0

### Minor Changes

- c3f0373: Drop support for Node versions <18.12.0
- 90edcc8: Add keybinding for copying Playroom link to clipboard with <kbd>⌘</kbd> + <kbd>⇧</kbd> + <kbd>C</kbd> (or, on Windows, <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>C</kbd>).
- c99cc30: Add keybinding to toggle comment syntax for the current selection.

Pressing <kbd>Cmd</kbd> + <kbd>/</kbd> (or, on Windows, <kbd>Ctrl</kbd> + <kbd>/</kbd>) will toggle comment syntax for the currently selected text.
If no text is selected, the line the cursor is on will toggle comment syntax.

### Patch Changes

- dd95719: Add 'Insert snippet' shortcut to 'Keyboard Shortcuts' list in settings panel for better discoverability.
- cad1ded: Remove dependency on `current-git-branch` package
- 0215bb4: Replace `query-string` dependency with `URLSearchParams`
- 6ad5895: Update shortcut format for Windows users for consistency with standard styling.
- cb3c427: In the Settings Panel, sort keyboard shortcuts order by most frequently and widely used. Related shortcuts are grouped together.
- b1766c2: Move Title setting from Settings Panel to Frame Panel to group current playroom settings together and improve discoverability.

Now, all settings that affect the current playroom tab live in the Frame Panel.
Settings affecting all playroom tabs live in the Settings Panel.

- 41e8cfa: Fix an issue where new Playroom tabs without a set title would load a recently used title.
- 134c5a4: Upgrade `webpack-dev-server` to v5
- c3f0373: Update dependencies
- f88a4e6: Fix async import of playroom config on Windows

## 0.35.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "playroom",
"version": "0.35.0",
"version": "0.36.0",
"description": "Design with code, powered by your own component library",
"main": "utils/index.js",
"types": "utils/index.d.ts",
Expand Down

0 comments on commit 184a1b4

Please sign in to comment.