Skip to content

Commit a3feb9e

Browse files
Version Packages (#867)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e7e0379 commit a3feb9e

4 files changed

Lines changed: 12 additions & 10 deletions

File tree

.changeset/gentle-poems-live.md

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

demos/nuxt-supabase-todolist/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"dependencies": {
1010
"@nuxt/ui": "^4.0.0",
1111
"@nuxtjs/supabase": "2.0.1",
12-
"@powersync/kysely-driver": "^1.3.2",
13-
"@powersync/nuxt": "0.0.0-dev-20260128023420",
14-
"@powersync/vue": "^0.4.1",
15-
"@powersync/web": "^1.32.0",
12+
"@powersync/kysely-driver": "^1.3.3",
13+
"@powersync/nuxt": "^0.0.1",
14+
"@powersync/vue": "^0.4.2",
15+
"@powersync/web": "^1.34.0",
1616
"@supabase/supabase-js": "2.75.0",
1717
"tailwindcss": "^4.1.18"
1818
},

packages/nuxt/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @powersync/nuxt
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- fb19f01: Initial release of the PowerSync Nuxt module. Provides Nuxt Devtools integration, built-in diagnostics and data inspection, and composables. Supports Nuxt 4.

packages/nuxt/package.json

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

0 commit comments

Comments
 (0)