Skip to content

Commit

Permalink
chore: version packages (#161)
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 22, 2023
1 parent 2c30f6d commit 84db989
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-drinks-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-ants-grab.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.5

## 1.14.4

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

## 1.14.5

### Patch Changes

- da0bd52: refactor(react): clarify variable name
- 2c30f6d: refactor(react): add useSetTimeout to reduce code

## 1.14.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.14.4",
"version": "1.14.5",
"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.4",
"@suspensive/react-query": "workspace:1.14.4",
"@suspensive/react": "workspace:1.14.5",
"@suspensive/react-query": "workspace:1.14.5",
"@tanstack/react-query": "^4.29.5",
"@tanstack/react-query-devtools": "^4.29.5",
"axios": "^1.4.0",
Expand Down

1 comment on commit 84db989

@vercel
Copy link

@vercel vercel bot commented on 84db989 Sep 22, 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.