Skip to content

Commit 7934735

Browse files
committed
Merge branch 'master' into feat/drift-demo
2 parents 4f3826d + 8e4e9c6 commit 7934735

File tree

18 files changed

+93
-59
lines changed

18 files changed

+93
-59
lines changed

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,59 @@
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-08-06
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` - `v1.6.4`](#powersync---v164)
19+
- [`powersync_attachments_helper` - `v0.6.3+1`](#powersync_attachments_helper---v0631)
20+
21+
Packages with dependency updates only:
22+
23+
> 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.
24+
25+
- `powersync_attachments_helper` - `v0.6.3+1`
26+
27+
---
28+
29+
#### `powersync` - `v1.6.4`
30+
31+
- **FIX**: `hasSynced` status should be reset after `disconnectAndClear` has been called. ([5e12a079](https://github.com/powersync-ja/powersync.dart/commit/5e12a07918ca16d3dcf90f26a42c5a61c09fb978))
32+
33+
34+
## 2024-07-31
35+
36+
### Changes
37+
38+
---
39+
40+
Packages with breaking changes:
41+
42+
- There are no breaking changes in this release.
43+
44+
Packages with other changes:
45+
46+
- [`powersync` - `v1.6.3`](#powersync---v163)
47+
- [`powersync_attachments_helper` - `v0.6.3`](#powersync_attachments_helper---v063)
48+
49+
---
50+
51+
#### `powersync` - `v1.6.3`
52+
53+
- **FIX**: Move JS to dev dependencies and lower version range ">=0.6.7 <0.8.0"
54+
55+
#### `powersync_attachments_helper` - `v0.6.3`
56+
57+
- Update a dependency to the latest release.
58+
659
## 2024-07-30
760

861
### Changes

demos/django-todolist/pubspec.lock

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,6 @@ packages:
152152
url: "https://pub.dev"
153153
source: hosted
154154
version: "4.0.2"
155-
js:
156-
dependency: transitive
157-
description:
158-
name: js
159-
sha256: c1b2e9b5ea78c45e1a0788d29606ba27dc5f71f019f32ca5140f61ef071838cf
160-
url: "https://pub.dev"
161-
source: hosted
162-
version: "0.7.1"
163155
json_annotation:
164156
dependency: transitive
165157
description:
@@ -318,7 +310,7 @@ packages:
318310
path: "../../packages/powersync"
319311
relative: true
320312
source: path
321-
version: "1.6.2"
313+
version: "1.6.4"
322314
powersync_flutter_libs:
323315
dependency: "direct overridden"
324316
description:

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.6.2
13+
powersync: ^1.6.4
1414
path_provider: ^2.1.1
1515
path: ^1.8.3
1616
logging: ^1.2.0

demos/supabase-anonymous-auth/pubspec.lock

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -184,14 +184,6 @@ packages:
184184
url: "https://pub.dev"
185185
source: hosted
186186
version: "4.0.2"
187-
js:
188-
dependency: transitive
189-
description:
190-
name: js
191-
sha256: c1b2e9b5ea78c45e1a0788d29606ba27dc5f71f019f32ca5140f61ef071838cf
192-
url: "https://pub.dev"
193-
source: hosted
194-
version: "0.7.1"
195187
json_annotation:
196188
dependency: transitive
197189
description:
@@ -374,7 +366,7 @@ packages:
374366
path: "../../packages/powersync"
375367
relative: true
376368
source: path
377-
version: "1.6.2"
369+
version: "1.6.4"
378370
powersync_flutter_libs:
379371
dependency: "direct overridden"
380372
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.6.2
14+
powersync: ^1.6.4
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 & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -184,14 +184,6 @@ packages:
184184
url: "https://pub.dev"
185185
source: hosted
186186
version: "4.0.2"
187-
js:
188-
dependency: transitive
189-
description:
190-
name: js
191-
sha256: c1b2e9b5ea78c45e1a0788d29606ba27dc5f71f019f32ca5140f61ef071838cf
192-
url: "https://pub.dev"
193-
source: hosted
194-
version: "0.7.1"
195187
json_annotation:
196188
dependency: transitive
197189
description:
@@ -374,7 +366,7 @@ packages:
374366
path: "../../packages/powersync"
375367
relative: true
376368
source: path
377-
version: "1.6.2"
369+
version: "1.6.4"
378370
powersync_flutter_libs:
379371
dependency: "direct overridden"
380372
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.6.2
14+
powersync: ^1.6.4
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 & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -200,14 +200,6 @@ packages:
200200
url: "https://pub.dev"
201201
source: hosted
202202
version: "0.19.0"
203-
js:
204-
dependency: transitive
205-
description:
206-
name: js
207-
sha256: c1b2e9b5ea78c45e1a0788d29606ba27dc5f71f019f32ca5140f61ef071838cf
208-
url: "https://pub.dev"
209-
source: hosted
210-
version: "0.7.1"
211203
json_annotation:
212204
dependency: transitive
213205
description:
@@ -390,7 +382,7 @@ packages:
390382
path: "../../packages/powersync"
391383
relative: true
392384
source: path
393-
version: "1.6.2"
385+
version: "1.6.4"
394386
powersync_flutter_libs:
395387
dependency: "direct overridden"
396388
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: ^2.0.2
3939
timeago: ^3.6.0
40-
powersync: ^1.6.2
40+
powersync: ^1.6.4
4141
path_provider: ^2.1.1
4242
path: ^1.8.3
4343
logging: ^1.2.0

demos/supabase-todolist-drift/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -686,14 +686,14 @@ packages:
686686
path: "../../packages/powersync"
687687
relative: true
688688
source: path
689-
version: "1.6.2"
689+
version: "1.6.4"
690690
powersync_attachments_helper:
691691
dependency: "direct main"
692692
description:
693693
path: "../../packages/powersync_attachments_helper"
694694
relative: true
695695
source: path
696-
version: "0.6.2"
696+
version: "0.6.3+1"
697697
powersync_flutter_libs:
698698
dependency: "direct overridden"
699699
description:

0 commit comments

Comments
 (0)