Skip to content

Commit cbd0ce1

Browse files
Version Packages (#145)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c0cecfd commit cbd0ce1

File tree

18 files changed

+62
-24
lines changed

18 files changed

+62
-24
lines changed

.changeset/clever-kiwis-lay.md

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

.changeset/tame-chefs-flash.md

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

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

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- bed3be5: Updated @journeyapps/react-native-quick-sqlite dependency.
8+
- Updated dependencies [bed3be5]
9+
- @powersync/react-native@1.4.4
10+
311
## 1.0.1
412

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

demos/example-vite/CHANGELOG.md

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

3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- 371e8ce: Updated Vite Demo apps' `include` entries to use nested dependency syntax, fixes issue with CJS nested dependencies.
8+
39
## 0.0.15
410

511
### Patch Changes

demos/example-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "example-vite",
33
"private": true,
4-
"version": "0.0.15",
4+
"version": "0.0.16",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

demos/react-native-supabase-group-chat/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# react-native-supabase-group-chat
22

3+
## 1.0.10
4+
5+
### Patch Changes
6+
7+
- bed3be5: Updated @journeyapps/react-native-quick-sqlite dependency.
8+
- Updated dependencies [bed3be5]
9+
- @powersync/react-native@1.4.4
10+
311
## 1.0.9
412

513
### Patch Changes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-supabase-group-chat",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"main": "expo-router/entry",
55
"scripts": {
66
"clear": "find ./ -type d -and \\( -name node_modules -or -name build -or -name dist \\) -exec rm -rf '{}' +",

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

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

3+
## 1.1.5
4+
5+
### Patch Changes
6+
7+
- bed3be5: Updated @journeyapps/react-native-quick-sqlite dependency.
8+
- Updated dependencies [bed3be5]
9+
- @powersync/react-native@1.4.4
10+
311
## 1.1.4
412

513
### Patch Changes

demos/react-native-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": "react-native-supabase-todolist",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"main": "./index.js",
55
"scripts": {
66
"android": "expo run:android",

0 commit comments

Comments
 (0)