Skip to content

Commit ea82cf0

Browse files
Version Packages (#410)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bacc1c5 commit ea82cf0

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/nice-impalas-speak.md

-5
This file was deleted.

packages/web/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @powersync/web
22

3+
## 1.11.0
4+
5+
### Minor Changes
6+
7+
- bacc1c5: Updated WA-SQLite to `@journeyapps/[email protected]`. Note that WA-SQLite performed some changes to the virtual filesystem structure in this update. An automatic migration will be executed when upgrading, however no down-migration is available. Downgrading to `@journeyapps/wa-sqlite < 1.0.0` will require the IndexDB storage to be erased.
8+
39
## 1.10.2
410

511
### 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.10.2",
3+
"version": "1.11.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

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

3+
## 0.7.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [bacc1c5]
8+
- @powersync/web@1.11.0
9+
310
## 0.7.1
411

512
### 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.1",
3+
"version": "0.7.2",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

0 commit comments

Comments
 (0)