Skip to content

Commit 14c53c8

Browse files
feat: enable prerelease mode
1 parent 0665caa commit 14c53c8

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"commit": false,
55
"linked": [],
66
"access": "public",
7-
"baseBranch": "origin/main",
7+
"baseBranch": "origin/next",
88
"updateInternalDependencies": "patch",
99
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
1010
"onlyUpdatePeerDependentsWhenOutOfRange": true

.changeset/pre.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"mode": "pre",
3+
"tag": "next",
4+
"initialVersions": {
5+
"astro": "5.13.7",
6+
"@astrojs/prism": "3.3.0",
7+
"@astrojs/rss": "4.0.12",
8+
"create-astro": "4.13.1",
9+
"@astrojs/db": "0.17.2",
10+
"@astrojs/alpinejs": "0.4.9",
11+
"@astrojs/cloudflare": "12.6.8",
12+
"@astrojs/markdoc": "0.15.6",
13+
"@astrojs/mdx": "4.3.5",
14+
"@astrojs/netlify": "6.5.10",
15+
"@astrojs/node": "9.4.3",
16+
"@astrojs/partytown": "2.1.4",
17+
"@astrojs/preact": "4.1.1",
18+
"@astrojs/react": "4.3.1",
19+
"@astrojs/sitemap": "3.5.1",
20+
"@astrojs/solid-js": "5.1.1",
21+
"@astrojs/svelte": "7.1.1",
22+
"@astrojs/vercel": "8.2.7",
23+
"@astrojs/vue": "5.1.1",
24+
"@astrojs/internal-helpers": "0.7.2",
25+
"@astrojs/markdown-remark": "6.3.6",
26+
"@astrojs/telemetry": "3.3.0",
27+
"@astrojs/underscore-redirects": "1.0.0",
28+
"@astrojs/upgrade": "0.6.2"
29+
},
30+
"changesets": []
31+
}

0 commit comments

Comments
 (0)