Skip to content

Commit

Permalink
update jotai peer dependency to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
kalijonn committed Jan 15, 2024
1 parent b36108a commit b10de68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [0.8.2] - 2024-01-15
### Changed
- fix: update jotai peer dependency to v2

## [0.8.1] - 2023-12-23
### Changed
- fix: add default staletime for suspense atoms
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jotai-tanstack-query",
"description": "👻🌺",
"version": "0.8.1",
"version": "0.8.2",
"author": "Daishi Kato",
"contributors": [
"Mohammad Bagher Abiat",
Expand Down Expand Up @@ -91,7 +91,7 @@
},
"peerDependencies": {
"@tanstack/query-core": "*",
"jotai": ">=1.11.0",
"jotai": ">=2.0.0",
"wonka": "^6.3.4"
}
}

0 comments on commit b10de68

Please sign in to comment.