Skip to content

Commit

Permalink
chore: version packages (#260)
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

- 84d293a: refactor: add @suspensive/test-utils as dev dependency to
remove unnecessary repetitive code

## @suspensive/[email protected]

### Patch Changes

- 84d293a: refactor: add @suspensive/test-utils as dev dependency to
remove unnecessary repetitive code

## @suspensive/[email protected]

### Patch Changes

-   Updated dependencies [84d293a]
    -   @suspensive/[email protected]

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 Oct 24, 2023
1 parent 84d293a commit de912c4
Show file tree
Hide file tree
Showing 9 changed files with 50 additions and 37 deletions.
6 changes: 0 additions & 6 deletions .changeset/real-hairs-provide.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.2

### Patch Changes

- 84d293a: refactor: add @suspensive/test-utils as dev dependency to remove unnecessary repetitive code

## 0.0.1

### 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.1",
"version": "0.0.2",
"description": "Useful interfaces for React Suspense",
"keywords": [
"suspensive",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @suspensive/react-query

## 1.17.5

### Patch Changes

- Updated dependencies [84d293a]
- @suspensive/react@1.17.5

## 1.17.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suspensive/react-query",
"version": "1.17.4",
"version": "1.17.5",
"description": "Useful helpers for @tanstack/react-query with suspense",
"keywords": [
"suspensive",
Expand Down Expand Up @@ -70,7 +70,7 @@
"tsd": "^0.28.1"
},
"peerDependencies": {
"@suspensive/react": "workspace:^1.17.4",
"@suspensive/react": "workspace:^1.17.5",
"@tanstack/react-query": "^4",
"react": "^16.8 || ^17 || ^18"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @suspensive/react

## 1.17.5

### Patch Changes

- 84d293a: refactor: add @suspensive/test-utils as dev dependency to remove unnecessary repetitive code

## 1.17.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suspensive/react",
"version": "1.17.4",
"version": "1.17.5",
"description": "Useful interfaces for React Suspense",
"keywords": [
"suspensive",
Expand Down
48 changes: 24 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions websites/visualization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@jsxcss/emotion": "^1.3.9",
"@suspensive/react": "workspace:1.17.4",
"@suspensive/react-await": "workspace:0.0.1",
"@suspensive/react-query": "workspace:1.17.4",
"@suspensive/react": "workspace:1.17.5",
"@suspensive/react-await": "workspace:0.0.2",
"@suspensive/react-query": "workspace:1.17.5",
"@tanstack/react-query": "^4.29.5",
"@tanstack/react-query-devtools": "^4.29.5",
"@vercel/analytics": "^1.1.1",
Expand Down

2 comments on commit de912c4

@vercel
Copy link

@vercel vercel bot commented on de912c4 Oct 24, 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 de912c4 Oct 24, 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.suspensive.org
visualization-git-main-suspensive.vercel.app
visualization-suspensive.vercel.app

Please sign in to comment.