Skip to content

Commit

Permalink
chore: version packages (#204)
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 Oct 4, 2023
1 parent 5dfdf71 commit eb4e68c
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/large-schools-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-yaks-flash.md

This file was deleted.

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

## 1.15.1

### Patch Changes

- Updated dependencies [5dfdf71]
- Updated dependencies [c9bc99d]
- @suspensive/react@1.15.1

## 1.15.0

### 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.15.0",
"version": "1.15.1",
"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.15.0",
"@suspensive/react": "workspace:^1.15.1",
"@tanstack/react-query": "^4",
"react": "^16.8 || ^17 || ^18"
},
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.15.1

### Patch Changes

- 5dfdf71: fix: remove awaitClient from ErrorBoundary
- c9bc99d: docs: update experimental feature mark as admonitions of docusaurus

## 1.15.0

### Minor 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.15.0",
"version": "1.15.1",
"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.15.0",
"@suspensive/react-query": "workspace:1.15.0",
"@suspensive/react": "workspace:1.15.1",
"@suspensive/react-query": "workspace:1.15.1",
"@tanstack/react-query": "^4.29.5",
"@tanstack/react-query-devtools": "^4.29.5",
"axios": "^1.4.0",
Expand Down

2 comments on commit eb4e68c

@vercel
Copy link

@vercel vercel bot commented on eb4e68c Oct 4, 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

@vercel
Copy link

@vercel vercel bot commented on eb4e68c Oct 4, 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:

docs – ./websites/docs

www.suspensive.org
suspensive.org
docs-git-main-suspensive.vercel.app
docs.suspensive.org
docs-suspensive.vercel.app

Please sign in to comment.