Skip to content

Commit df9d5f7

Browse files
DominicGBauerDominicGBauer
andauthored
chore: bump version (#52)
Co-authored-by: DominicGBauer <dominic@nomanini.com>
1 parent c9b7fb3 commit df9d5f7

File tree

6 files changed

+13
-8
lines changed

6 files changed

+13
-8
lines changed

demos/supabase-anonymous-auth/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ packages:
310310
path: "../../packages/powersync"
311311
relative: true
312312
source: path
313-
version: "1.1.0"
313+
version: "1.1.1"
314314
realtime_client:
315315
dependency: transitive
316316
description:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ packages:
310310
path: "../../packages/powersync"
311311
relative: true
312312
source: path
313-
version: "1.1.0"
313+
version: "1.1.1"
314314
realtime_client:
315315
dependency: transitive
316316
description:

demos/supabase-simple-chat/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ packages:
326326
path: "../../packages/powersync"
327327
relative: true
328328
source: path
329-
version: "1.1.0"
329+
version: "1.1.1"
330330
realtime_client:
331331
dependency: transitive
332332
description:

demos/supabase-todolist/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ packages:
414414
path: "../../packages/powersync"
415415
relative: true
416416
source: path
417-
version: "1.1.0"
417+
version: "1.1.1"
418418
powersync_attachments_helper:
419419
dependency: "direct main"
420420
description:

packages/powersync/CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1+
## 1.1.1
2+
3+
- Fix error occasionally occurring when calling powersync.connect() right when opening the database.
4+
- Update getting started docs
5+
16
## 1.1.0
27

38
- Fix delete operations rejected by the server not being reverted locally.
49
- Expand `SyncStatus` to include `connected`, `downloading`, `uploading` status, as well as the last errors.
510
- Fix `SyncStatus.connected` to be updated when calling `PowerSyncDatabase.disconnect()`.
611
- Fix network error messages only containing a single character in some cases.
712
- Update `sqlite_async` dependency:
8-
- Supports catching errors in transactions and continuing the transaction.
9-
- Add `tx.closed` and `db/tx.getAutoCommit()`
13+
- Supports catching errors in transactions and continuing the transaction.
14+
- Add `tx.closed` and `db/tx.getAutoCommit()`
1015
- Update `uuid` dependency:
11-
- Now uses `CryptoRNG` from `uuid` package now that the performance improvements are upstream.
16+
- Now uses `CryptoRNG` from `uuid` package now that the performance improvements are upstream.
1217
- Requires Dart ^3.2.0 / Flutter ^3.16.0.
1318

1419
## 1.0.0

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.1.0
2+
version: 1.1.1
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.

0 commit comments

Comments
 (0)