Skip to content

Commit 19f9edf

Browse files
[ci] release (beta) (#8067)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2aa6d8a commit 19f9edf

File tree

47 files changed

+114
-77
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+114
-77
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
},
3333
"changesets": [
3434
"afraid-dots-whisper",
35+
"big-tips-whisper",
3536
"breezy-frogs-learn",
3637
"chilled-ducks-grin",
3738
"cool-feet-rest",

examples/basics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^3.0.0-beta.1"
14+
"astro": "^3.0.0-beta.2"
1515
}
1616
}

examples/blog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@astrojs/mdx": "^1.0.0-beta.0",
1515
"@astrojs/rss": "^3.0.0-beta.0",
1616
"@astrojs/sitemap": "^3.0.0-beta.0",
17-
"astro": "^3.0.0-beta.1"
17+
"astro": "^3.0.0-beta.2"
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": "^3.0.0-beta.1"
18+
"astro": "^3.0.0-beta.2"
1919
},
2020
"peerDependencies": {
2121
"astro": "^2.0.0-beta.0"

examples/deno/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^3.0.0-beta.1"
13+
"astro": "^3.0.0-beta.2"
1414
},
1515
"devDependencies": {
1616
"@astrojs/deno": "^5.0.0-beta.0"

examples/framework-alpine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@astrojs/alpinejs": "^0.3.0-beta.0",
1515
"@types/alpinejs": "^3.7.1",
1616
"alpinejs": "^3.12.2",
17-
"astro": "^3.0.0-beta.1"
17+
"astro": "^3.0.0-beta.2"
1818
}
1919
}

examples/framework-lit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/lit": "^3.0.0-beta.0",
1515
"@webcomponents/template-shadowroot": "^0.2.1",
16-
"astro": "^3.0.0-beta.1",
16+
"astro": "^3.0.0-beta.2",
1717
"lit": "^2.7.5"
1818
}
1919
}

examples/framework-multiple/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/preact": "^3.0.0-beta.1",
15-
"@astrojs/react": "^3.0.0-beta.1",
15+
"@astrojs/react": "^3.0.0-beta.2",
1616
"@astrojs/solid-js": "^3.0.0-beta.1",
1717
"@astrojs/svelte": "^4.0.0-beta.0",
1818
"@astrojs/vue": "^3.0.0-beta.0",
19-
"astro": "^3.0.0-beta.1",
19+
"astro": "^3.0.0-beta.2",
2020
"preact": "^10.15.1",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0",

examples/framework-preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/preact": "^3.0.0-beta.1",
1515
"@preact/signals": "^1.1.3",
16-
"astro": "^3.0.0-beta.1",
16+
"astro": "^3.0.0-beta.2",
1717
"preact": "^10.15.1"
1818
}
1919
}

examples/framework-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/react": "^3.0.0-beta.1",
14+
"@astrojs/react": "^3.0.0-beta.2",
1515
"@types/react": "^18.2.13",
1616
"@types/react-dom": "^18.2.6",
17-
"astro": "^3.0.0-beta.1",
17+
"astro": "^3.0.0-beta.2",
1818
"react": "^18.2.0",
1919
"react-dom": "^18.2.0"
2020
}

0 commit comments

Comments
 (0)