Skip to content

Commit 991c813

Browse files
authored
Merge branch 'main' into feat/image-service-hash
2 parents 5b0fca3 + 100b61a commit 991c813

62 files changed

Lines changed: 513 additions & 155 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/eighty-ladybugs-shake.md

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

.changeset/quiet-games-film.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+
The `<Picture />` component will now use `jpg` and `jpeg` respectively as fallback formats when the original image is in those formats.

.changeset/strange-toes-remain.md

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

.changeset/tasty-oranges-bathe.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": "^3.4.3"
14+
"astro": "^3.4.4"
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.1.3",
1515
"@astrojs/rss": "^3.0.0",
1616
"@astrojs/sitemap": "^3.0.3",
17-
"astro": "^3.4.3"
17+
"astro": "^3.4.4"
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.4.3"
18+
"astro": "^3.4.4"
1919
},
2020
"peerDependencies": {
2121
"astro": "^3.0.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.1",
1515
"@types/alpinejs": "^3.7.2",
1616
"alpinejs": "^3.12.3",
17-
"astro": "^3.4.3"
17+
"astro": "^3.4.4"
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.2",
1515
"@webcomponents/template-shadowroot": "^0.2.1",
16-
"astro": "^3.4.3",
16+
"astro": "^3.4.4",
1717
"lit": "^2.8.0"
1818
}
1919
}

examples/framework-multiple/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"@astrojs/react": "^3.0.4",
1616
"@astrojs/solid-js": "^3.0.2",
1717
"@astrojs/svelte": "^4.0.3",
18-
"@astrojs/vue": "^3.0.3",
19-
"astro": "^3.4.3",
18+
"@astrojs/vue": "^3.0.4",
19+
"astro": "^3.4.4",
2020
"preact": "^10.17.1",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0",

0 commit comments

Comments
 (0)