Skip to content

Commit 19fe4cb

Browse files
[ci] release (#6414)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1aea58f commit 19fe4cb

48 files changed

Lines changed: 108 additions & 90 deletions

File tree

Some content is hidden

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

.changeset/cool-bags-mix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lovely-elephants-peel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/witty-taxis-accept.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

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": "^2.0.17"
14+
"astro": "^2.0.18"
1515
}
1616
}

examples/blog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^2.0.17",
14+
"astro": "^2.0.18",
1515
"@astrojs/mdx": "^0.17.2",
1616
"@astrojs/rss": "^2.1.1",
1717
"@astrojs/sitemap": "^1.1.0"

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": "^2.0.17"
18+
"astro": "^2.0.18"
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": "^2.0.17"
13+
"astro": "^2.0.18"
1414
},
1515
"devDependencies": {
1616
"@astrojs/deno": "^4.0.2"

examples/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^2.0.17",
14+
"astro": "^2.0.18",
1515
"preact": "^10.7.3",
1616
"react": "^18.1.0",
1717
"react-dom": "^18.1.0",

examples/framework-alpine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^2.0.17",
14+
"astro": "^2.0.18",
1515
"alpinejs": "^3.10.2",
1616
"@astrojs/alpinejs": "^0.1.3",
1717
"@types/alpinejs": "^3.7.0"

examples/framework-lit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^2.0.17",
14+
"astro": "^2.0.18",
1515
"lit": "^2.2.5",
1616
"@astrojs/lit": "^1.2.1",
1717
"@webcomponents/template-shadowroot": "^0.1.0"

0 commit comments

Comments
 (0)