Skip to content

Commit cc0c7a8

Browse files
authored
Merge pull request #186 from powersync-ja/vue-beta
Upgrade Vue support into beta
2 parents 6c76a44 + a9b9fc6 commit cc0c7a8

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

.changeset/curly-penguins-march.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'vue-supabase-todolist': patch
3+
'@powersync/vue': patch
4+
---
5+
6+
Moved Vue package to beta.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ _Bad connectivity is everywhere, and we're tired of it. PowerSync is on a missio
2424

2525
- React integration for PowerSync.
2626

27+
- [packages/vue](./packages/vue/README.md)
28+
29+
- Vue composables for PowerSync.
30+
2731
- [packages/attachments](./packages/attachments/README.md)
2832

2933
- Attachments helper package for React Native and JavaScript/TypeScript projects.

demos/vue-supabase-todolist/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# PowerSync + Supabase Vue Demo: Todo List (TypeScript)
22

3-
## Note: Alpha Release
3+
## Note: Beta Release
44

5-
This package is currently in an alpha release.
5+
The `powersync/vue` package is currently in a beta release.
66

77
## Overview
88

packages/vue/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Vue composables for PowerSync
22

3-
## Note: Alpha Release
3+
## Note: Beta Release
44

5-
This package is currently in an alpha release.
5+
This package is currently in a beta release.
66

77
## Setup
88

0 commit comments

Comments
 (0)