Skip to content

Commit 038e42a

Browse files
Version Packages (#158)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3c421ea commit 038e42a

File tree

39 files changed

+157
-28
lines changed

39 files changed

+157
-28
lines changed

.changeset/unlucky-hats-cover.md

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

.changeset/witty-eyes-count.md

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

demos/angular-supabase-todolist/CHANGELOG.md

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

3+
## 0.0.11
4+
5+
### Patch Changes
6+
7+
- @powersync/web@0.5.3
8+
39
## 0.0.10
410

511
### 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.10",
3+
"version": "0.0.11",
44
"scripts": {
55
"ng": "ng",
66
"serve": "ng serve",

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

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

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3c421ea]
8+
- @powersync/common@1.7.1
9+
- @powersync/react@1.3.1
10+
- @powersync/react-native@1.4.6
11+
312
## 1.1.0
413

514
### Minor 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.0",
3+
"version": "1.1.1",
44
"main": "./index.js",
55
"scripts": {
66
"android": "expo run:android",

demos/example-electron/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# example-electron
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- @powersync/react@1.3.1
8+
- @powersync/web@0.5.3

demos/example-electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "example-electron",
33
"productName": "example-electron",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "Example of using Electron with PowerSync",
66
"main": ".vite/build/main.js",
77
"type": "module",

demos/example-nextjs/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- @powersync/react@1.3.1
8+
- @powersync/web@0.5.3
9+
310
## 0.1.0
411

512
### Minor Changes

demos/example-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-nextjs",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"scripts": {
66
"build": "next build",

0 commit comments

Comments
 (0)