Version Packages (#173)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-03-11 13:08:21 +01:00
committed by GitHub
parent 27a2fc5653
commit 6df3ebe568
9 changed files with 20 additions and 24 deletions

View File

@@ -1,5 +0,0 @@
---
"@sveltejs/opencode": patch
---
fix: merge user-configured svelte-file-editor agent settings

View File

@@ -1,5 +0,0 @@
---
'@sveltejs/mcp': patch
---
feat: display similar result & error at the end

View File

@@ -1,5 +0,0 @@
---
"@sveltejs/opencode": patch
---
feat(opencode): mcp enabled option is passed to opencode

View File

@@ -1,5 +0,0 @@
---
'@sveltejs/opencode': patch
---
feat: allow enabling a specific skill in opencode plugin

View File

@@ -1,5 +1,11 @@
# @sveltejs/mcp
## 0.1.21
### Patch Changes
- feat: display similar result & error at the end ([#161](https://github.com/sveltejs/ai-tools/pull/161))
## 0.1.20
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@sveltejs/mcp",
"version": "0.1.20",
"version": "0.1.21",
"type": "module",
"license": "MIT",
"mcpName": "dev.svelte/mcp",

View File

@@ -9,7 +9,7 @@
"subfolder": "packages/mcp-stdio",
"source": "github"
},
"version": "0.1.20",
"version": "0.1.21",
"websiteUrl": "https://svelte.dev/docs/mcp/overview",
"icons": [
{
@@ -25,7 +25,7 @@
{
"registryType": "npm",
"identifier": "@sveltejs/mcp",
"version": "0.1.20",
"version": "0.1.21",
"runtimeHint": "npx",
"transport": {
"type": "stdio"

View File

@@ -1,5 +1,15 @@
# @sveltejs/opencode
## 0.1.5
### Patch Changes
- fix: merge user-configured svelte-file-editor agent settings ([#176](https://github.com/sveltejs/ai-tools/pull/176))
- feat(opencode): mcp enabled option is passed to opencode ([#171](https://github.com/sveltejs/ai-tools/pull/171))
- feat: allow enabling a specific skill in opencode plugin ([#174](https://github.com/sveltejs/ai-tools/pull/174))
## 0.1.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@sveltejs/opencode",
"version": "0.1.4",
"version": "0.1.5",
"type": "module",
"license": "MIT",
"homepage": "https://github.com/sveltejs/ai-tools#readme",