Skip to content

Commit a2556ce

Browse files
authored
Bump version and changelog message (#111)
1 parent 106c85b commit a2556ce

File tree

11 files changed

+14
-10
lines changed

11 files changed

+14
-10
lines changed

demos/supabase-anonymous-auth/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ packages:
350350
path: "../../packages/powersync"
351351
relative: true
352352
source: path
353-
version: "1.3.0-alpha.6"
353+
version: "1.3.0-alpha.7"
354354
realtime_client:
355355
dependency: transitive
356356
description:

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.3.0-alpha.6
14+
powersync: ^1.3.0-alpha.7
1515
path_provider: ^2.1.1
1616
supabase_flutter: ^2.0.2
1717
path: ^1.8.3

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ packages:
350350
path: "../../packages/powersync"
351351
relative: true
352352
source: path
353-
version: "1.3.0-alpha.6"
353+
version: "1.3.0-alpha.7"
354354
realtime_client:
355355
dependency: transitive
356356
description:

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.3.0-alpha.6
14+
powersync: ^1.3.0-alpha.7
1515
path_provider: ^2.1.1
1616
supabase_flutter: ^2.0.2
1717
path: ^1.8.3

demos/supabase-simple-chat/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ packages:
382382
path: "../../packages/powersync"
383383
relative: true
384384
source: path
385-
version: "1.3.0-alpha.6"
385+
version: "1.3.0-alpha.7"
386386
realtime_client:
387387
dependency: transitive
388388
description:

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: ^1.10.25
3939
timeago: ^3.6.0
40-
powersync: ^1.3.0-alpha.6
40+
powersync: ^1.3.0-alpha.7
4141
path_provider: ^2.1.1
4242
path: ^1.8.3
4343
logging: ^1.2.0

demos/supabase-todolist/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ packages:
454454
path: "../../packages/powersync"
455455
relative: true
456456
source: path
457-
version: "1.3.0-alpha.6"
457+
version: "1.3.0-alpha.7"
458458
powersync_attachments_helper:
459459
dependency: "direct main"
460460
description:

demos/supabase-todolist/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
sdk: flutter
1313
powersync_attachments_helper: ^0.3.0-alpha.2
1414

15-
powersync: ^1.3.0-alpha.6
15+
powersync: ^1.3.0-alpha.7
1616
path_provider: ^2.1.1
1717
supabase_flutter: ^2.0.1
1818
path: ^1.8.3

packages/powersync/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.3.0-alpha.7
2+
3+
- Updates and uses the latest `sqlite_async` alpha.
4+
15
## 1.3.0-alpha.6
26

37
- Fix `Bad state: Future already completed` error when calling `disconnectAndClear()`.

packages/powersync/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: powersync
2-
version: 1.3.0-alpha.6
2+
version: 1.3.0-alpha.7
33
homepage: https://powersync.com
44
repository: https://github.com/powersync-ja/powersync.dart
55
description: PowerSync Flutter SDK - keep PostgreSQL databases in sync with on-device SQLite databases.

packages/powersync_attachments_helper/pubspec.yaml

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

13-
powersync: ^1.3.0-alpha.6
13+
powersync: ^1.3.0-alpha.7
1414
logging: ^1.2.0
1515
sqlite3: "^2.4.4"
1616
path_provider: ^2.0.13

0 commit comments

Comments
 (0)