diff options
author | 2024-10-01 07:18:30 +0100 | |
---|---|---|
committer | 2024-10-01 14:18:30 +0800 | |
commit | 76c5fbd6f3a8d41367f1d7033278d133d518213b (patch) | |
tree | 79193817aa27eb5b21e012ed15bc9b36df155463 /.changeset/real-nails-tan.md | |
parent | 12dae50c776474748a80cb65c8bf1c67f0825cb0 (diff) | |
download | astro-76c5fbd6f3a8d41367f1d7033278d133d518213b.tar.gz astro-76c5fbd6f3a8d41367f1d7033278d133d518213b.tar.zst astro-76c5fbd6f3a8d41367f1d7033278d133d518213b.zip |
Fix non-stable versions for astro add (#12095)
Diffstat (limited to '.changeset/real-nails-tan.md')
-rw-r--r-- | .changeset/real-nails-tan.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/real-nails-tan.md b/.changeset/real-nails-tan.md new file mode 100644 index 000000000..9e78e35de --- /dev/null +++ b/.changeset/real-nails-tan.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Fix installing non-stable versions of integrations with `astro add` |