Skip to content

Commit

Permalink
Version Packages (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 15, 2022
1 parent 84c2c8f commit 6c46eaa
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-panthers-rush.md

This file was deleted.

21 changes: 0 additions & 21 deletions .changeset/rotten-owls-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-olives-thank.md

This file was deleted.

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

## 0.28.2

### Patch Changes

- 8030325: Update all dependencies
- 8030325: Fix error message on gutter marker tooltip

Playroom wraps the code in a Fragment to compile it and then removes it from the error message displayed as a tooltip on the gutter marker if it fails to compile.

The logic has been improved to remove the first occurence of an opening `<React.Fragment>` and the last occurence of `</React.Fragment>`.

Errors should no longer incorrectly have a stray closing fragment:

```diff
"unknown: Expected corresponding JSX closing tag for <Boxerror>. (3:0)

1 | <Boxerror>
2 | ...
-> 3 | </Box></React.Fragment>
+> 3 | </Box>
| ^"
```

- cbcf1cf: Update dependencies (and move to pnpm internally)
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "playroom",
"version": "0.28.1",
"version": "0.28.2",
"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 6c46eaa

Please sign in to comment.