From 4928110264f909dfa14b79a4834c4439ae6f722c Mon Sep 17 00:00:00 2001 From: Sami Jaber Date: Wed, 2 Oct 2024 17:14:29 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Publish=20Package=20(#52)?= 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-hydration-overlay@0.2.0 ### Minor Changes - e0807d1: Mark @spotlightjs/spotlight as an optional peer dependency If you enable spotlight integration, please install the dependency explicitly in your project. ```bash npm install @spotlightjs/spotlight --dev yarn add @spotlightjs/spotlight --dev pnpm add @spotlightjs/spotlight --dev ``` - 22b63c5: Support React 18 Transition from [react-diff-viewer-continued](https://github.com/praneshr/react-diff-viewer) to a maintained fork [react-diff-viewer-continued](https://github.com/aeolun/react-diff-viewer-continued) that supports React 18. - b1a2f7b: chore: update build toolchain Co-authored-by: github-actions[bot] --- .changeset/beige-countries-punch.md | 15 --------------- .changeset/great-eagles-happen.md | 9 --------- .changeset/twelve-rice-pull.md | 5 ----- packages/lib/CHANGELOG.md | 23 +++++++++++++++++++++++ packages/lib/package.json | 2 +- 5 files changed, 24 insertions(+), 30 deletions(-) delete mode 100644 .changeset/beige-countries-punch.md delete mode 100644 .changeset/great-eagles-happen.md delete mode 100644 .changeset/twelve-rice-pull.md diff --git a/.changeset/beige-countries-punch.md b/.changeset/beige-countries-punch.md deleted file mode 100644 index 96245fc..0000000 --- a/.changeset/beige-countries-punch.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -"@builder.io/react-hydration-overlay": minor ---- - -Mark @spotlightjs/spotlight as an optional peer dependency - -If you enable spotlight integration, please install the dependency explicitly -in your project. - -```bash -npm install @spotlightjs/spotlight --dev -yarn add @spotlightjs/spotlight --dev -pnpm add @spotlightjs/spotlight --dev -``` - diff --git a/.changeset/great-eagles-happen.md b/.changeset/great-eagles-happen.md deleted file mode 100644 index 7d3560b..0000000 --- a/.changeset/great-eagles-happen.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@builder.io/react-hydration-overlay": minor ---- - -Support React 18 - -Transition from [react-diff-viewer-continued](https://github.com/praneshr/react-diff-viewer) -to a maintained fork [react-diff-viewer-continued](https://github.com/aeolun/react-diff-viewer-continued) -that supports React 18. diff --git a/.changeset/twelve-rice-pull.md b/.changeset/twelve-rice-pull.md deleted file mode 100644 index aa92922..0000000 --- a/.changeset/twelve-rice-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@builder.io/react-hydration-overlay": minor ---- - -chore: update build toolchain diff --git a/packages/lib/CHANGELOG.md b/packages/lib/CHANGELOG.md index bf93f90..52d5f64 100644 --- a/packages/lib/CHANGELOG.md +++ b/packages/lib/CHANGELOG.md @@ -1,5 +1,28 @@ # @builder.io/react-hydration-overlay +## 0.2.0 + +### Minor Changes + +- e0807d1: Mark @spotlightjs/spotlight as an optional peer dependency + + If you enable spotlight integration, please install the dependency explicitly + in your project. + + ```bash + npm install @spotlightjs/spotlight --dev + yarn add @spotlightjs/spotlight --dev + pnpm add @spotlightjs/spotlight --dev + ``` + +- 22b63c5: Support React 18 + + Transition from [react-diff-viewer-continued](https://github.com/praneshr/react-diff-viewer) + to a maintained fork [react-diff-viewer-continued](https://github.com/aeolun/react-diff-viewer-continued) + that supports React 18. + +- b1a2f7b: chore: update build toolchain + ## 0.1.0 ### Minor Changes diff --git a/packages/lib/package.json b/packages/lib/package.json index 3710e42..71daa29 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -1,7 +1,7 @@ { "name": "@builder.io/react-hydration-overlay", "description": "React utility for descriptive hydration mismatch errors.", - "version": "0.1.0", + "version": "0.2.0", "type": "module", "files": [ "dist"