Skip to content

Commit

Permalink
[ci] release (#4159)
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
astrobot-houston and github-actions[bot] committed Aug 6, 2022
1 parent 9c3b8d0 commit 4e4061f
Show file tree
Hide file tree
Showing 59 changed files with 157 additions and 220 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-rules-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-pens-mate.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/cool-crabs-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-eagles-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-sheep-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-meals-wink.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hip-dancers-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-vans-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-beds-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-bees-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-toys-rule.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/metal-dodos-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-planets-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-bananas-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-mirrors-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-falcons-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-beds-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-masks-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-cars-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-hotels-cross.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"astro": "astro"
},
"devDependencies": {
"astro": "^1.0.0-rc.6"
"astro": "^1.0.0-rc.7"
}
}
2 changes: 1 addition & 1 deletion examples/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
"astro": "^1.0.0-rc.6"
"astro": "^1.0.0-rc.7"
},
"dependencies": {
"preact": "^10.7.3"
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 @@ -11,6 +11,6 @@
},
"devDependencies": {
"@example/my-component": "workspace:*",
"astro": "^1.0.0-rc.6"
"astro": "^1.0.0-rc.7"
}
}
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-rc.6"
"astro": "^1.0.0-rc.7"
}
}
4 changes: 2 additions & 2 deletions examples/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
"@astrojs/react": "^0.4.2",
"astro": "^1.0.0-rc.6"
"@astrojs/react": "^0.4.3",
"astro": "^1.0.0-rc.7"
}
}
2 changes: 1 addition & 1 deletion examples/env-vars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"astro": "astro"
},
"devDependencies": {
"astro": "^1.0.0-rc.6"
"astro": "^1.0.0-rc.7"
}
}
2 changes: 1 addition & 1 deletion examples/framework-alpine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@types/alpinejs": "^3.7.0",
"astro": "^1.0.0-rc.6"
"astro": "^1.0.0-rc.7"
},
"dependencies": {
"alpinejs": "^3.10.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/lit": "^0.3.2",
"astro": "^1.0.0-rc.6"
"astro": "^1.0.0-rc.7"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
"@astrojs/react": "^0.4.2",
"@astrojs/react": "^0.4.3",
"@astrojs/solid-js": "^0.4.1",
"@astrojs/svelte": "^0.5.1",
"@astrojs/vue": "^0.5.0",
"astro": "^1.0.0-rc.6"
"astro": "^1.0.0-rc.7"
},
"dependencies": {
"preact": "^10.7.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
"astro": "^1.0.0-rc.6"
"astro": "^1.0.0-rc.7"
},
"dependencies": {
"preact": "^10.7.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/framework-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/react": "^0.4.2",
"@astrojs/react": "^0.4.3",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"astro": "^1.0.0-rc.6"
"astro": "^1.0.0-rc.7"
},
"dependencies": {
"react": "^18.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/solid-js": "^0.4.1",
"astro": "^1.0.0-rc.6"
"astro": "^1.0.0-rc.7"
},
"dependencies": {
"solid-js": "^1.4.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/svelte": "^0.5.1",
"astro": "^1.0.0-rc.6"
"astro": "^1.0.0-rc.7"
},
"dependencies": {
"svelte": "^3.48.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/vue": "^0.5.0",
"astro": "^1.0.0-rc.6"
"astro": "^1.0.0-rc.7"
},
"dependencies": {
"vue": "^3.2.37"
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"astro": "astro"
},
"devDependencies": {
"astro": "^1.0.0-rc.6"
"astro": "^1.0.0-rc.7"
}
}
2 changes: 1 addition & 1 deletion examples/non-html-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"astro": "astro"
},
"devDependencies": {
"astro": "^1.0.0-rc.6"
"astro": "^1.0.0-rc.7"
}
}
2 changes: 1 addition & 1 deletion examples/portfolio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
"astro": "^1.0.0-rc.6",
"astro": "^1.0.0-rc.7",
"sass": "^1.52.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@astrojs/node": "^0.2.1",
"@astrojs/svelte": "^0.5.1",
"astro": "^1.0.0-rc.6",
"astro": "^1.0.0-rc.7",
"concurrently": "^7.2.1",
"lightcookie": "^1.0.25",
"unocss": "^0.15.6",
Expand Down
4 changes: 2 additions & 2 deletions examples/subpath/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/react": "^0.4.2",
"astro": "^1.0.0-rc.6"
"@astrojs/react": "^0.4.3",
"astro": "^1.0.0-rc.7"
},
"dependencies": {
"react": "^18.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-markdown-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.14.0",
"astro": "^1.0.0-rc.6",
"@astrojs/markdown-remark": "^0.14.1",
"astro": "^1.0.0-rc.7",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-markdown-shiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.14.0",
"astro": "^1.0.0-rc.6"
"@astrojs/markdown-remark": "^0.14.1",
"astro": "^1.0.0-rc.7"
}
}
4 changes: 2 additions & 2 deletions examples/with-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"astro": "astro"
},
"devDependencies": {
"@astrojs/mdx": "^0.6.0",
"@astrojs/mdx": "^0.7.0",
"@astrojs/preact": "^0.5.2",
"astro": "^1.0.0-rc.6",
"astro": "^1.0.0-rc.7",
"preact": "^10.6.5"
}
}
2 changes: 1 addition & 1 deletion examples/with-nanostores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
"astro": "^1.0.0-rc.6"
"astro": "^1.0.0-rc.7"
}
}
2 changes: 1 addition & 1 deletion examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@astrojs/tailwind": "^0.2.5",
"astro": "^1.0.0-rc.6",
"astro": "^1.0.0-rc.7",
"autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.14",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vite-plugin-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"astro": "astro"
},
"devDependencies": {
"astro": "^1.0.0-rc.6",
"astro": "^1.0.0-rc.7",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "vitest"
},
"devDependencies": {
"astro": "^1.0.0-rc.4",
"astro": "^1.0.0-rc.7",
"vitest": "^0.20.3"
}
}
Loading

0 comments on commit 4e4061f

Please sign in to comment.