summaryrefslogtreecommitdiff
path: root/.changeset
diff options
context:
space:
mode:
authorGravatar Caleb Williams <caleb.d.williams@gmail.com> 2023-06-08 23:56:29 -0500
committerGravatar GitHub <noreply@github.com> 2023-06-09 07:56:29 +0300
commit1430ffb4734edbb67cbeaaee7e89a9f78e00473c (patch)
tree9c2219fc34cba741b5896b825656744724c19d28 /.changeset
parent5c20476fd333d57c583777893e8c6196b4764d1f (diff)
downloadastro-1430ffb4734edbb67cbeaaee7e89a9f78e00473c.tar.gz
astro-1430ffb4734edbb67cbeaaee7e89a9f78e00473c.tar.zst
astro-1430ffb4734edbb67cbeaaee7e89a9f78e00473c.zip
Fixes an issue where create Astro doesn't respect custom npm registries (#7326)
* Fixes an issue where create Astro doesn't respect custom npm registries * chore: fix pnpm-lock * chore: update lockfile --------- Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
Diffstat (limited to '.changeset')
-rw-r--r--.changeset/thirty-books-smoke.md5
-rw-r--r--.changeset/yellow-plants-stare.md5
2 files changed, 10 insertions, 0 deletions
diff --git a/.changeset/thirty-books-smoke.md b/.changeset/thirty-books-smoke.md
new file mode 100644
index 000000000..f127b4017
--- /dev/null
+++ b/.changeset/thirty-books-smoke.md
@@ -0,0 +1,5 @@
+---
+'create-astro': patch
+---
+
+Ensure create-astro respects package manager registry configuration
diff --git a/.changeset/yellow-plants-stare.md b/.changeset/yellow-plants-stare.md
new file mode 100644
index 000000000..753541888
--- /dev/null
+++ b/.changeset/yellow-plants-stare.md
@@ -0,0 +1,5 @@
+---
+'astro': patch
+---
+
+Fixes issue where Astro doesn't respect custom npm registry settings during project creation