From f045ba8a5817bc76c9a9d6b67c43a01e15785a1e Mon Sep 17 00:00:00 2001 From: Mugi Khan Date: Tue, 1 Oct 2024 18:53:56 +0200 Subject: [PATCH] chore(release): publish packages - powersync@1.8.4 - powersync_attachments_helper@0.6.8 --- CHANGELOG.md | 28 ++++++++++++++++++- demos/django-todolist/pubspec.yaml | 2 +- demos/supabase-anonymous-auth/pubspec.yaml | 2 +- .../supabase-edge-function-auth/pubspec.yaml | 2 +- demos/supabase-simple-chat/pubspec.yaml | 2 +- demos/supabase-todolist-drift/pubspec.yaml | 4 +-- .../pubspec.yaml | 2 +- demos/supabase-todolist/pubspec.yaml | 4 +-- packages/powersync/CHANGELOG.md | 6 +++- packages/powersync/lib/src/version.dart | 2 +- packages/powersync/pubspec.yaml | 2 +- .../powersync_attachments_helper/CHANGELOG.md | 4 +++ .../powersync_attachments_helper/pubspec.yaml | 4 +-- 13 files changed, 49 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 696011a5..090428e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-10-01 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`powersync` - `v1.8.4`](#powersync---v184) + - [`powersync_attachments_helper` - `v0.6.8`](#powersync_attachments_helper---v068) + +--- + +#### `powersync` - `v1.8.4` + + - **FEAT**: Added a warning if connector `uploadData` functions don't process CRUD items completely. + +#### `powersync_attachments_helper` - `v0.6.8` + + - Update a dependency to the latest release. + + ## 2024-09-30 ### Changes @@ -22,7 +48,7 @@ Packages with other changes: #### `powersync` - `v1.8.3` - - **FIX**: Pass maxReaders parameter to `PowerSyncDatabase.withFactory()` + - **FIX**: Pass maxReaders parameter to `PowerSyncDatabase.withFactory()`. #### `powersync_attachments_helper` - `v0.6.7` diff --git a/demos/django-todolist/pubspec.yaml b/demos/django-todolist/pubspec.yaml index 25791bbc..8d817077 100644 --- a/demos/django-todolist/pubspec.yaml +++ b/demos/django-todolist/pubspec.yaml @@ -10,7 +10,7 @@ environment: dependencies: flutter: sdk: flutter - powersync: ^1.8.3 + powersync: ^1.8.4 path_provider: ^2.1.1 path: ^1.8.3 logging: ^1.2.0 diff --git a/demos/supabase-anonymous-auth/pubspec.yaml b/demos/supabase-anonymous-auth/pubspec.yaml index 583fdac8..15238476 100644 --- a/demos/supabase-anonymous-auth/pubspec.yaml +++ b/demos/supabase-anonymous-auth/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: flutter: sdk: flutter - powersync: ^1.8.3 + powersync: ^1.8.4 path_provider: ^2.1.1 supabase_flutter: ^2.0.2 path: ^1.8.3 diff --git a/demos/supabase-edge-function-auth/pubspec.yaml b/demos/supabase-edge-function-auth/pubspec.yaml index 3ed46711..4d45db22 100644 --- a/demos/supabase-edge-function-auth/pubspec.yaml +++ b/demos/supabase-edge-function-auth/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: flutter: sdk: flutter - powersync: ^1.8.3 + powersync: ^1.8.4 path_provider: ^2.1.1 supabase_flutter: ^2.0.2 path: ^1.8.3 diff --git a/demos/supabase-simple-chat/pubspec.yaml b/demos/supabase-simple-chat/pubspec.yaml index c40b712b..bc36a0f8 100644 --- a/demos/supabase-simple-chat/pubspec.yaml +++ b/demos/supabase-simple-chat/pubspec.yaml @@ -37,7 +37,7 @@ dependencies: supabase_flutter: ^2.0.2 timeago: ^3.6.0 - powersync: ^1.8.3 + powersync: ^1.8.4 path_provider: ^2.1.1 path: ^1.8.3 logging: ^1.2.0 diff --git a/demos/supabase-todolist-drift/pubspec.yaml b/demos/supabase-todolist-drift/pubspec.yaml index d15f2d1a..93fb558d 100644 --- a/demos/supabase-todolist-drift/pubspec.yaml +++ b/demos/supabase-todolist-drift/pubspec.yaml @@ -9,8 +9,8 @@ environment: dependencies: flutter: sdk: flutter - powersync_attachments_helper: ^0.6.7 - powersync: ^1.8.3 + powersync_attachments_helper: ^0.6.8 + powersync: ^1.8.4 path_provider: ^2.1.1 supabase_flutter: ^2.0.1 path: ^1.8.3 diff --git a/demos/supabase-todolist-optional-sync/pubspec.yaml b/demos/supabase-todolist-optional-sync/pubspec.yaml index 500271fa..91b03d26 100644 --- a/demos/supabase-todolist-optional-sync/pubspec.yaml +++ b/demos/supabase-todolist-optional-sync/pubspec.yaml @@ -10,7 +10,7 @@ environment: dependencies: flutter: sdk: flutter - powersync: ^1.8.3 + powersync: ^1.8.4 path_provider: ^2.1.1 supabase_flutter: ^2.0.1 path: ^1.8.3 diff --git a/demos/supabase-todolist/pubspec.yaml b/demos/supabase-todolist/pubspec.yaml index 530130ae..98b71772 100644 --- a/demos/supabase-todolist/pubspec.yaml +++ b/demos/supabase-todolist/pubspec.yaml @@ -10,8 +10,8 @@ environment: dependencies: flutter: sdk: flutter - powersync_attachments_helper: ^0.6.7 - powersync: ^1.8.3 + powersync_attachments_helper: ^0.6.8 + powersync: ^1.8.4 path_provider: ^2.1.1 supabase_flutter: ^2.0.1 path: ^1.8.3 diff --git a/packages/powersync/CHANGELOG.md b/packages/powersync/CHANGELOG.md index d16a09cd..620fb312 100644 --- a/packages/powersync/CHANGELOG.md +++ b/packages/powersync/CHANGELOG.md @@ -1,6 +1,10 @@ +## 1.8.4 + +- **FEAT**: Added a warning if connector `uploadData` functions don't process CRUD items completely. + ## 1.8.3 -- **FIX**: Pass maxReaders parameter to `PowerSyncDatabase.withFactory()` +- **FIX**: Pass maxReaders parameter to `PowerSyncDatabase.withFactory()`. ## 1.8.2 diff --git a/packages/powersync/lib/src/version.dart b/packages/powersync/lib/src/version.dart index 58e79ccd..b7f77e8f 100644 --- a/packages/powersync/lib/src/version.dart +++ b/packages/powersync/lib/src/version.dart @@ -1 +1 @@ -const String libraryVersion = '1.8.3'; +const String libraryVersion = '1.8.4'; diff --git a/packages/powersync/pubspec.yaml b/packages/powersync/pubspec.yaml index 7a4993ad..369b3b43 100644 --- a/packages/powersync/pubspec.yaml +++ b/packages/powersync/pubspec.yaml @@ -1,5 +1,5 @@ name: powersync -version: 1.8.3 +version: 1.8.4 homepage: https://powersync.com repository: https://github.com/powersync-ja/powersync.dart description: PowerSync Flutter SDK - sync engine for building local-first apps. diff --git a/packages/powersync_attachments_helper/CHANGELOG.md b/packages/powersync_attachments_helper/CHANGELOG.md index aa6545e1..b8d6d1ec 100644 --- a/packages/powersync_attachments_helper/CHANGELOG.md +++ b/packages/powersync_attachments_helper/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.6.8 + + - Update a dependency to the latest release. + ## 0.6.7 - Update a dependency to the latest release. diff --git a/packages/powersync_attachments_helper/pubspec.yaml b/packages/powersync_attachments_helper/pubspec.yaml index 171a0276..9a4d6d49 100644 --- a/packages/powersync_attachments_helper/pubspec.yaml +++ b/packages/powersync_attachments_helper/pubspec.yaml @@ -1,6 +1,6 @@ name: powersync_attachments_helper description: A helper library for handling attachments when using PowerSync. -version: 0.6.7 +version: 0.6.8 repository: https://github.com/powersync-ja/powersync.dart homepage: https://www.powersync.com/ environment: @@ -10,7 +10,7 @@ dependencies: flutter: sdk: flutter - powersync: ^1.8.3 + powersync: ^1.8.4 logging: ^1.2.0 sqlite_async: ^0.8.3 path_provider: ^2.0.13