Skip to content

Commit b05b705

Browse files
committed
1 parent 8dafdae commit b05b705

File tree

18 files changed

+60
-24
lines changed

18 files changed

+60
-24
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2024-11-12
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.10.0`](#powersync---v1100)
19+
- [`powersync_attachments_helper` - `v0.6.16`](#powersync_attachments_helper---v0616)
20+
- [`powersync_core` - `v1.0.0`](#powersync_core---v100)
21+
- [`powersync_sqlcipher` - `v0.1.0`](#powersync_sqlcipher---v010)
22+
23+
---
24+
25+
#### `powersync` - `v1.10.0`
26+
27+
#### `powersync_attachments_helper` - `v0.6.16`
28+
29+
#### `powersync_core` - `v1.0.0`
30+
31+
#### `powersync_sqlcipher` - `v0.1.0`
32+
33+
634
## 2024-11-11
735

836
### Changes

demos/benchmarks/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
powersync: ^1.9.3
13+
powersync: ^1.10.0
1414
path_provider: ^2.1.1
1515
path: ^1.8.3
1616
logging: ^1.2.0

demos/django-todolist/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
powersync: ^1.9.3
13+
powersync: ^1.10.0
1414
path_provider: ^2.1.1
1515
path: ^1.8.3
1616
logging: ^1.2.0

demos/supabase-anonymous-auth/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313

14-
powersync: ^1.9.3
14+
powersync: ^1.10.0
1515
path_provider: ^2.1.1
1616
supabase_flutter: ^2.0.2
1717
path: ^1.8.3

demos/supabase-edge-function-auth/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313

14-
powersync: ^1.9.3
14+
powersync: ^1.10.0
1515
path_provider: ^2.1.1
1616
supabase_flutter: ^2.0.2
1717
path: ^1.8.3

demos/supabase-simple-chat/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies:
3737

3838
supabase_flutter: ^2.0.2
3939
timeago: ^3.6.0
40-
powersync: ^1.9.3
40+
powersync: ^1.10.0
4141
path_provider: ^2.1.1
4242
path: ^1.8.3
4343
logging: ^1.2.0

demos/supabase-todolist-drift/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ environment:
99
dependencies:
1010
flutter:
1111
sdk: flutter
12-
powersync_attachments_helper: ^0.6.15+2
13-
powersync: ^1.9.3
12+
powersync_attachments_helper: ^0.6.16
13+
powersync: ^1.10.0
1414
path_provider: ^2.1.1
1515
supabase_flutter: ^2.0.1
1616
path: ^1.8.3

demos/supabase-todolist-optional-sync/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
powersync: ^1.9.3
13+
powersync: ^1.10.0
1414
path_provider: ^2.1.1
1515
supabase_flutter: ^2.0.1
1616
path: ^1.8.3

demos/supabase-todolist/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
powersync_attachments_helper: ^0.6.15+2
14-
powersync: ^1.9.3
13+
powersync_attachments_helper: ^0.6.16
14+
powersync: ^1.10.0
1515
path_provider: ^2.1.1
1616
supabase_flutter: ^2.0.1
1717
path: ^1.8.3

packages/powersync/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
## 1.10.0
2+
3+
- This package now uses the `powersync_core` package to provide its base functionality.
4+
15
## 1.9.3
26

3-
- Update a dependency to the latest release.
7+
- Update a dependency to the latest release.
48

59
## 1.9.2
610

7-
- [Web] Automatically flush IndexedDB storage to fix durability issues
11+
- [Web] Automatically flush IndexedDB storage to fix durability issues
812

913
## 1.9.1
1014

0 commit comments

Comments
 (0)