Skip to content

Commit

Permalink
chore: version packages (#155)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonghyeon Ko <[email protected]>
Co-authored-by: Chanhyuk Park <[email protected]>
  • Loading branch information
3 people authored Sep 18, 2023
1 parent b10e5e8 commit acb455f
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-carpets-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-laws-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-turtles-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-months-explode.md

This file was deleted.

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

## 1.14.4

## 1.14.3

## 1.14.2
Expand Down
2 changes: 1 addition & 1 deletion 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.14.3",
"version": "1.14.4",
"description": "Useful helpers for @tanstack/react-query with suspense",
"keywords": [
"suspensive",
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @suspensive/react

## 1.14.4

### Patch Changes

- 8d8ef53: fix(react): object that elment of key don't care field's order by hashKey
- 482cfc4: fix(react): update BaseErrorBoundary method simply
- d636e85: fix(react): ErrorBoundary should catch null thrown by children
- 8d8ef53: fix(react): replace useEffect to use-sync-external-store

## 1.14.3

### 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.14.3",
"version": "1.14.4",
"description": "Useful interfaces for React Suspense",
"keywords": [
"suspensive",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions websites/visualization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@jsxcss/emotion": "^1.3.9",
"@suspensive/react": "workspace:1.14.3",
"@suspensive/react-query": "workspace:1.14.3",
"@suspensive/react": "workspace:1.14.4",
"@suspensive/react-query": "workspace:1.14.4",
"@tanstack/react-query": "^4.29.5",
"@tanstack/react-query-devtools": "^4.29.5",
"axios": "^1.4.0",
Expand Down

1 comment on commit acb455f

@vercel
Copy link

@vercel vercel bot commented on acb455f Sep 18, 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.