Skip to content

Commit

Permalink
chore: bump packages version (#81)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonghyeon Ko <[email protected]>
  • Loading branch information
github-actions[bot] and manudeli authored Jun 23, 2023
1 parent 4d62277 commit 6a02fda
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/thick-walls-talk.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.11.2

## 1.11.1

### 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.1",
"version": "1.11.2",
"keywords": [
"suspensive",
"react-query"
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.11.2

### Patch Changes

- ef0350c: fix(react): fix useErrorBoundaryGroup to guarantee parent ErrorBoundaryGroup

## 1.11.1

## 1.11.0
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.1",
"version": "1.11.2",
"keywords": [
"suspensive",
"react"
Expand Down
8 changes: 8 additions & 0 deletions websites/visualization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @suspensive/visualization

## 0.0.6

### Patch Changes

- Updated dependencies [ef0350c]
- @suspensive/react@1.11.2
- @suspensive/react-query@1.11.2

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion websites/visualization/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suspensive/visualization",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"scripts": {
"build": "next build",
Expand Down

1 comment on commit 6a02fda

@vercel
Copy link

@vercel vercel bot commented on 6a02fda Jun 23, 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-git-main-suspensive.vercel.app
visualization.suspensive.org

Please sign in to comment.