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 Mar 4, 2025
1 parent f00fbe0 commit 3dd131c
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 10 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"fresh-comics-whisper",
"moody-keys-sit",
"pretty-brooms-float",
"selfish-maps-reflect",
"unlucky-trees-kick"
]
}
6 changes: 6 additions & 0 deletions packages/codemods/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @suspensive/codemods

## 3.0.0-next.6

### Major Changes

- [#1461](https://github.com/toss/suspensive/pull/1461) [`9e1c24d`](https://github.com/toss/suspensive/commit/9e1c24dc93b70856c93f44d8b1871a0f10452a8b) Thanks [@manudeli](https://github.com/manudeli)! - feat(codemods): fixed version like other suspensive libraries

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@suspensive/codemods",
"version": "0.2.0",
"version": "3.0.0-next.6",
"description": "Codemods for @suspensive.",
"keywords": [
"suspensive",
Expand Down
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.6

## 3.0.0-next.5

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

## 3.0.0-next.6

## 3.0.0-next.5

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

## 3.0.0-next.6

## 3.0.0-next.5

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

## 3.0.0-next.6

### Patch Changes

- Updated dependencies []:
- @suspensive/react-query-4@3.0.0-next.6
- @suspensive/react-query-5@3.0.0-next.6

## 3.0.0-next.5

### 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": "3.0.0-next.5",
"version": "3.0.0-next.6",
"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:^3.0.0-next.5",
"@suspensive/react-query-5": "workspace:^3.0.0-next.5",
"@suspensive/react-query-4": "workspace:^3.0.0-next.6",
"@suspensive/react-query-5": "workspace:^3.0.0-next.6",
"cli-table3": "^0.6.5",
"commander": "^13.0.0"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @suspensive/react

## 3.0.0-next.6

## 3.0.0-next.5

## 3.0.0-next.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": "3.0.0-next.5",
"version": "3.0.0-next.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 3dd131c

Please sign in to comment.