Skip to content

Commit

Permalink
chore: version packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Feb 1, 2025
1 parent 59a809d commit f3aa452
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 54 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@
"@suspensive/react-query-4": "2.18.12",
"@suspensive/react-query-5": "2.18.12"
},
"changesets": []
"changesets": [
"fresh-comics-whisper"
]
}
2 changes: 2 additions & 0 deletions packages/jotai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @suspensive/jotai

## 3.0.0-next.0

## 2.18.12

## 2.18.11
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.12",
"version": "3.0.0-next.0",
"description": "Suspensive interfaces for jotai",
"keywords": [
"suspensive",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-query-4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @suspensive/react-query-4

## 3.0.0-next.0

### Major Changes

- [#1424](https://github.com/toss/suspensive/pull/1424) [`59a809d`](https://github.com/toss/suspensive/commit/59a809d8e91e92ef7b1dd0a874d65c0707bf371e) Thanks [@manudeli](https://github.com/manudeli)! - feat(v3): remove deprecated interfaces

## 2.18.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.12",
"version": "3.0.0-next.0",
"description": "Suspensive interfaces for @tanstack/react-query@4",
"keywords": [
"suspensive",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-query-5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @suspensive/react-query-5

## 3.0.0-next.0

### Major Changes

- [#1424](https://github.com/toss/suspensive/pull/1424) [`59a809d`](https://github.com/toss/suspensive/commit/59a809d8e91e92ef7b1dd0a874d65c0707bf371e) Thanks [@manudeli](https://github.com/manudeli)! - feat(v3): remove deprecated interfaces

## 2.18.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.12",
"version": "3.0.0-next.0",
"description": "Suspensive interfaces for @tanstack/react-query@5",
"keywords": [
"suspensive",
Expand Down
12 changes: 12 additions & 0 deletions packages/react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @suspensive/react-query

## 3.0.0-next.0

### Major Changes

- [#1424](https://github.com/toss/suspensive/pull/1424) [`59a809d`](https://github.com/toss/suspensive/commit/59a809d8e91e92ef7b1dd0a874d65c0707bf371e) Thanks [@manudeli](https://github.com/manudeli)! - feat(v3): remove deprecated interfaces

### Patch Changes

- Updated dependencies [[`59a809d`](https://github.com/toss/suspensive/commit/59a809d8e91e92ef7b1dd0a874d65c0707bf371e)]:
- @suspensive/react-query-4@3.0.0-next.0
- @suspensive/react-query-5@3.0.0-next.0

## 2.18.12

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.12",
"version": "3.0.0-next.0",
"description": "Suspensive interfaces for @tanstack/react-query",
"keywords": [
"suspensive",
Expand Down Expand Up @@ -56,8 +56,8 @@
},
"dependencies": {
"@commander-js/extra-typings": "^13.0.0",
"@suspensive/react-query-4": "workspace:^2.18.12",
"@suspensive/react-query-5": "workspace:^2.18.12",
"@suspensive/react-query-4": "workspace:^3.0.0-next.0",
"@suspensive/react-query-5": "workspace:^3.0.0-next.0",
"cli-table3": "^0.6.5",
"commander": "^13.0.0"
},
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

## 3.0.0-next.0

### Major Changes

- [#1424](https://github.com/toss/suspensive/pull/1424) [`59a809d`](https://github.com/toss/suspensive/commit/59a809d8e91e92ef7b1dd0a874d65c0707bf371e) Thanks [@manudeli](https://github.com/manudeli)! - feat(v3): remove deprecated interfaces

## 2.18.12

### 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": "2.18.12",
"version": "3.0.0-next.0",
"description": "Suspensive interface for react",
"keywords": [
"suspensive",
Expand Down
Loading

0 comments on commit f3aa452

Please sign in to comment.