Skip to content

Commit

Permalink
fix(angular-query) bump angular persister package and examples version
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerGronich committed Dec 10, 2024
1 parent a5f7942 commit 5d80309
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions examples/angular/basic-persister/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@angular/core": "^19.1.0-next.0",
"@angular/platform-browser": "^19.1.0-next.0",
"@angular/platform-browser-dynamic": "^19.1.0-next.0",
"@tanstack/angular-query-experimental": "^5.62.4",
"@tanstack/angular-query-persist-client-experimental": "^5.62.4",
"@tanstack/angular-query-experimental": "^5.62.7",
"@tanstack/angular-query-persist-client-experimental": "^5.62.7",
"@tanstack/query-sync-storage-persister": "^5.62.3",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/angular/multiple-persisters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@angular/core": "^19.1.0-next.0",
"@angular/platform-browser": "^19.1.0-next.0",
"@angular/platform-browser-dynamic": "^19.1.0-next.0",
"@tanstack/angular-query-experimental": "^5.62.4",
"@tanstack/angular-query-persist-client-experimental": "^5.62.4",
"@tanstack/angular-query-experimental": "^5.62.7",
"@tanstack/angular-query-persist-client-experimental": "^5.62.7",
"@tanstack/query-sync-storage-persister": "^5.62.3",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/angular-query-persist-client-experimental",
"version": "5.62.4",
"version": "5.62.7",
"description": "Angular bindings to work with persisters in TanStack/angular-query",
"author": "Omer Gronich",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 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 5d80309

Please sign in to comment.