Skip to content

Commit

Permalink
chore: version packages (#128)
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 4, 2023
1 parent 7109191 commit 2ae95fa
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .changeset/fuzzy-lizards-build.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.1

### Patch Changes

- 7109191: fix(esm): cjs to esm as default

## 1.12.0

### 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.12.0",
"version": "1.12.1",
"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.12.1

### Patch Changes

- 7109191: fix(esm): cjs to esm as default

## 1.12.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.12.0",
"version": "1.12.1",
"keywords": [
"suspensive",
"react"
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 @@ -13,8 +13,8 @@
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@jsxcss/emotion": "^1.3.9",
"@suspensive/react": "workspace:1.12.0",
"@suspensive/react-query": "workspace:1.12.0",
"@suspensive/react": "workspace:1.12.1",
"@suspensive/react-query": "workspace:1.12.1",
"@tanstack/react-query": "^4.29.5",
"@tanstack/react-query-devtools": "^4.29.5",
"axios": "^1.4.0",
Expand Down

1 comment on commit 2ae95fa

@vercel
Copy link

@vercel vercel bot commented on 2ae95fa Sep 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-git-main-suspensive.vercel.app
visualization.suspensive.org
visualization-suspensive.vercel.app

Please sign in to comment.