Skip to content

Commit c925475

Browse files
committed
Merge branch 'main' into expo-51
2 parents c3783b6 + cbda24e commit c925475

File tree

172 files changed

+4489
-606
lines changed

Some content is hidden

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

172 files changed

+4489
-606
lines changed

.changeset/config.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,9 @@
77
"access": "restricted",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
10-
"ignore": []
10+
"ignore": [],
11+
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
12+
"onlyUpdatePeerDependentsWhenOutOfRange": true,
13+
"updateInternalDependents": "out-of-range"
14+
}
1115
}

.changeset/young-emus-pump.md

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

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ Demo applications are located in the [`demos/`](./demos/) directory. Also see ou
5959

6060
- [demos/example-electron](./demos/example-electron/README.md) An Electron example web rendered app using the PowerSync Web SDK.
6161

62+
### Capacitor
63+
64+
- [demos/example-capacitor](./demos/example-capacitor/README.md) A Capacitor example app using the PowerSync Web SDK.
65+
6266
## Tools
6367

6468
- [tools/diagnostics-app](./tools/diagnostics-app): A standalone web app that presents stats about a user's local database (incl. tables and sync buckets).

demos/angular-supabase-todolist/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# PowerSync Angular Demo
22

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [7943626]
8+
- Updated dependencies [48cc01c]
9+
- @powersync/web@0.8.0
10+
11+
## 0.0.14
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [62e43aa]
16+
- Updated dependencies [6b01811]
17+
- @powersync/web@0.7.0
18+
19+
## 0.0.13
20+
21+
### Patch Changes
22+
23+
- Updated dependencies [f5e42af]
24+
- @powersync/web@0.6.1
25+
326
## 0.0.12
427

528
### Patch Changes

demos/angular-supabase-todolist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-supabase-todolist",
3-
"version": "0.0.12",
3+
"version": "0.0.15",
44
"scripts": {
55
"ng": "ng",
66
"serve": "ng serve",

demos/django-react-native-todolist/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# django-react-native-todolist
22

3+
## 1.1.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [48cc01c]
8+
- @powersync/react-native@1.6.1
9+
- @powersync/react@1.3.5
10+
11+
## 1.1.4
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [62e43aa]
16+
- Updated dependencies [6b01811]
17+
- @powersync/react-native@1.6.0
18+
- @powersync/common@1.9.0
19+
- @powersync/react@1.3.4
20+
21+
## 1.1.3
22+
23+
### Patch Changes
24+
25+
- Updated dependencies [f5e42af]
26+
- @powersync/react-native@1.5.1
27+
- @powersync/common@1.8.1
28+
- @powersync/react@1.3.3
29+
330
## 1.1.2
431

532
### Patch Changes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "django-react-native-todolist",
3-
"version": "1.1.2",
3+
"version": "1.1.5",
44
"main": "./index.js",
55
"scripts": {
66
"android": "expo run:android",
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Copy to .env.local, and complete these variables.
2+
# Leave blank to test local-only.
3+
VITE_POWERSYNC_URL=
4+
VITE_PUBLIC_POWERSYNC_TOKEN=

demos/example-capacitor/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.idea/
2+
node_modules/
3+
.vscode/
4+
*.map
5+
.DS_Store
6+
.sourcemaps
7+
dist/
8+
.env.local
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# example-capacitor
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [7943626]
8+
- Updated dependencies [48cc01c]
9+
- @powersync/web@0.8.0
10+
- @powersync/react@1.3.5

0 commit comments

Comments
 (0)