Skip to content

Commit

Permalink
📦 Publish Package (#52)
Browse files Browse the repository at this point in the history
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/[email protected]

### 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] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
samijaber and github-actions[bot] authored Oct 2, 2024
1 parent b1a2f7b commit 4928110
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 4928110

Please sign in to comment.