Skip to content

Commit fec4c90

Browse files
Version Packages (#128)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2a7b83f commit fec4c90

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/gorgeous-jeans-compare.md

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

demos/vue-supabase-todolist/CHANGELOG.md

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

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [2a7b83f]
8+
- @powersync/vue@0.0.2
9+
310
## 0.0.1
411

512
### Patch Changes

demos/vue-supabase-todolist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-supabase-todolist",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vue-tsc --noEmit --watch & vite dev",

packages/vue/CHANGELOG.md

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

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- 2a7b83f: rename package
8+
39
## 0.0.1
410

511
### Patch Changes

packages/vue/package.json

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

0 commit comments

Comments
 (0)