summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2022-08-09 11:10:25 -0500
committerGravatar GitHub <noreply@github.com> 2022-08-09 11:10:25 -0500
commit9f067dca27ba539c274ad282b744bafff684da81 (patch)
treecbaaf1218dec58835330cbc268ebbf5baff2ea08 /scripts
parent63d43e175453b946e2460f46af581384b77cee23 (diff)
downloadastro-9f067dca27ba539c274ad282b744bafff684da81.tar.gz
astro-9f067dca27ba539c274ad282b744bafff684da81.tar.zst
astro-9f067dca27ba539c274ad282b744bafff684da81.zip
Astro 1.0.0 (#4214)
* chore: remove changesets patch * chore: add changesets * chore: version packages * chore: normalize formatting * chore: update lockfile * chore: fix codeblocks * Update packages/astro/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * chore: fixup code samples * chore: move v0.25 message out of note Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/CHANGELOG.md7
-rw-r--r--scripts/package.json2
2 files changed, 8 insertions, 1 deletions
diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md
index 64a69307a..ecf83aa51 100644
--- a/scripts/CHANGELOG.md
+++ b/scripts/CHANGELOG.md
@@ -1,5 +1,12 @@
# astro-scripts
+## 0.0.7
+
+### Patch Changes
+
+- Updated dependencies [[`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308)]:
+ - @astrojs/webapi@1.0.0
+
## 0.0.6
### Patch Changes
diff --git a/scripts/package.json b/scripts/package.json
index a2bc0e70c..f8b6658b9 100644
--- a/scripts/package.json
+++ b/scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "astro-scripts",
- "version": "0.0.6",
+ "version": "0.0.7",
"private": true,
"type": "module",
"main": "./index.js",