Skip to content

Commit

Permalink
chore: add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed Nov 3, 2024
1 parent ff5dee6 commit c819db6
Show file tree
Hide file tree
Showing 6 changed files with 452 additions and 16 deletions.
1 change: 1 addition & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Changesets
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
1 change: 0 additions & 1 deletion .github/workflows/jsr-publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: JSR Publish
on:
push:
workflow_dispatch:

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/manifest-schema-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Update Extension Manifest Schema

on:
push:
branches: ["dev"]
workflow_dispatch:

jobs:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"node": ">=18"
},
"dependencies": {
"@changesets/cli": "^2.27.9",
"@iconify/svelte": "^4.0.2",
"@supabase/supabase-js": "^2.43.4",
"@tauri-apps/api": "^2.0.3",
Expand All @@ -43,10 +44,10 @@
"@tauri-apps/plugin-store": "^2.1.0",
"@tauri-apps/plugin-updater": "^2.0.0",
"@tauri-apps/plugin-upload": "^2.0.0",
"supabase": "^1.207.9",
"tauri-plugin-network-api": "workspace:*",
"tauri-plugin-shellx-api": "^2.0.11",
"tauri-plugin-system-info-api": "workspace:*",
"supabase": "^1.207.9",
"valibot": "^0.40.0",
"zod": "^3.23.8"
}
Expand Down
Loading

0 comments on commit c819db6

Please sign in to comment.