Skip to content

Commit 12150e4

Browse files
author
Tony Sullivan
authored
Merge branch 'main' into feat/image-extra-options
2 parents a534843 + d1e6959 commit 12150e4

83 files changed

Lines changed: 844 additions & 464 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/clever-taxis-smell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'astro': minor
3+
---
4+
5+
astro add - move configuration updates to final step

.changeset/ninety-donuts-hunt.md

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

.changeset/orange-llamas-play.md

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

.changeset/proud-gifts-explain.md

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

.changeset/stale-camels-invent.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'astro': minor
3+
---
4+
5+
Allow specifying custom encoding when using a non-html route. Only option before was 'utf-8' and now that is just the default.

.changeset/tasty-owls-watch.md

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

.changeset/tricky-cows-travel.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'astro': minor
3+
---
4+
5+
Restart dev server when config file is added, updated, or removed

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": "^1.1.7"
13+
"astro": "^1.1.8"
1414
}
1515
}

examples/blog/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": "^1.1.7",
13+
"astro": "^1.1.8",
1414
"@astrojs/mdx": "^0.11.1",
1515
"@astrojs/rss": "^1.0.0",
1616
"@astrojs/sitemap": "^1.0.0"

examples/component/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
],
1616
"scripts": {},
1717
"devDependencies": {
18-
"astro": "^1.1.7"
18+
"astro": "^1.1.8"
1919
},
2020
"peerDependencies": {
21-
"astro": "^1.1.7"
21+
"astro": "^1.1.8"
2222
}
2323
}

0 commit comments

Comments
 (0)