Skip to content

Commit

Permalink
chore: version packages (#312)
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/[email protected]

### Patch Changes

- ad8d3a0: ci(deps): update dependency @types/use-sync-external-store to
^0.0.6

Co-authored-by: Jonghyeon Ko <[email protected]>
Co-authored-by: Chanhyuk Park <[email protected]>
Co-authored-by: Minsoo Kim <[email protected]>
  • Loading branch information
4 people authored Nov 8, 2023
1 parent ad8d3a0 commit 72dca40
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/stale-rivers-argue.md

This file was deleted.

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

## 0.0.6

### Patch Changes

- ad8d3a0: ci(deps): update dependency @types/use-sync-external-store to ^0.0.6

## 0.0.5

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

2 comments on commit 72dca40

@vercel
Copy link

@vercel vercel bot commented on 72dca40 Nov 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 72dca40 Nov 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

visualization – ./websites/visualization

visualization-git-main-suspensive.vercel.app
visualization.suspensive.org
visualization-suspensive.vercel.app

Please sign in to comment.