Skip to content

Commit 2a2b2ab

Browse files
DominicGBauerDominicGBauer
andauthored
chore(powersync): update version (#72)
Co-authored-by: DominicGBauer <dominic@nomanini.com>
1 parent fbb7cb4 commit 2a2b2ab

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

demos/supabase-anonymous-auth/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.2.2"
329+
version: "1.3.0"
330330
realtime_client:
331331
dependency: transitive
332332
description:

demos/supabase-edge-function-auth/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.2.2"
329+
version: "1.3.0"
330330
realtime_client:
331331
dependency: transitive
332332
description:

demos/supabase-simple-chat/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ packages:
358358
path: "../../packages/powersync"
359359
relative: true
360360
source: path
361-
version: "1.2.2"
361+
version: "1.3.0"
362362
realtime_client:
363363
dependency: transitive
364364
description:

demos/supabase-todolist/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ packages:
422422
path: "../../packages/powersync"
423423
relative: true
424424
source: path
425-
version: "1.2.2"
425+
version: "1.3.0"
426426
powersync_attachments_helper:
427427
dependency: "direct main"
428428
description:

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
2+
3+
- Add `crudThrottleTime` option to arguments when running `PowerSyncDatabase.connect` to set throttle time for crud operations.
4+
15
## 1.2.2
26

37
- Deprecate DevConnector and related

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.2.2
2+
version: 1.3.0
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)