astro/.changeset
Anders Kaseorg e528526289
Fix parsing image assets from a Markdown line along with other markup (#7742)
Every regex that tries to match a substring with .* or .+ is
guaranteed to be wrong.  In this case, it was giving incorrect matches
straddling multiple quoted attributes:

    <img __ASTRO_IMAGE_="../assets/image.png"> and <a href="link">link</a>
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Fixes #7741.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2023-07-21 07:59:10 +02:00
..
config.json Fix changeset publish (#6923) 2023-04-27 22:55:48 +08:00
five-phones-notice.md Fix parsing image assets from a Markdown line along with other markup (#7742) 2023-07-21 07:59:10 +02:00
gorgeous-ads-develop.md fix(vercel): Switch to node 18 when local version is not supported (#7718) 2023-07-20 13:39:46 -05:00
README.md Migrate to yarn monorepo (#157) 2021-04-30 16:33:35 -05:00

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in our repository

We have a quick list of common questions to get you started engaging with this project in our documentation