Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion demos/supabase-anonymous-auth/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ packages:
path: "../../packages/powersync_flutter_libs"
relative: true
source: path
version: "0.0.1"
version: "0.1.0"
realtime_client:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion demos/supabase-anonymous-auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter

powersync: ^1.2.0
powersync: ^1.4.1
path_provider: ^2.1.1
supabase_flutter: ^2.0.2
path: ^1.8.3
Expand Down
2 changes: 1 addition & 1 deletion demos/supabase-edge-function-auth/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ packages:
path: "../../packages/powersync_flutter_libs"
relative: true
source: path
version: "0.0.1"
version: "0.1.0"
realtime_client:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion demos/supabase-edge-function-auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter

powersync: ^1.2.0
powersync: ^1.4.1
path_provider: ^2.1.1
supabase_flutter: ^2.0.2
path: ^1.8.3
Expand Down
2 changes: 1 addition & 1 deletion demos/supabase-simple-chat/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ packages:
path: "../../packages/powersync_flutter_libs"
relative: true
source: path
version: "0.0.1"
version: "0.1.0"
realtime_client:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion demos/supabase-simple-chat/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies:

supabase_flutter: ^1.10.25
timeago: ^3.6.0
powersync: ^1.2.0
powersync: ^1.4.1
path_provider: ^2.1.1
path: ^1.8.3
logging: ^1.2.0
Expand Down
2 changes: 1 addition & 1 deletion demos/supabase-todolist/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ packages:
path: "../../packages/powersync_flutter_libs"
relative: true
source: path
version: "0.0.1"
version: "0.1.0"
realtime_client:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions demos/supabase-todolist/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ environment:
dependencies:
flutter:
sdk: flutter
powersync_attachments_helper: ^0.1.4
powersync: ^1.2.0
powersync_attachments_helper: ^0.4.1
powersync: ^1.4.1
path_provider: ^2.1.1
supabase_flutter: ^2.0.1
path: ^1.8.3
Expand Down
4 changes: 4 additions & 0 deletions packages/powersync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4.1

- Upgrades dependency `powersync_flutter_libs` to version `0.1.0`.

## 1.4.0

- Introduces the use of the `powersync-sqlite-core` native extension.
Expand Down
2 changes: 1 addition & 1 deletion packages/powersync/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:

sqlite_async: ^0.6.1
sqlite3_flutter_libs: ^0.5.23
powersync_flutter_libs: ^0.0.1
powersync_flutter_libs: ^0.1.0
http: ^1.1.0
uuid: ^4.2.0
async: ^2.10.0
Expand Down
4 changes: 4 additions & 0 deletions packages/powersync_flutter_libs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.0

- Upgrade `powersync-sqlite-core` on Android to version 0.1.7 which lowers the minSDK to API 21

## 0.0.1

- Load the powersync extension binaries on Android, iOS, macOS, Windows and Linux
2 changes: 1 addition & 1 deletion packages/powersync_flutter_libs/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ android {
}

dependencies {
implementation 'co.powersync:powersync-sqlite-core:0.1.6'
implementation 'co.powersync:powersync-sqlite-core:0.1.7'
}
2 changes: 1 addition & 1 deletion packages/powersync_flutter_libs/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: powersync_flutter_libs
description: PowerSync core binaries for the PowerSync Flutter SDK. Needs to be included for Flutter apps.
version: 0.0.1
version: 0.1.0
repository: https://github.com/powersync-ja/powersync.dart
homepage: https://www.powersync.com/

Expand Down