Skip to content

Commit 9c2336f

Browse files
committed
Fix changelog
1 parent a46f0d6 commit 9c2336f

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,15 @@ Packages with dependency updates only:
3030

3131
#### `powersync_core` - `v1.3.1`
3232

33-
- http, creds, params
33+
- Use `package:http` instead of `package:fetch_client` on the web (since the former now uses fetch as well).
34+
- Allow disconnecting in the credentials callback of a connector.
35+
- Deprecate retry and CRUD upload durations as fields and independent parameters. Use the new `SyncOptions` class instead.
3436

3537
#### `powersync` - `v1.13.1`
3638

37-
- Bump "powersync" to `1.13.1`.
39+
- Use `package:http` instead of `package:fetch_client` on the web (since the former now uses fetch as well).
40+
- Allow disconnecting in the credentials callback of a connector.
41+
- Deprecate retry and CRUD upload durations as fields and independent parameters. Use the new `SyncOptions` class instead.
3842

3943
#### `powersync_sqlcipher` - `v0.1.7`
4044

packages/powersync/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## 1.13.1
22

3-
- Bump "powersync" to `1.13.1`.
3+
- Use `package:http` instead of `package:fetch_client` on the web (since the former now uses fetch as well).
4+
- Allow disconnecting in the credentials callback of a connector.
5+
- Deprecate retry and CRUD upload durations as fields and independent parameters. Use the new `SyncOptions` class instead.
46

57
## 1.13.0
68

packages/powersync_core/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## 1.3.1
22

3-
- http, creds, params
3+
- Use `package:http` instead of `package:fetch_client` on the web (since the former now uses fetch as well).
4+
- Allow disconnecting in the credentials callback of a connector.
5+
- Deprecate retry and CRUD upload durations as fields and independent parameters. Use the new `SyncOptions` class instead.
46

57
## 1.3.0
68

0 commit comments

Comments
 (0)