Skip to content

Commit 4fc5de2

Browse files
Version Packages
1 parent 806d5ca commit 4fc5de2

File tree

8 files changed

+22
-13
lines changed

8 files changed

+22
-13
lines changed

.changeset/fast-cobras-repeat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/good-ghosts-rush.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/tanstack-react-query/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @powersync/tanstack-react-query
22

3+
## 0.0.20
4+
5+
### Patch Changes
6+
7+
- 806d5ca: Bumping tanstack query peer dependency to `^5.70.0`.
8+
39
## 0.0.19
410

511
### Patch Changes

packages/tanstack-react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/tanstack-react-query",
3-
"version": "0.0.19",
3+
"version": "0.0.20",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"

packages/web/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @powersync/web
22

3+
## 1.18.0
4+
5+
### Minor Changes
6+
7+
- be18c65: Determining `node_modules` location via `require.resolve` for the `copy-assets` command. Fixes use cases where `node_modules` location might differ such as in a monorepo.
8+
39
## 1.17.2
410

511
### Patch Changes

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/web",
3-
"version": "1.17.2",
3+
"version": "1.18.0",
44
"description": "PowerSync web SDK. Sync Postgres, MongoDB or MySQL with SQLite in your web app",
55
"main": "lib/src/index.js",
66
"types": "lib/src/index.d.ts",

tools/diagnostics-app/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# diagnostics-app
22

3+
## 0.8.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [be18c65]
8+
- @powersync/web@1.18.0
9+
310
## 0.8.8
411

512
### Patch Changes

tools/diagnostics-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/diagnostics-app",
3-
"version": "0.8.8",
3+
"version": "0.8.9",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

0 commit comments

Comments
 (0)