diff --git a/.changeset/dry-suns-smash.md b/.changeset/dry-suns-smash.md deleted file mode 100644 index 77addc3d..00000000 --- a/.changeset/dry-suns-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'playroom': patch ---- - -Highlight the correct error location when code has syntax errors diff --git a/.changeset/light-baboons-glow.md b/.changeset/light-baboons-glow.md deleted file mode 100644 index 3eb1ff6e..00000000 --- a/.changeset/light-baboons-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'playroom': minor ---- - -Use smaller React pragmas to reduce the payload sent to iframes diff --git a/.changeset/tough-swans-laugh.md b/.changeset/tough-swans-laugh.md deleted file mode 100644 index bedc73ee..00000000 --- a/.changeset/tough-swans-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'playroom': minor ---- - -Replace `@babel/standalone` with `sucrase` for JSX compilation diff --git a/CHANGELOG.md b/CHANGELOG.md index 57f1e8f2..a24dc2df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # playroom +## 0.34.0 + +### Minor Changes + +- 1c8ae6b: Use smaller React pragmas to reduce the payload sent to iframes +- c4b639c: Replace `@babel/standalone` with `sucrase` for JSX compilation + +### Patch Changes + +- 1c8ae6b: Highlight the correct error location when code has syntax errors + ## 0.33.0 ### Minor Changes diff --git a/package.json b/package.json index dce5d90b..2f03cc90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playroom", - "version": "0.33.0", + "version": "0.34.0", "description": "Design with code, powered by your own component library", "main": "utils/index.js", "types": "utils/index.d.ts",