Skip to content

Commit

Permalink
Version Packages (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
seek-oss-ci committed Feb 13, 2024
1 parent ad60e01 commit d7ac88a
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 31 deletions.
20 changes: 0 additions & 20 deletions .changeset/itchy-taxis-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-chairs-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-turkeys-turn.md

This file was deleted.

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

## 0.35.0

### Minor Changes

- ad60e01: Add support for specifying default subsets of themes and screen widths via the config.

#### Example usage

```js
// playroom.config.js
module.exports = {
...,
defaultVisibleWidths: [
// subset of widths to display on first load
],
defaultVisibleThemes: [
// subset of themes to display on first load
],
}
```

- f45dd04: Add ability to customise tab titles via a "Title" section in the settings panel.

### Patch Changes

- f491105: Fix bug in "Wrap selection in tag" command that caused the start cursor to occasionally be placed in the wrong postion.

## 0.34.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "playroom",
"version": "0.34.2",
"version": "0.35.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 d7ac88a

Please sign in to comment.