Skip to content

Commit 75c50be

Browse files
Version Packages (#563)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f950679 commit 75c50be

File tree

9 files changed

+27
-18
lines changed

9 files changed

+27
-18
lines changed

.changeset/fast-cobras-repeat.md

-5
This file was deleted.

.changeset/good-ghosts-rush.md

-5
This file was deleted.

.changeset/ninety-onions-worry.md

-5
This file was deleted.

packages/tanstack-react-query/CHANGELOG.md

+6
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

+1-1
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

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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+
9+
### Patch Changes
10+
11+
- 7fe70bd: Added VFS database options to externals list in build.
12+
313
## 1.17.2
414

515
### Patch Changes

packages/web/package.json

+1-1
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

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# diagnostics-app
22

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

513
### Patch Changes

tools/diagnostics-app/package.json

+1-1
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)