Skip to content

Commit

Permalink
chore: version packages (#1256)
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
## @suspensive/react-dom@0.1.0

### Minor Changes

-
[`1a881a8`](1a881a8)
Thanks [@manudeli](https://github.com/manudeli)! - feat(react-dom): add
InView, useInView
  • Loading branch information
manudeli authored Sep 4, 2024
1 parent 1a881a8 commit fd988fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/sweet-games-beg.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/react-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @suspensive/react-dom

## 0.1.0

### Minor Changes

- [`1a881a8`](https://github.com/toss/suspensive/commit/1a881a8e137785756fcb9ba547c2ef79c1436276) Thanks [@manudeli](https://github.com/manudeli)! - feat(react-dom): add InView, useInView

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suspensive/react-dom",
"version": "0.0.9",
"version": "0.1.0",
"description": "Useful interfaces for React Suspense",
"keywords": [
"suspensive",
Expand Down

0 comments on commit fd988fc

Please sign in to comment.