File tree Expand file tree Collapse file tree 15 files changed +97
-45
lines changed
supabase-edge-function-auth
powersync_attachments_helper Expand file tree Collapse file tree 15 files changed +97
-45
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## 2024-07-10
7+
8+ ### Changes
9+
10+ ---
11+
12+ Packages with breaking changes:
13+
14+ - There are no breaking changes in this release.
15+
16+ Packages with other changes:
17+
18+ - [ ` powersync ` - ` v1.3.0-alpha.9 ` ] ( #powersync---v130-alpha9 )
19+ - [ ` powersync_attachments_helper ` - ` v0.3.0-alpha.4 ` ] ( #powersync_attachments_helper---v030-alpha4 )
20+
21+ Packages with dependency updates only:
22+
23+ > Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
24+
25+ - ` powersync_attachments_helper ` - ` v0.3.0-alpha.4 `
26+
27+ ---
28+
29+ #### ` powersync ` - ` v1.3.0-alpha.9 `
30+
31+ - Updated sqlite_async to use Navigator locks for limiting sync stream implementions in multiple tabs
32+
33+
634## 2024-07-04
735
836### Changes
Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ packages:
350350 path: "../../packages/powersync"
351351 relative: true
352352 source: path
353- version: "1.3.0-alpha.7 "
353+ version: "1.3.0-alpha.8 "
354354 realtime_client:
355355 dependency: transitive
356356 description:
@@ -480,10 +480,10 @@ packages:
480480 dependency: "direct main"
481481 description:
482482 name: sqlite_async
483- sha256: "7c5a9bec86b6f5b7511b9ba30974fa7ea470aee2dc0d5b7021f6321a439a8d63 "
483+ sha256: "79e636c857ed43f6cd5e5be72b36967a29f785daa63ff5b078bd34f74f44cb54 "
484484 url: "https://pub.dev"
485485 source: hosted
486- version: "0.8.0 "
486+ version: "0.8.1 "
487487 stack_trace:
488488 dependency: transitive
489489 description:
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ dependencies:
1111 flutter :
1212 sdk : flutter
1313
14- powersync : 1.3.0-alpha.8
14+ powersync : 1.3.0-alpha.9
1515 path_provider : ^2.1.1
1616 supabase_flutter : ^2.0.2
1717 path : ^1.8.3
1818 logging : ^1.2.0
19- sqlite_async : ^0.8.0
19+ sqlite_async : ^0.8.1
2020 universal_io : ^2.2.2
2121
2222dev_dependencies :
Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ packages:
350350 path: "../../packages/powersync"
351351 relative: true
352352 source: path
353- version: "1.3.0-alpha.7 "
353+ version: "1.3.0-alpha.8 "
354354 realtime_client:
355355 dependency: transitive
356356 description:
@@ -480,10 +480,10 @@ packages:
480480 dependency: "direct main"
481481 description:
482482 name: sqlite_async
483- sha256: "7c5a9bec86b6f5b7511b9ba30974fa7ea470aee2dc0d5b7021f6321a439a8d63 "
483+ sha256: "79e636c857ed43f6cd5e5be72b36967a29f785daa63ff5b078bd34f74f44cb54 "
484484 url: "https://pub.dev"
485485 source: hosted
486- version: "0.8.0 "
486+ version: "0.8.1 "
487487 stack_trace:
488488 dependency: transitive
489489 description:
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ dependencies:
1111 flutter :
1212 sdk : flutter
1313
14- powersync : 1.3.0-alpha.8
14+ powersync : 1.3.0-alpha.9
1515 path_provider : ^2.1.1
1616 supabase_flutter : ^2.0.2
1717 path : ^1.8.3
1818 logging : ^1.2.0
19- sqlite_async : ^0.8.0
19+ sqlite_async : ^0.8.1
2020 universal_io : ^2.2.2
2121
2222dev_dependencies :
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ packages:
382382 path: "../../packages/powersync"
383383 relative: true
384384 source: path
385- version: "1.3.0-alpha.7 "
385+ version: "1.3.0-alpha.8 "
386386 realtime_client:
387387 dependency: transitive
388388 description:
@@ -536,10 +536,10 @@ packages:
536536 dependency: transitive
537537 description:
538538 name: sqlite_async
539- sha256: "7c5a9bec86b6f5b7511b9ba30974fa7ea470aee2dc0d5b7021f6321a439a8d63 "
539+ sha256: "79e636c857ed43f6cd5e5be72b36967a29f785daa63ff5b078bd34f74f44cb54 "
540540 url: "https://pub.dev"
541541 source: hosted
542- version: "0.8.0 "
542+ version: "0.8.1 "
543543 stack_trace:
544544 dependency: transitive
545545 description:
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies:
3737
3838 supabase_flutter : ^1.10.25
3939 timeago : ^3.6.0
40- powersync : 1.3.0-alpha.8
40+ powersync : 1.3.0-alpha.9
4141 path_provider : ^2.1.1
4242 path : ^1.8.3
4343 logging : ^1.2.0
Original file line number Diff line number Diff line change @@ -454,14 +454,14 @@ packages:
454454 path: "../../packages/powersync"
455455 relative: true
456456 source: path
457- version: "1.3.0-alpha.7 "
457+ version: "1.3.0-alpha.8 "
458458 powersync_attachments_helper:
459459 dependency: "direct main"
460460 description:
461461 path: "../../packages/powersync_attachments_helper"
462462 relative: true
463463 source: path
464- version: "0.3.0-alpha.2 "
464+ version: "0.3.0-alpha.3 "
465465 realtime_client:
466466 dependency: transitive
467467 description:
@@ -591,10 +591,10 @@ packages:
591591 dependency: "direct main"
592592 description:
593593 name: sqlite_async
594- sha256: "7c5a9bec86b6f5b7511b9ba30974fa7ea470aee2dc0d5b7021f6321a439a8d63 "
594+ sha256: "79e636c857ed43f6cd5e5be72b36967a29f785daa63ff5b078bd34f74f44cb54 "
595595 url: "https://pub.dev"
596596 source: hosted
597- version: "0.8.0 "
597+ version: "0.8.1 "
598598 stack_trace:
599599 dependency: transitive
600600 description:
Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ environment:
1010dependencies :
1111 flutter :
1212 sdk : flutter
13- powersync_attachments_helper : ^0.3.0-alpha.3
13+ powersync_attachments_helper : ^0.3.0-alpha.4
1414
15- powersync : 1.3.0-alpha.8
15+ powersync : 1.3.0-alpha.9
1616 path_provider : ^2.1.1
1717 supabase_flutter : ^2.0.1
1818 path : ^1.8.3
1919 logging : ^1.2.0
2020 camera : ^0.10.5+7
2121 image : ^4.1.3
2222 universal_io : ^2.2.2
23- sqlite_async : ^0.8.0
23+ sqlite_async : ^0.8.1
2424
2525dev_dependencies :
2626 flutter_test :
Original file line number Diff line number Diff line change 1+ ## 1.3.0-alpha.9
2+
3+ - Updated sqlite_async to use Navigator locks for limiting sync stream implementations in multiple tabs
4+
15## 1.3.0-alpha.8
26
37- ** FIX** (powersync-attachements-helper): pubspec file (#29 ).
You can’t perform that action at this time.
0 commit comments