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 b1a2f7b commit 324ff79
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 30 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.

5 changes: 0 additions & 5 deletions .changeset/twelve-rice-pull.md

This file was deleted.

23 changes: 23 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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 324ff79

Please sign in to comment.