From b436a2b84a2e53b512eb514234b270e7f71d71b4 Mon Sep 17 00:00:00 2001 From: seek-oss-ci <34733141+seek-oss-ci@users.noreply.github.com> Date: Thu, 23 Nov 2023 11:14:39 +1100 Subject: [PATCH] Version Packages (#303) Co-authored-by: github-actions[bot] --- .changeset/dry-suns-smash.md | 5 ----- .changeset/light-baboons-glow.md | 5 ----- .changeset/tough-swans-laugh.md | 5 ----- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 5 files changed, 12 insertions(+), 16 deletions(-) delete mode 100644 .changeset/dry-suns-smash.md delete mode 100644 .changeset/light-baboons-glow.md delete mode 100644 .changeset/tough-swans-laugh.md 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",