Skip to content

Commit 2edc422

Browse files
committed
chore: Update changelog message
1 parent b254d80 commit 2edc422

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Packages with other changes:
2222

2323
#### `powersync` - `v1.6.3`
2424

25+
- **FIX**: Lower JS dependency to version range ">=0.6.7 <0.8.0"
26+
2527
#### `powersync_attachments_helper` - `v0.6.3`
2628

2729
- Update a dependency to the latest release.

packages/powersync/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## 1.6.3
22

3+
- **FIX**: Lower JS dependency to version range ">=0.6.7 <0.8.0"
4+
35
## 1.6.2
46

57
- **FEAT**: Introduces a custom script to download the sqlite3 wasm and powersync worker files. The command `dart run powersync:setup_web` must be run in the application's folder.

packages/powersync/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies:
2222
logging: ^1.1.1
2323
collection: ^1.17.0
2424
fetch_client: ^1.1.2
25-
js: ">= 0.6.7 <0.8.0"
25+
js: ">=0.6.7 <0.8.0"
2626
pubspec_parse: ^1.3.0
2727
args: ^2.5.0
2828
pub_semver: ^2.1.4

0 commit comments

Comments
 (0)