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 e0807d1 commit 36e1e83
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
15 changes: 0 additions & 15 deletions .changeset/beige-countries-punch.md

This file was deleted.

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

## 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 36e1e83

Please sign in to comment.