From f30429ff1c10ec4c4365fd92ea6e252e9ca07e1e Mon Sep 17 00:00:00 2001 From: builderio-bot Date: Thu, 16 Jan 2025 01:10:07 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Publish=20SDKs=20(#3833)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @builder.io/react@8.0.4 ### Patch Changes - b0aeaaa: Fix: Dynamic symbols not rendering properly in Visual Editor. Co-authored-by: github-actions[bot] --- .changeset/famous-camels-breathe.md | 5 ----- packages/react/CHANGELOG.md | 6 ++++++ packages/react/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/famous-camels-breathe.md diff --git a/.changeset/famous-camels-breathe.md b/.changeset/famous-camels-breathe.md deleted file mode 100644 index 78c4e149116..00000000000 --- a/.changeset/famous-camels-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@builder.io/react": patch ---- - -Fix: Dynamic symbols not rendering properly in Visual Editor. diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 9f995aa3ffd..a87e63ddbb2 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @builder.io/react +## 8.0.4 + +### Patch Changes + +- b0aeaaa: Fix: Dynamic symbols not rendering properly in Visual Editor. + ## 8.0.3 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 62198097edb..4a3e421ba4e 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@builder.io/react", - "version": "8.0.3", + "version": "8.0.4", "description": "", "keywords": [], "main": "dist/builder-react.cjs.js",