Skip to content

Commit 055cd68

Browse files
authored
fix: publish v6 to latest npm dist tag (#13686)
1 parent 47114a3 commit 055cd68

File tree

2 files changed

+54
-1
lines changed

2 files changed

+54
-1
lines changed

.changeset/tough-clouds-sin.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
'@ai-sdk/black-forest-labs': patch
3+
'@ai-sdk/openai-compatible': patch
4+
'@ai-sdk/amazon-bedrock': patch
5+
'@ai-sdk/open-responses': patch
6+
'@ai-sdk/provider-utils': patch
7+
'@ai-sdk/google-vertex': patch
8+
'@ai-sdk/huggingface': patch
9+
'@ai-sdk/assemblyai': patch
10+
'@ai-sdk/elevenlabs': patch
11+
'@ai-sdk/llamaindex': patch
12+
'@ai-sdk/moonshotai': patch
13+
'@ai-sdk/perplexity': patch
14+
'@ai-sdk/togetherai': patch
15+
'@ai-sdk/anthropic': patch
16+
'@ai-sdk/bytedance': patch
17+
'@ai-sdk/deepinfra': patch
18+
'@ai-sdk/fireworks': patch
19+
'@ai-sdk/langchain': patch
20+
'@ai-sdk/replicate': patch
21+
'@ai-sdk/cerebras': patch
22+
'@ai-sdk/deepgram': patch
23+
'@ai-sdk/deepseek': patch
24+
'@ai-sdk/alibaba': patch
25+
'@ai-sdk/angular': patch
26+
'@ai-sdk/baseten': patch
27+
'@ai-sdk/gateway': patch
28+
'@ai-sdk/klingai': patch
29+
'@ai-sdk/mistral': patch
30+
'@ai-sdk/valibot': patch
31+
'@ai-sdk/cohere': patch
32+
'@ai-sdk/gladia': patch
33+
'@ai-sdk/google': patch
34+
'@ai-sdk/openai': patch
35+
'@ai-sdk/prodia': patch
36+
'@ai-sdk/svelte': patch
37+
'@ai-sdk/vercel': patch
38+
'@ai-sdk/azure': patch
39+
'@ai-sdk/react': patch
40+
'@ai-sdk/revai': patch
41+
'@ai-sdk/groq': patch
42+
'@ai-sdk/hume': patch
43+
'@ai-sdk/lmnt': patch
44+
'@ai-sdk/luma': patch
45+
'@ai-sdk/fal': patch
46+
'@ai-sdk/mcp': patch
47+
'@ai-sdk/rsc': patch
48+
'@ai-sdk/vue': patch
49+
'@ai-sdk/xai': patch
50+
'ai': patch
51+
---
52+
53+
fix: publish v6 to latest npm dist tag

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"publint": "turbo publint",
1919
"test": "turbo test --concurrency 16 --filter=!@example/*",
2020
"test:update": "turbo test:update --concurrency 16 --filter=!@example/*",
21-
"ci:release": "turbo clean && turbo build && changeset publish --tag ai-v6",
21+
"ci:release": "turbo clean && turbo build && changeset publish",
2222
"ci:version": "changeset version && node .github/scripts/cleanup-examples-changesets.mjs && pnpm install --no-frozen-lockfile",
2323
"clean-examples": "node .github/scripts/cleanup-examples-changesets.mjs && pnpm install --no-frozen-lockfile"
2424
},

0 commit comments

Comments
 (0)