summaryrefslogtreecommitdiff
path: root/examples/with-markdown-plugins (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-10-10Fix typo (#5042)Gravatar Oliver Davies 1-1/+1
2022-10-10[ci] release (#5019)astro@1.4.7@astrojs/vercel@2.1.1@astrojs/react@1.2.0@astrojs/preact@1.2.0@astrojs/image@0.9.3Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-07[ci] release (#5014)astro@1.4.6@astrojs/prefetch@0.0.8Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-06[ci] release (#4976)astro@1.4.5@astrojs/solid-js@1.1.1@astrojs/partytown@1.0.1@astrojs/image@0.9.2@astrojs/cloudflare@3.0.0Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-03[ci] release (#4968)astro@1.4.4Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-03[ci] release (#4957)astro@1.4.3@astrojs/mdx@0.11.4Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-30[ci] release (#4943)astro@1.4.2Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-30chore: delete .stackblitzrc files from examples (#4922)Gravatar Nate Moore 1-6/+0
Co-authored-by: Nate Moore <nate@astro.build>
2022-09-30[ci] release (#4921)astro@1.4.1@astrojs/image@0.9.0Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-29[ci] release (#4903)astro@1.4.0@astrojs/vue@1.1.0@astrojs/vercel@2.1.0@astrojs/telemetry@1.0.1@astrojs/tailwind@2.0.2@astrojs/svelte@1.0.1@astrojs/rss@1.0.2@astrojs/preact@1.1.1@astrojs/node@1.1.0@astrojs/netlify@1.1.0@astrojs/mdx@0.11.3@astrojs/markdown-remark@1.1.3@astrojs/image@0.8.1@astrojs/deno@1.1.0@astrojs/cloudflare@2.1.0Gravatar Fred K. Bot 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-28Remove shamefully-hoist (#4842)Gravatar Bjorn Lu 1-2/+0
2022-09-27[ci] release (#4846)create-astro@1.1.0astro@1.3.1@astrojs/webapi@1.1.0@astrojs/vercel@2.0.1@astrojs/mdx@0.11.2@astrojs/image@0.8.0Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-22[ci] release (#4833)astro@1.3.0Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-20[ci] release (#4811)create-astro@1.0.2astro@1.2.8@astrojs/react@1.1.4@astrojs/markdown-remark@1.1.2@astrojs/cloudflare@2.0.0Gravatar Fred K. Bot 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-19[ci] release (#4790)astro@1.2.7Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-16[ci] release (#4781)astro@1.2.6Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-16.md only: npm init astro --> npm create astro (#4760)Gravatar Michael Rienstra 1-1/+1
* .md only: npm init astro --> npm create astro For consistency with https://github.com/withastro/docs/pull/360. Docs always use `npm create astro` (never `npm init astro`), README.md files in this repo should do the same. Search: `\b(npm|yarn|pnpm) init astro\b` Replace: `$1 create astro` Except for two instances: 1. `packages/create-astro/CHANGELOG.md` -- skipped because changelog. 2. `packages/create-astro/test/create-astro.test.js.skipped` -- skipped, old test disabled in https://github.com/withastro/astro/pull/3168. * docs: add `@latest` to `npm create astro` Co-authored-by: Bjorn Lu <bjorn@bjornlu.com> Co-authored-by: Michael Rienstra <michael@goodmoney.com>
2022-09-15[ci] release (#4761)astro@1.2.5@astrojs/tailwind@2.0.1Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-14[ci] release (#4750)astro@1.2.4@astrojs/tailwind@2.0.0@astrojs/react@1.1.3Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-13[ci] release (#4729)astro@1.2.3@astrojs/tailwind@1.0.1@astrojs/netlify@1.0.3Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-13Migrate examples to `type: module` (#4662)Gravatar Nate Moore 1-0/+1
* chore: move examples to type module * chore: prefer astro.config.mjs to astro.config.js * chore: reference CJS config file Co-authored-by: Nate Moore <nate@astro.build>
2022-09-12[ci] release (#4707)astro@1.2.2@astrojs/vue@1.0.2@astrojs/vercel@2.0.0@astrojs/rss@1.0.1Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-09[ci] release (#4702)astro@1.2.1@astrojs/image@0.7.0Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-09[ci] release (#4698)astro@1.2.0Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-09[ci] release (#4680)astro@1.1.8@astrojs/react@1.1.2@astrojs/image@0.6.1Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-07[ci] release (#4657)astro@1.1.7@astrojs/preact@1.1.0@astrojs/image@0.6.0Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-06[ci] release (#4620)astro@1.1.6@astrojs/vue@1.0.1@astrojs/image@0.5.1@astrojs/alpinejs@0.1.2Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-02[ci] release (#4604)astro@1.1.5Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-02[ci] release (#4589)astro@1.1.4@astrojs/mdx@0.11.1@astrojs/image@0.5.0Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-31[ci] release (#4555)astro@1.1.3@astrojs/vercel@1.0.2@astrojs/node@1.0.1@astrojs/netlify@1.0.2@astrojs/mdx@0.11.0@astrojs/image@0.4.0@astrojs/deno@1.0.1@astrojs/cloudflare@1.0.2Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-31Update templates to avoid devDependencies and :global (#4576)Gravatar Dan Jutan 1-3/+3
* devDependencies => dependencies * :global -> is:global * update lockfile * remove unneeded markdown dependency * fix remaining merge conflicts * update lockfile
2022-08-31Revert "Update templates to avoid devDependencies and :global (#4544)" (#4575)Gravatar Dan Jutan 1-3/+3
This reverts commit ca2d0728e421a19492dd88aa35c37626c6a2897a.
2022-08-31Update templates to avoid devDependencies and :global (#4544)Gravatar Dan Jutan 1-3/+3
* devDependencies => dependencies * :global -> is:global * update lockfile * remove unneeded markdown dependency
2022-08-30[ci] release (#4520)astro@1.1.2@astrojs/react@1.1.1@astrojs/mdx@0.10.3@astrojs/markdown-remark@1.1.1@astrojs/lit@1.0.1@astrojs/image@0.3.7Gravatar Fred K. Bot 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-26[ci] release (#4508)astro@1.1.1Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-26[ci] release (#4495)create-astro@1.0.1astro@1.1.0@astrojs/solid-js@1.1.0@astrojs/react@1.1.0@astrojs/mdx@0.10.2@astrojs/markdown-remark@1.1.0Gravatar Fred K. Bot 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-25[ci] release (next) (#4480)create-astro@1.0.1-next.0astro@1.1.0-next.0@astrojs/react@1.1.0-next.0@astrojs/mdx@0.10.2-next.0@astrojs/markdown-remark@1.1.0-next.0Gravatar Fred K. Bot 1-2/+2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-25Add template tsconfigs for users to extend from (#4439)Gravatar Erika 1-13/+1
* Add tsconfig templates to extend from * Add changeset * Right order for assign parameters * Add tsconfigs to export map
2022-08-25[ci] release (#4453)astro@1.0.9Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-23[ci] release (#4431)astro@1.0.8@astrojs/mdx@0.10.1Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-22[ci] release (#4363)Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-17Switch examples favicon to use svg (#4331)Gravatar Nate Moore 3-1/+14
* chore(examples): switch favicon to svg * chore: astro.svg => favicon.svg * Update examples/basics/README.md Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2022-08-16[ci] release (#4333)astro@1.0.6@astrojs/mdx@0.10.0Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-13[ci] release (#4296)astro@1.0.5Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-12[ci] release (#4290)astro@1.0.4@astrojs/mdx@0.9.0Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-11[ci] release (#4249)astro@1.0.3@astrojs/prism@1.0.1@astrojs/prefetch@0.0.7@astrojs/preact@1.0.2@astrojs/netlify@1.0.1@astrojs/mdx@0.8.3@astrojs/image@0.3.4Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-10[ci] release (#4228)Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-09[ci] release (#4224)astro@1.0.1@astrojs/markdown-component@1.0.1@astrojs/image@0.3.3Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-09Revert "[ci] release (#4223)"Gravatar Fred K. Schott 1-1/+1
This reverts commit d4ad40987589299fb3a94aed8700caed29cfbb35.
2022-08-09[ci] release (#4223)Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>