Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2ac3714

Browse files
[ci] release (#9926)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b176825 commit 2ac3714

File tree

35 files changed

+69
-80
lines changed

35 files changed

+69
-80
lines changed

.changeset/eight-windows-kiss.md

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

.changeset/healthy-jokes-deny.md

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

.changeset/old-jokes-complain.md

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

.changeset/shaggy-sloths-mix.md

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

.changeset/sour-seas-hang.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": "^4.3.0"
14+
"astro": "^4.3.1"
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": "^2.1.1",
1515
"@astrojs/rss": "^4.0.4",
1616
"@astrojs/sitemap": "^3.0.5",
17-
"astro": "^4.3.0"
17+
"astro": "^4.3.1"
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": "^4.3.0"
18+
"astro": "^4.3.1"
1919
},
2020
"peerDependencies": {
2121
"astro": "^4.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.4.0",
1515
"@types/alpinejs": "^3.13.5",
1616
"alpinejs": "^3.13.3",
17-
"astro": "^4.3.0"
17+
"astro": "^4.3.1"
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": "^4.0.1",
1515
"@webcomponents/template-shadowroot": "^0.2.1",
16-
"astro": "^4.3.0",
16+
"astro": "^4.3.1",
1717
"lit": "^3.1.2"
1818
}
1919
}

0 commit comments

Comments
 (0)