Skip to content

Commit afefaac

Browse files
[ci] release (alpha)
1 parent 23386a4 commit afefaac

File tree

27 files changed

+60
-55
lines changed

27 files changed

+60
-55
lines changed

.changeset/pre.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"busy-olives-chew",
3838
"cuddly-worlds-beam",
3939
"cyan-crews-cross",
40-
"dark-chicken-sleep",
4140
"dull-mangos-travel",
4241
"fast-bushes-fall",
4342
"giant-areas-press",
@@ -48,8 +47,8 @@
4847
"pretty-forks-smash",
4948
"puny-poems-create",
5049
"rich-horses-begin",
51-
"rich-tips-kick",
5250
"sad-lines-hear",
51+
"shy-cats-grin",
5352
"six-women-visit",
5453
"stale-ads-see",
5554
"tricky-donkeys-camp",

examples/basics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^6.0.0-alpha.0"
13+
"astro": "^6.0.0-alpha.1"
1414
}
1515
}

examples/blog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/mdx": "^5.0.0-alpha.0",
14-
"@astrojs/rss": "^4.0.13",
14+
"@astrojs/rss": "^4.0.14",
1515
"@astrojs/sitemap": "^3.6.0",
16-
"astro": "^6.0.0-alpha.0",
16+
"astro": "^6.0.0-alpha.1",
1717
"sharp": "^0.34.3"
1818
}
1919
}

examples/component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"scripts": {},
1717
"devDependencies": {
18-
"astro": "^6.0.0-alpha.0"
18+
"astro": "^6.0.0-alpha.1"
1919
},
2020
"peerDependencies": {
2121
"astro": "^5.0.0 || ^6.0.0"

examples/container-with-vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/react": "^5.0.0-alpha.0",
15-
"astro": "^6.0.0-alpha.0",
15+
"astro": "^6.0.0-alpha.1",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
1818
"vitest": "^3.2.4"

examples/framework-alpine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@astrojs/alpinejs": "^0.5.0-alpha.0",
1414
"@types/alpinejs": "^3.13.11",
1515
"alpinejs": "^3.15.0",
16-
"astro": "^6.0.0-alpha.0"
16+
"astro": "^6.0.0-alpha.1"
1717
}
1818
}

examples/framework-multiple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@astrojs/vue": "^6.0.0-alpha.0",
1818
"@types/react": "^18.3.26",
1919
"@types/react-dom": "^18.3.7",
20-
"astro": "^6.0.0-alpha.0",
20+
"astro": "^6.0.0-alpha.1",
2121
"preact": "^10.27.2",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1",

examples/framework-preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@astrojs/preact": "^5.0.0-alpha.0",
1414
"@preact/signals": "^2.3.2",
15-
"astro": "^6.0.0-alpha.0",
15+
"astro": "^6.0.0-alpha.1",
1616
"preact": "^10.27.2"
1717
}
1818
}

examples/framework-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@astrojs/react": "^5.0.0-alpha.0",
1414
"@types/react": "^18.3.26",
1515
"@types/react-dom": "^18.3.7",
16-
"astro": "^6.0.0-alpha.0",
16+
"astro": "^6.0.0-alpha.1",
1717
"react": "^18.3.1",
1818
"react-dom": "^18.3.1"
1919
}

examples/framework-solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/solid-js": "^6.0.0-alpha.0",
14-
"astro": "^6.0.0-alpha.0",
14+
"astro": "^6.0.0-alpha.1",
1515
"solid-js": "^1.9.9"
1616
}
1717
}

0 commit comments

Comments
 (0)