Skip to content

Commit

Permalink
chore: version packages (#120)
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 committed Sep 1, 2023
1 parent 7e6c159 commit 129e7ab
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-cats-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-windows-tan.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/serious-moose-bathe.md

This file was deleted.

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

## 1.12.0

### Patch Changes

- 8c23785: refactor(eslint, tsconfig): simply

## 1.11.7

### Patch Changes
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.11.7",
"version": "1.12.0",
"keywords": [
"suspensive",
"react-query"
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @suspensive/react

## 1.12.0

### Minor Changes

- e3df644: feat(react): add ErrorBoundaryFallbackProps type

### Patch Changes

- f4b1ac7: fix(react): enable hook in ErrorBoundary
- 8c23785: refactor(eslint, tsconfig): simply

## 1.11.7

### 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.11.7",
"version": "1.12.0",
"keywords": [
"suspensive",
"react"
Expand Down
47 changes: 23 additions & 24 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 @@ -13,8 +13,8 @@
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@jsxcss/emotion": "^1.3.9",
"@suspensive/react": "workspace:1.11.7",
"@suspensive/react-query": "workspace:1.11.7",
"@suspensive/react": "workspace:1.12.0",
"@suspensive/react-query": "workspace:1.12.0",
"@tanstack/react-query": "^4.29.5",
"@tanstack/react-query-devtools": "^4.29.5",
"axios": "^1.4.0",
Expand Down

2 comments on commit 129e7ab

@vercel
Copy link

@vercel vercel bot commented on 129e7ab Sep 1, 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.vercel.app
visualization.suspensive.org
visualization-git-main-suspensive.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 129e7ab Sep 1, 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

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

Please sign in to comment.