Skip to content

Commit

Permalink
chore: bump packages version (#110)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonghyeon Ko <[email protected]>
Co-authored-by: 박찬혁 <[email protected]>
  • Loading branch information
3 people authored Aug 6, 2023
1 parent eb8b6a9 commit cede1de
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 33 deletions.
6 changes: 0 additions & 6 deletions .changeset/tiny-swans-work.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.11.6

### Patch Changes

- eb8b6a9: fix(react, react-query): remove unnecessary files by package.json's files

## 1.11.5

### 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.5",
"version": "1.11.6",
"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.6

### Patch Changes

- eb8b6a9: fix(react, react-query): remove unnecessary files by package.json's files

## 1.11.5

### 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.5",
"version": "1.11.6",
"keywords": [
"suspensive",
"react"
Expand Down
46 changes: 23 additions & 23 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 @@ -12,8 +12,8 @@
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@jsxcss/emotion": "^1.3.9",
"@suspensive/react": "workspace:1.11.5",
"@suspensive/react-query": "workspace:1.11.5",
"@suspensive/react": "workspace:1.11.6",
"@suspensive/react-query": "workspace:1.11.6",
"@tanstack/react-query": "^4.29.5",
"@tanstack/react-query-devtools": "^4.29.5",
"axios": "^1.4.0",
Expand Down

2 comments on commit cede1de

@vercel
Copy link

@vercel vercel bot commented on cede1de Aug 6, 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

@vercel
Copy link

@vercel vercel bot commented on cede1de Aug 6, 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-git-main-suspensive.vercel.app
docs-suspensive.vercel.app
suspensive.org
www.suspensive.org
docs.suspensive.org

Please sign in to comment.