Skip to content

Commit

Permalink
📦 Publish Package
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 2, 2024
1 parent 22b63c5 commit f00abc1
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 25 deletions.
15 changes: 0 additions & 15 deletions .changeset/beige-countries-punch.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/great-eagles-happen.md

This file was deleted.

21 changes: 21 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @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.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit f00abc1

Please sign in to comment.