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"