Skip to content

Commit 5647e48

Browse files
Version Packages (#413)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3f9df96 commit 5647e48

File tree

9 files changed

+27
-18
lines changed

9 files changed

+27
-18
lines changed

.changeset/brown-moose-chew.md

-5
This file was deleted.

.changeset/curly-poets-explode.md

-5
This file was deleted.

.changeset/tasty-birds-lay.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.9
4+
5+
### Patch Changes
6+
7+
- 3f9df96: Fixed issue with compilable queries needing a parameter value specified and fixed issue related to compilable query errors causing infinite rendering.
8+
39
## 0.0.8
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.8",
3+
"version": "0.0.9",
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.12.0
4+
5+
### Minor Changes
6+
7+
- 36af0c8: Added `temporaryStorage` option to `WebSQLOpenFactoryOptions`. The `temp_store` value will now defaults to "MEMORY".
8+
9+
### Patch Changes
10+
11+
- 7e23d65: Added a bin/cli utilty that can be invoked with `npx powersync-web copy-assets` or `pnpm powersync-web copy-assets`.
12+
313
## 1.11.0
414

515
### Minor 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.11.0",
3+
"version": "1.12.0",
44
"description": "A Web SDK for JourneyApps PowerSync",
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.7.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [7e23d65]
8+
- Updated dependencies [36af0c8]
9+
- @powersync/web@1.12.0
10+
311
## 0.7.2
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.7.2",
3+
"version": "0.7.3",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

0 commit comments

Comments
 (0)