Skip to content

Commit

Permalink
[ci] release (withastro#3061)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Apr 11, 2022
1 parent 01b02d8 commit 21c74e5
Show file tree
Hide file tree
Showing 76 changed files with 254 additions and 329 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-suits-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/big-yaks-invite.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/breezy-days-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-dolphins-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-trains-yawn.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/dry-candles-behave.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/dull-bobcats-clean.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/empty-pens-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-wombats-promise.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/forty-boats-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-grapes-tickle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nervous-chairs-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-squids-rest.md

This file was deleted.

81 changes: 0 additions & 81 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-pans-buy.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/shiny-rice-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-laws-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-avocados-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-ways-tan.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ten-rice-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-cameras-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-donkeys-train.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/blog-multiple-authors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/preact": "^0.0.2",
"astro": "^1.0.0-beta.5",
"@astrojs/preact": "^0.1.0",
"astro": "^1.0.0-beta.6",
"sass": "^1.50.0"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/preact": "^0.0.2",
"astro": "^1.0.0-beta.5"
"@astrojs/preact": "^0.1.0",
"astro": "^1.0.0-beta.6"
},
"dependencies": {
"preact": "^10.7.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/component/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"@example/my-component": "workspace:*",
"astro": "^1.0.0-beta.5"
"astro": "^1.0.0-beta.6"
}
}
2 changes: 1 addition & 1 deletion examples/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"serve": "astro --root demo preview"
},
"devDependencies": {
"astro": "^1.0.0-beta.5"
"astro": "^1.0.0-beta.6"
}
}
4 changes: 2 additions & 2 deletions examples/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"react-dom": "^18.0.0"
},
"devDependencies": {
"@astrojs/preact": "^0.0.2",
"@astrojs/preact": "^0.1.0",
"@astrojs/react": "^0.1.0",
"astro": "^1.0.0-beta.5"
"astro": "^1.0.0-beta.6"
}
}
2 changes: 1 addition & 1 deletion examples/env-vars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^1.0.0-beta.5"
"astro": "^1.0.0-beta.6"
}
}
2 changes: 1 addition & 1 deletion examples/framework-alpine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^1.0.0-beta.5"
"astro": "^1.0.0-beta.6"
}
}
4 changes: 2 additions & 2 deletions examples/framework-lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/lit": "^0.0.2",
"astro": "^1.0.0-beta.5"
"@astrojs/lit": "^0.1.0",
"astro": "^1.0.0-beta.6"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
Expand Down
12 changes: 6 additions & 6 deletions examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/lit": "^0.0.2",
"@astrojs/preact": "^0.0.2",
"@astrojs/lit": "^0.1.0",
"@astrojs/preact": "^0.1.0",
"@astrojs/react": "^0.1.0",
"@astrojs/solid-js": "^0.0.4-beta.0",
"@astrojs/svelte": "^0.0.2",
"@astrojs/vue": "^0.0.2",
"astro": "^1.0.0-beta.5"
"@astrojs/solid-js": "^0.1.0",
"@astrojs/svelte": "^0.1.0",
"@astrojs/vue": "^0.1.0",
"astro": "^1.0.0-beta.6"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/framework-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/preact": "^0.0.2",
"astro": "^1.0.0-beta.5"
"@astrojs/preact": "^0.1.0",
"astro": "^1.0.0-beta.6"
},
"dependencies": {
"preact": "^10.7.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/react": "^0.1.0",
"astro": "^1.0.0-beta.5"
"astro": "^1.0.0-beta.6"
},
"dependencies": {
"react": "^18.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/framework-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/solid-js": "^0.0.4-beta.0",
"astro": "^1.0.0-beta.5"
"@astrojs/solid-js": "^0.1.0",
"astro": "^1.0.0-beta.6"
},
"dependencies": {
"solid-js": "^1.3.14"
Expand Down
4 changes: 2 additions & 2 deletions examples/framework-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/svelte": "^0.0.2",
"astro": "^1.0.0-beta.5"
"@astrojs/svelte": "^0.1.0",
"astro": "^1.0.0-beta.6"
},
"dependencies": {
"svelte": "^3.47.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/framework-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/vue": "^0.0.2",
"astro": "^1.0.0-beta.5"
"@astrojs/vue": "^0.1.0",
"astro": "^1.0.0-beta.6"
},
"dependencies": {
"vue": "^3.2.31"
Expand Down
10 changes: 5 additions & 5 deletions examples/integrations-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/lit": "^0.0.2",
"@astrojs/partytown": "^0.1.1-beta.0",
"@astrojs/lit": "^0.1.0",
"@astrojs/partytown": "^0.1.1",
"@astrojs/react": "^0.1.0",
"@astrojs/sitemap": "^0.1.0",
"@astrojs/tailwind": "^0.1.0",
"@astrojs/turbolinks": "^0.0.2",
"astro": "^1.0.0-beta.5"
"@astrojs/tailwind": "^0.1.1",
"@astrojs/turbolinks": "^0.1.0",
"astro": "^1.0.0-beta.6"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
Expand Down
Loading

0 comments on commit 21c74e5

Please sign in to comment.