Skip to content

Commit 4beb427

Browse files
committed
Merge branch 'main' into locks
2 parents dcd163d + 974b852 commit 4beb427

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+755
-609
lines changed

.changeset/friendly-chairs-camp.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/mighty-spies-fail.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

demos/django-react-native-todolist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@azure/core-asynciterator-polyfill": "^1.0.2",
1212
"@expo/vector-icons": "^14.0.0",
13-
"@journeyapps/react-native-quick-sqlite": "^2.3.0",
13+
"@journeyapps/react-native-quick-sqlite": "^2.4.2",
1414
"@powersync/common": "workspace:*",
1515
"@powersync/react": "workspace:*",
1616
"@powersync/react-native": "workspace:*",

demos/react-native-supabase-group-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@azure/core-asynciterator-polyfill": "^1.0.2",
2323
"@faker-js/faker": "8.3.1",
24-
"@journeyapps/react-native-quick-sqlite": "^2.3.0",
24+
"@journeyapps/react-native-quick-sqlite": "^2.4.2",
2525
"@powersync/common": "workspace:*",
2626
"@powersync/react": "workspace:*",
2727
"@powersync/react-native": "workspace:*",

demos/react-native-supabase-todolist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@azure/core-asynciterator-polyfill": "^1.0.2",
1212
"@expo/vector-icons": "^14.0.3",
13-
"@journeyapps/react-native-quick-sqlite": "^2.3.0",
13+
"@journeyapps/react-native-quick-sqlite": "^2.4.2",
1414
"@powersync/attachments": "workspace:*",
1515
"@powersync/common": "workspace:*",
1616
"@powersync/react": "workspace:*",

demos/react-native-web-supabase-todolist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@azure/core-asynciterator-polyfill": "^1.0.2",
1414
"@expo/metro-runtime": "^3.2.1",
1515
"@expo/vector-icons": "^14.0.0",
16-
"@journeyapps/react-native-quick-sqlite": "^2.3.0",
16+
"@journeyapps/react-native-quick-sqlite": "^2.4.2",
1717
"@powersync/attachments": "workspace:*",
1818
"@powersync/common": "workspace:*",
1919
"@powersync/react": "workspace:*",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
"@actions/core": "^1.10.1",
3434
"@changesets/cli": "2.27.2",
3535
"@pnpm/workspace.find-packages": "^4.0.2",
36-
"@vitest/browser": "^3.0.5",
36+
"@vitest/browser": "^3.0.8",
3737
"husky": "^9.0.11",
3838
"lint-staged": "^15.2.2",
39-
"playwright": "^1.50.1",
39+
"playwright": "^1.51.0",
4040
"prettier": "^3.2.5",
4141
"typescript": "^5.7.2",
42-
"vitest": "^3.0.5"
42+
"vitest": "^3.0.8"
4343
}
4444
}

packages/attachments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"test": "pnpm build && vitest"
3030
},
3131
"peerDependencies": {
32-
"@powersync/common": "workspace:^1.18.1"
32+
"@powersync/common": "workspace:^1.25.0"
3333
},
3434
"devDependencies": {
3535
"@powersync/common": "workspace:*",

packages/common/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @powersync/common
22

3+
## 1.25.0
4+
5+
### Minor Changes
6+
7+
- 3c595af: Support bucket priorities
8+
9+
### Patch Changes
10+
11+
- 76dfb06: Changed priorityStatusEntries() to no longer depend on toSorted(), which isn't natively available in React-Native.
12+
- fe98172: Fixed race condition in async closing of databases
13+
- 85f0228: Raise minimum version of core extension to 0.3.11
14+
315
## 1.24.0
416

517
### Minor Changes

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/common",
3-
"version": "1.24.0",
3+
"version": "1.25.0",
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"

0 commit comments

Comments
 (0)