From f3586cff41432e84c0fd98c86aa6e085957bbdbf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 16:00:18 -0500 Subject: [ci] release (#3173) Co-authored-by: github-actions[bot] --- .changeset/soft-berries-admire.md | 5 ----- packages/create-astro/CHANGELOG.md | 6 ++++++ packages/create-astro/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/soft-berries-admire.md diff --git a/.changeset/soft-berries-admire.md b/.changeset/soft-berries-admire.md deleted file mode 100644 index a0d2957ad..000000000 --- a/.changeset/soft-berries-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': minor ---- - -Add prompt to choose a directory, now defaulting to a separate "./my-astro-site" instead of "." (current directory) diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index 689c7c809..71348154d 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 0.9.0 + +### Minor Changes + +- [#3168](https://github.com/withastro/astro/pull/3168) [`7c49194c`](https://github.com/withastro/astro/commit/7c49194ca2161a09cc304ba8327533f8176ae0da) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Add prompt to choose a directory, now defaulting to a separate "./my-astro-site" instead of "." (current directory) + ## 0.8.0 ### Minor Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index b28997d3a..f48b9776e 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "0.8.0", + "version": "0.9.0", "type": "module", "author": "withastro", "license": "MIT", -- cgit v1.2.3 ue='changeset-release/refs/pull/2705/merge'>changeset-release/refs/pull/2705/merge Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/netlify/test (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-12-15Docs example: use HTTPS for `site` in `astro.config.mjs` (#5603)Gravatar Zihan Chen 1-1/+1
2022-12-14Update contributing guide test-running examples (#5590)Gravatar Matt Stein 1-2/+5
Changes `pnpm run test:match` example to one that works, adds an example of package filtering using that previous RSS case.
2022-12-14upgrade giget for support proxy config (#5579)Gravatar 董雨航 3-11/+19
2022-12-14[ci] formatGravatar matthewp 9-22/+24
2022-12-14Add a new error overlay (#5495)Gravatar Erika 19-73/+800
* Add new overlay * Fix CSS errors missing the proper stacktrace * Fix names not working in some cases * Add changeset * Fix Playwright not detecting the overlay * Update E2E test * Fix tests * Small refactor, fix syntax highlight on light mode, fix code element showing even with no code * Simplier injection * Add Markdown support to CLI reporting * Fix not being able to navigate with the keyboard to the open in editor link * aria-hide some svgs (#5508) we should also make the "open in editor" button a button, not a link, if we are using JS for interactions * Implement close method so Vite can close the overlay when needed * Fix filepaths not being absolute when coming from node_modules for errors * Fix multi line errors with indentation not showing correctly * Fix entire page being scrolled to the error line in certain cases * Update docs links * Put the new error overlay behind a flag * add flag for e2e tests Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-12-14Allow setting domain when deleting cookies (#5341)Gravatar Alex Draper 3-3/+20
* Allow setting domain when deleting cookies * Add delete cookie with domain tests * Fix syntax for AstroCookieDeleteOptions type * Add changeset * Update to a minor change rather than a patch Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-12-14Add `server.headers` option (#5564)Gravatar Ryosuke Iwanaga 13-6/+157
With this new `server.headers` option, the users can specify custom headers for `astro dev` and `astro preview` servers. This is useful when they want to build a website requiring specific response headers such as `Cross-Origin-Opener-Policy`.
2022-12-14[ci] release (#5605)@astrojs/rss@1.2.1Gravatar Fred K. Bot 5-8/+9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-12-14[ci] formatGravatar matthewp 1-1/+4
2022-12-14fix missing type-attribute for xsl stylesheets (#5600)Gravatar Frode Flaten 3-1/+35
2022-12-13[ci] release (#5597)@astrojs/rss@1.2.0Gravatar Fred K. Bot 5-8/+9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-12-13[ci] formatGravatar matthewp 1-1/+1
2022-12-13Fix missing RSS item `customData` (#5591)Gravatar Matt Stein 3-2/+28
* Add failing test. * Fix it. * Add changeset.
2022-12-13Add Vercel middleware docs to Vercel integration README (#5576)Gravatar Tom Everson 1-0/+24
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2022-12-12fix link 404 in Vue integration README (#5585)Gravatar molychn 1-2/+2
2022-12-12[ci] release (#5589)@astrojs/vercel@2.3.6Gravatar Fred K. Bot 3-6/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-12-12fix(vercel): support node-fetch and Node 18 fetch (#5587)Gravatar Juan Martín Seery 4-1/+126
2022-12-12[ci] release (#5561)astro@1.6.15@astrojs/vue@1.2.2@astrojs/node@3.1.1@astrojs/mdx@0.12.2Gravatar Fred K. Bot 44-110/+108
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-12-12Fix link in MDX integration README (#5586)Gravatar Chris Swithinbank 2-1/+6
2022-12-10Updated magic-string to 0.27.0 (#5577)Gravatar Martin J 3-3/+15
2022-12-10Update deno integration dependencies (#5573)Gravatar Lino Le Van 2-2/+2
* Update deno integration dependencies * Update dependency in docs
2022-12-10[ci] formatGravatar matthewp 2-8/+8
2022-12-10Include base in 'page' stage injected scripts (#5572)Gravatar Matthew Phillips 4-9/+32
* Include base in 'page' stage injected scripts * Add changeset
2022-12-09Add primevue as an external Vue package (#5571)Gravatar Matthew Phillips 2-1/+6
2022-12-09[docs] MDX README update (#5570)Gravatar Sarah Rainsberger 2-401/+65
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2022-12-08[ci] formatGravatar natemoo-re 1-1/+3
2022-12-08Node: better serverEntrypoint error (#5560)Gravatar Nate Moore 2-4/+13
* fix(node): better entrypoint error * fix(node): surface start errors during preview Co-authored-by: Nate Moore <nate@astro.build>
2022-12-08Update compiler (#5554)Gravatar Nate Moore 3-5/+10
* chore: update compiler * chore: add changeset Co-authored-by: Nate Moore <nate@astro.build>
2022-12-08docs: How to access base config in the app (#5482)Gravatar Alvin Bryan 1-0/+2
2022-12-08Improve README install guide (#5479)Gravatar Nyx Iskandar 1-2/+5
* Improve README install guide * Fix punctuations
2022-12-08[ci] release (#5544)astro@1.6.14@astrojs/rss@1.1.0@astrojs/netlify@1.2.2@astrojs/deno@2.0.1@astrojs/cloudflare@4.1.1Gravatar Fred K. Bot 48-121/+121
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-12-08[ci] formatGravatar matthewp 2-2/+4
2022-12-08fix: Error reporting fails on undefined error index (#5539)Gravatar wulinsheng123 2-1/+6
* fix: Error reporting fails on undefined error index * fix: add changeset * Update .changeset/slow-cherries-bake.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-12-08astro-rss: Generate feed with proper XML escaping (#5550)Gravatar Anders Kaseorg 5-36/+57
* test(astro-rss): Compare XML using chai-xml Signed-off-by: Anders Kaseorg <andersk@mit.edu> * fix(astro-rss): Generate feed with proper XML escaping Signed-off-by: Anders Kaseorg <andersk@mit.edu> Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-12-08Fix Astro.params not having values when using base in SSR (#5553)Gravatar Matthew Phillips 6-4/+66
* Fix Astro.params not having values when using base in SSR * Adding a changeseet
2022-12-07Allow all redirection status codes in redirect() (#5446)Gravatar Jeffrey Yasskin 2-1/+6
See https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#redirection_messages for the list.
2022-12-06feat(astro-rss): generate post content in feed (#5366)Gravatar Ben Smith 4-1/+46
2022-12-06[ci] formatGravatar matthewp 2-7/+6
2022-12-06Use accumulated sort order when order production CSS (#5549)Gravatar Matthew Phillips 15-2/+180
* Use accumulated sort order when order production CSS * Adding a changeset * Fix lockfile issue
2022-12-06[ci] formatGravatar matthewp 22-158/+171
2022-12-06Head propagation (#5511)Gravatar Matthew Phillips 36-279/+804
* Head propagation * Adding a changeset * Fix broken build * Self review stuff * Use compiler prerelease exact version * new compiler version * Update packages/astro/src/vite-plugin-head-propagation/index.ts Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * Use getAstroMetadata * add .js * make relative lookup work on win * Use compiler@0.30.0 * PR review comments * Make renderHead an alias for a better named function Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2022-12-06[ci] formatGravatar matthewp 1-7/+7
2022-12-06Removed premature optimization (#5548)Gravatar Ido S 2-37/+35
2022-12-06Exclude astro from Vite optimization (#5545)Gravatar Bjorn Lu 2-1/+6
2022-12-06bench workflow - use bash as shell (#5546)Gravatar Matthew Phillips 1-2/+4
2022-12-06bench workflow - pipe stderr (#5543)Gravatar Matthew Phillips 1-2/+4
2022-12-06Update esbuild dependency (#5534)Gravatar Bjorn Lu 7-18/+275
2022-12-06Fix tests with node 18 (#5528)Gravatar Bjorn Lu 1-9/+14