Skip to content

Commit

Permalink
chore: bump packages version
Browse files Browse the repository at this point in the history
Co-authored-by: @okinawaa
  • Loading branch information
manudeli committed Aug 5, 2023
1 parent 3f16fcb commit f9682e8
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 30 deletions.
5 changes: 3 additions & 2 deletions configs/tsup/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@suspensive/tsup",
"version": "0.0.0-development",
"version": "0.0.0",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"lint": "eslint ."
"lint": "eslint .",
"prepack": "pnpm build"
},
"devDependencies": {
"@suspensive/eslint-config-ts": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"scripts": {
"build": "turbo run build",
"changeset": "changeset",
"changeset:publish": "changeset publish",
"changeset:publish": "pnpm prepack && changeset publish",
"changeset:version": "changeset version && pnpm i --lockfile-only",
"commit": "cz",
"dev": "pnpm prepack && turbo run dev --parallel",
Expand Down
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.5

### Patch Changes

- resolve @suspensive/tsup error

## 1.11.4

### 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.4",
"version": "1.11.5",
"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.5

### Patch Changes

- resolve @suspensive/tsup error

## 1.11.4

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

2 comments on commit f9682e8

@vercel
Copy link

@vercel vercel bot commented on f9682e8 Aug 5, 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.vercel.app
visualization.suspensive.org

@vercel
Copy link

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

Please sign in to comment.