Skip to content

Commit aa84a6c

Browse files
Version Packages (#481)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 065aba6 commit aa84a6c

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/kind-suns-float.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.13.0
4+
5+
### Minor Changes
6+
7+
- 065aba6: Added support for OPFS virtual filesystem.
8+
39
## 1.12.3
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.12.3",
3+
"version": "1.13.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.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [065aba6]
8+
- @powersync/web@1.13.0
9+
310
## 0.7.6
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.6",
3+
"version": "0.7.7",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

0 commit comments

Comments
 (0)