Skip to content

Commit d3c93c1

Browse files
committed
chore(release): publish packages
- [email protected] - [email protected] - [email protected]+2
1 parent ab35c62 commit d3c93c1

File tree

16 files changed

+58
-16
lines changed

16 files changed

+58
-16
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2024-11-11
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`powersync_flutter_libs` - `v0.4.3`](#powersync_flutter_libs---v043)
19+
- [`powersync` - `v1.9.3`](#powersync---v193)
20+
- [`powersync_attachments_helper` - `v0.6.15+2`](#powersync_attachments_helper---v06152)
21+
22+
Packages with dependency updates only:
23+
24+
> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
25+
26+
- `powersync` - `v1.9.3`
27+
- `powersync_attachments_helper` - `v0.6.15+2`
28+
29+
---
30+
31+
#### `powersync_flutter_libs` - `v0.4.3`
32+
33+
- powersync-sqlite-core 0.3.6 - fixes dangling rows issue
34+
35+
636
## 2024-11-06
737

838
### Changes

demos/benchmarks/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
powersync: ^1.8.6
13+
powersync: ^1.9.3
1414
path_provider: ^2.1.1
1515
path: ^1.8.3
1616
logging: ^1.2.0

demos/django-todolist/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
powersync: ^1.9.2
13+
powersync: ^1.9.3
1414
path_provider: ^2.1.1
1515
path: ^1.8.3
1616
logging: ^1.2.0

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.9.2
14+
powersync: ^1.9.3
1515
path_provider: ^2.1.1
1616
supabase_flutter: ^2.0.2
1717
path: ^1.8.3

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.9.2
14+
powersync: ^1.9.3
1515
path_provider: ^2.1.1
1616
supabase_flutter: ^2.0.2
1717
path: ^1.8.3

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: ^2.0.2
3939
timeago: ^3.6.0
40-
powersync: ^1.9.2
40+
powersync: ^1.9.3
4141
path_provider: ^2.1.1
4242
path: ^1.8.3
4343
logging: ^1.2.0

demos/supabase-todolist-drift/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ environment:
99
dependencies:
1010
flutter:
1111
sdk: flutter
12-
powersync_attachments_helper: ^0.6.15+1
13-
powersync: ^1.9.2
12+
powersync_attachments_helper: ^0.6.15+2
13+
powersync: ^1.9.3
1414
path_provider: ^2.1.1
1515
supabase_flutter: ^2.0.1
1616
path: ^1.8.3

demos/supabase-todolist-optional-sync/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
powersync: ^1.9.2
13+
powersync: ^1.9.3
1414
path_provider: ^2.1.1
1515
supabase_flutter: ^2.0.1
1616
path: ^1.8.3

demos/supabase-todolist/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
powersync_attachments_helper: ^0.6.15+1
14-
powersync: ^1.9.2
13+
powersync_attachments_helper: ^0.6.15+2
14+
powersync: ^1.9.3
1515
path_provider: ^2.1.1
1616
supabase_flutter: ^2.0.1
1717
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.9.3
2+
3+
- Update a dependency to the latest release.
4+
15
## 1.9.2
26

37
- [Web] Automatically flush IndexedDB storage to fix durability issues
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const String libraryVersion = '1.9.2';
1+
const String libraryVersion = '1.9.3';

packages/powersync/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: powersync
2-
version: 1.9.2
2+
version: 1.9.3
33
homepage: https://powersync.com
44
repository: https://github.com/powersync-ja/powersync.dart
55
description: PowerSync Flutter SDK - sync engine for building local-first apps.
@@ -16,7 +16,7 @@ dependencies:
1616
sqlite3: ^2.4.6
1717
universal_io: ^2.0.0
1818
sqlite3_flutter_libs: ^0.5.23
19-
powersync_flutter_libs: ^0.4.2
19+
powersync_flutter_libs: ^0.4.3
2020
meta: ^1.0.0
2121
http: ^1.1.0
2222
uuid: ^4.2.0

packages/powersync_attachments_helper/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.15+2
2+
3+
- Update a dependency to the latest release.
4+
15
## 0.6.15+1
26

37
- Update a dependency to the latest release.

packages/powersync_attachments_helper/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: powersync_attachments_helper
22
description: A helper library for handling attachments when using PowerSync.
3-
version: 0.6.15+1
3+
version: 0.6.15+2
44
repository: https://github.com/powersync-ja/powersync.dart
55
homepage: https://www.powersync.com/
66
environment:
@@ -10,7 +10,7 @@ dependencies:
1010
flutter:
1111
sdk: flutter
1212

13-
powersync: ^1.9.2
13+
powersync: ^1.9.3
1414
logging: ^1.2.0
1515
sqlite_async: ^0.11.0
1616
path_provider: ^2.0.13

packages/powersync_flutter_libs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.3
2+
3+
- powersync-sqlite-core 0.3.6 - fixes dangling rows issue
4+
15
## 0.4.2
26

37
- Update a dependency to the latest release.

packages/powersync_flutter_libs/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: powersync_flutter_libs
22
description: PowerSync core binaries for the PowerSync Flutter SDK. Needs to be included for Flutter apps.
3-
version: 0.4.2
3+
version: 0.4.3
44
repository: https://github.com/powersync-ja/powersync.dart
55
homepage: https://www.powersync.com/
66

0 commit comments

Comments
 (0)