Skip to content

Commit

Permalink
[ci] release (#5046)
Browse files Browse the repository at this point in the history
* [ci] release

* Update packages/integrations/node/CHANGELOG.md

Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
  • Loading branch information
4 people authored Oct 13, 2022
1 parent 3918787 commit 81d57f2
Show file tree
Hide file tree
Showing 62 changed files with 594 additions and 315 deletions.
38 changes: 0 additions & 38 deletions .changeset/cyan-paws-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-pillows-deliver.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/fifty-ads-march.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/giant-news-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-mayflies-sort.md

This file was deleted.

43 changes: 0 additions & 43 deletions .changeset/metal-pumas-walk.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/new-hotels-unite.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/selfish-foxes-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-icons-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-ladybugs-return.md

This file was deleted.

49 changes: 0 additions & 49 deletions .changeset/stupid-points-refuse.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/ten-candles-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-phones-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-parents-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-mangos-dance.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/witty-sheep-wave.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 @@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.7"
"astro": "^1.5.0"
}
}
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 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.7",
"astro": "^1.5.0",
"@astrojs/mdx": "^0.11.4",
"@astrojs/rss": "^1.0.2",
"@astrojs/sitemap": "^1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
],
"scripts": {},
"devDependencies": {
"astro": "^1.4.7"
"astro": "^1.5.0"
},
"peerDependencies": {
"astro": "^1.4.7"
"astro": "^1.5.0"
}
}
4 changes: 2 additions & 2 deletions examples/deno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.7"
"astro": "^1.5.0"
},
"devDependencies": {
"@astrojs/deno": "^1.1.0"
"@astrojs/deno": "^1.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.7",
"astro": "^1.5.0",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
Expand Down
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 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.7",
"astro": "^1.5.0",
"alpinejs": "^3.10.2",
"@astrojs/alpinejs": "^0.1.2",
"@types/alpinejs": "^3.7.0"
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 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.7",
"astro": "^1.5.0",
"lit": "^2.2.5",
"@astrojs/lit": "^1.0.0",
"@webcomponents/template-shadowroot": "^0.1.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.7",
"astro": "^1.5.0",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
Expand All @@ -20,8 +20,8 @@
"vue": "^3.2.37",
"@astrojs/preact": "^1.2.0",
"@astrojs/react": "^1.2.0",
"@astrojs/solid-js": "^1.1.1",
"@astrojs/svelte": "^1.0.1",
"@astrojs/solid-js": "^1.2.0",
"@astrojs/svelte": "^1.0.2",
"@astrojs/vue": "^1.1.0"
}
}
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 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.7",
"astro": "^1.5.0",
"preact": "^10.7.3",
"@astrojs/preact": "^1.2.0",
"@preact/signals": "^1.1.0"
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 @@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.7",
"astro": "^1.5.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"@astrojs/react": "^1.2.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 @@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.7",
"astro": "^1.5.0",
"solid-js": "^1.4.3",
"@astrojs/solid-js": "^1.1.1"
"@astrojs/solid-js": "^1.2.0"
}
}
4 changes: 2 additions & 2 deletions examples/framework-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"svelte": "^3.48.0",
"@astrojs/svelte": "^1.0.1",
"astro": "^1.4.7"
"@astrojs/svelte": "^1.0.2",
"astro": "^1.5.0"
}
}
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 @@
"astro": "astro"
},
"dependencies": {
"astro": "^1.4.7",
"astro": "^1.5.0",
"vue": "^3.2.37",
"@astrojs/vue": "^1.1.0"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
],
"scripts": {},
"devDependencies": {
"astro": "^1.4.7"
"astro": "^1.5.0"
},
"peerDependencies": {
"astro": "^1.4.7"
"astro": "^1.5.0"
}
}
Loading

0 comments on commit 81d57f2

Please sign in to comment.