diff options
author | 2021-11-19 12:46:15 -0500 | |
---|---|---|
committer | 2021-11-19 12:46:15 -0500 | |
commit | 00d2b625959a6fb39464d859d095266826d9014a (patch) | |
tree | 0900f8bfb4c6c32825afe27b3cc0ed4cc7ea08a2 | |
parent | ea2fc06ddf00bb6642c7ea15f91ca7e544581267 (diff) | |
download | astro-00d2b625959a6fb39464d859d095266826d9014a.tar.gz astro-00d2b625959a6fb39464d859d095266826d9014a.tar.zst astro-00d2b625959a6fb39464d859d095266826d9014a.zip |
Adding a changeset for package.json bump (#1913)
* Adding a changeset
* Add changeset for remark plugin
-rw-r--r-- | .changeset/giant-beds-cough.md | 5 | ||||
-rw-r--r-- | .changeset/large-grapes-lie.md | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/.changeset/giant-beds-cough.md b/.changeset/giant-beds-cough.md new file mode 100644 index 000000000..75c59eab3 --- /dev/null +++ b/.changeset/giant-beds-cough.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Add Vite dependencies to astro diff --git a/.changeset/large-grapes-lie.md b/.changeset/large-grapes-lie.md new file mode 100644 index 000000000..6e13dfeeb --- /dev/null +++ b/.changeset/large-grapes-lie.md @@ -0,0 +1,5 @@ +--- +'@astrojs/markdown-remark': patch +--- + +Move gray-matter to deps |