Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Nov 20, 2024
1 parent 9db2983 commit 8680e3a
Show file tree
Hide file tree
Showing 13 changed files with 59 additions and 28 deletions.
8 changes: 0 additions & 8 deletions .changeset/twenty-rockets-knock.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/wild-days-retire.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/jotai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @suspensive/jotai

## 2.18.6

### Patch Changes

- [#1364](https://github.com/toss/suspensive/pull/1364) [`9db2983`](https://github.com/toss/suspensive/commit/9db298363b0df84225e03e54bbbe950814c55495) Thanks [@kangju2000](https://github.com/kangju2000)! - fix(\*): fix typo in jsdoc

- [#1364](https://github.com/toss/suspensive/pull/1364) [`9db2983`](https://github.com/toss/suspensive/commit/9db298363b0df84225e03e54bbbe950814c55495) Thanks [@kangju2000](https://github.com/kangju2000)! - fix(react-query, jotai, react): fix typo in jsdoc

## 2.18.5

## 2.18.4
Expand Down
2 changes: 1 addition & 1 deletion packages/jotai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suspensive/jotai",
"version": "2.18.5",
"version": "2.18.6",
"description": "Suspensive interfaces for jotai",
"keywords": [
"suspensive",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-query-4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @suspensive/react-query-4

## 2.18.6

### Patch Changes

- [#1364](https://github.com/toss/suspensive/pull/1364) [`9db2983`](https://github.com/toss/suspensive/commit/9db298363b0df84225e03e54bbbe950814c55495) Thanks [@kangju2000](https://github.com/kangju2000)! - fix(\*): fix typo in jsdoc

- [#1364](https://github.com/toss/suspensive/pull/1364) [`9db2983`](https://github.com/toss/suspensive/commit/9db298363b0df84225e03e54bbbe950814c55495) Thanks [@kangju2000](https://github.com/kangju2000)! - fix(react-query, jotai, react): fix typo in jsdoc

- Updated dependencies [[`9db2983`](https://github.com/toss/suspensive/commit/9db298363b0df84225e03e54bbbe950814c55495), [`9db2983`](https://github.com/toss/suspensive/commit/9db298363b0df84225e03e54bbbe950814c55495)]:
- @suspensive/react@2.18.6

## 2.18.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-query-4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suspensive/react-query-4",
"version": "2.18.5",
"version": "2.18.6",
"description": "Suspensive interfaces for @tanstack/react-query@4",
"keywords": [
"suspensive",
Expand Down Expand Up @@ -59,7 +59,7 @@
"react": "catalog:react18"
},
"peerDependencies": {
"@suspensive/react": "workspace:^2.18.5",
"@suspensive/react": "workspace:^2.18.6",
"@tanstack/react-query": "^4",
"react": "^18"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/react-query-5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @suspensive/react-query-5

## 2.18.6

### Patch Changes

- [#1364](https://github.com/toss/suspensive/pull/1364) [`9db2983`](https://github.com/toss/suspensive/commit/9db298363b0df84225e03e54bbbe950814c55495) Thanks [@kangju2000](https://github.com/kangju2000)! - fix(\*): fix typo in jsdoc

- [#1364](https://github.com/toss/suspensive/pull/1364) [`9db2983`](https://github.com/toss/suspensive/commit/9db298363b0df84225e03e54bbbe950814c55495) Thanks [@kangju2000](https://github.com/kangju2000)! - fix(react-query, jotai, react): fix typo in jsdoc

- Updated dependencies [[`9db2983`](https://github.com/toss/suspensive/commit/9db298363b0df84225e03e54bbbe950814c55495), [`9db2983`](https://github.com/toss/suspensive/commit/9db298363b0df84225e03e54bbbe950814c55495)]:
- @suspensive/react@2.18.6

## 2.18.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-query-5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suspensive/react-query-5",
"version": "2.18.5",
"version": "2.18.6",
"description": "Suspensive interfaces for @tanstack/react-query@5",
"keywords": [
"suspensive",
Expand Down Expand Up @@ -59,7 +59,7 @@
"react": "catalog:react18"
},
"peerDependencies": {
"@suspensive/react": "workspace:^2.18.5",
"@suspensive/react": "workspace:^2.18.6",
"@tanstack/react-query": "^5",
"react": "^18"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @suspensive/react-query

## 2.18.6

### Patch Changes

- Updated dependencies [[`9db2983`](https://github.com/toss/suspensive/commit/9db298363b0df84225e03e54bbbe950814c55495), [`9db2983`](https://github.com/toss/suspensive/commit/9db298363b0df84225e03e54bbbe950814c55495)]:
- @suspensive/react-query-4@2.18.6
- @suspensive/react-query-5@2.18.6
- @suspensive/react@2.18.6

## 2.18.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suspensive/react-query",
"version": "2.18.5",
"version": "2.18.6",
"description": "Suspensive interfaces for @tanstack/react-query",
"keywords": [
"suspensive",
Expand Down Expand Up @@ -56,8 +56,8 @@
},
"dependencies": {
"@commander-js/extra-typings": "^12.1.0",
"@suspensive/react-query-4": "workspace:^2.18.5",
"@suspensive/react-query-5": "workspace:^2.18.5",
"@suspensive/react-query-4": "workspace:^2.18.6",
"@suspensive/react-query-5": "workspace:^2.18.6",
"cli-table3": "^0.6.5",
"commander": "^12.1.0"
},
Expand All @@ -71,7 +71,7 @@
"react": "catalog:react18"
},
"peerDependencies": {
"@suspensive/react": "workspace:^2.18.5",
"@suspensive/react": "workspace:^2.18.6",
"@tanstack/react-query": "^4 || ^5",
"react": "^18"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @suspensive/react

## 2.18.6

### Patch Changes

- [#1364](https://github.com/toss/suspensive/pull/1364) [`9db2983`](https://github.com/toss/suspensive/commit/9db298363b0df84225e03e54bbbe950814c55495) Thanks [@kangju2000](https://github.com/kangju2000)! - fix(\*): fix typo in jsdoc

- [#1364](https://github.com/toss/suspensive/pull/1364) [`9db2983`](https://github.com/toss/suspensive/commit/9db298363b0df84225e03e54bbbe950814c55495) Thanks [@kangju2000](https://github.com/kangju2000)! - fix(react-query, jotai, react): fix typo in jsdoc

## 2.18.5

## 2.18.4
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": "2.18.5",
"version": "2.18.6",
"description": "Suspensive interface for react",
"keywords": [
"suspensive",
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.

0 comments on commit 8680e3a

Please sign in to comment.