Skip to content

Commit a39b7a8

Browse files
[ci] release (#17167)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b2a2cb5 commit a39b7a8

30 files changed

Lines changed: 63 additions & 55 deletions

File tree

.changeset/heading-ids-no-duplicates.md

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

examples/advanced-routing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@astrojs/node": "^11.0.0",
17-
"astro": "^7.0.1",
17+
"astro": "^7.0.2",
1818
"hono": "^4.12.14"
1919
}
2020
}

examples/basics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"astro": "astro"
1414
},
1515
"dependencies": {
16-
"astro": "^7.0.1"
16+
"astro": "^7.0.2"
1717
}
1818
}

examples/blog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@astrojs/mdx": "^7.0.0",
1717
"@astrojs/rss": "^4.0.18",
1818
"@astrojs/sitemap": "^3.7.3",
19-
"astro": "^7.0.1",
19+
"astro": "^7.0.2",
2020
"sharp": "^0.34.3"
2121
}
2222
}

examples/component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"scripts": {},
2020
"devDependencies": {
21-
"astro": "^7.0.1"
21+
"astro": "^7.0.2"
2222
},
2323
"peerDependencies": {
2424
"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
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@astrojs/react": "^6.0.0",
18-
"astro": "^7.0.1",
18+
"astro": "^7.0.2",
1919
"react": "^18.3.1",
2020
"react-dom": "^18.3.1",
2121
"vitest": "^4.1.0"

examples/framework-alpine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"@astrojs/alpinejs": "^1.0.0",
1717
"@types/alpinejs": "^3.13.11",
1818
"alpinejs": "^3.15.8",
19-
"astro": "^7.0.1"
19+
"astro": "^7.0.2"
2020
}
2121
}

examples/framework-multiple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@astrojs/vue": "^7.0.0",
2121
"@types/react": "^18.3.28",
2222
"@types/react-dom": "^18.3.7",
23-
"astro": "^7.0.1",
23+
"astro": "^7.0.2",
2424
"preact": "^10.28.4",
2525
"react": "^18.3.1",
2626
"react-dom": "^18.3.1",

examples/framework-preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@astrojs/preact": "^6.0.0",
1717
"@preact/signals": "^2.8.1",
18-
"astro": "^7.0.1",
18+
"astro": "^7.0.2",
1919
"preact": "^10.28.4"
2020
}
2121
}

examples/framework-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@astrojs/react": "^6.0.0",
1717
"@types/react": "^18.3.28",
1818
"@types/react-dom": "^18.3.7",
19-
"astro": "^7.0.1",
19+
"astro": "^7.0.2",
2020
"react": "^18.3.1",
2121
"react-dom": "^18.3.1"
2222
}

0 commit comments

Comments
 (0)