summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/fair-students-cough.md5
-rw-r--r--examples/snowpack/package.json4
-rw-r--r--packages/astro/CHANGELOG.md6
-rw-r--r--packages/astro/package.json2
-rw-r--r--www/package.json2
5 files changed, 10 insertions, 9 deletions
diff --git a/.changeset/fair-students-cough.md b/.changeset/fair-students-cough.md
deleted file mode 100644
index f8ce8d6c9..000000000
--- a/.changeset/fair-students-cough.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix an issue with how files are watched during development
diff --git a/examples/snowpack/package.json b/examples/snowpack/package.json
index 3aa8b3ca6..1ca10b06d 100644
--- a/examples/snowpack/package.json
+++ b/examples/snowpack/package.json
@@ -11,7 +11,7 @@
"lint": "prettier --check \"src/**/*.js\""
},
"dependencies": {
- "astro": "^0.12.9",
+ "astro": "^0.12.10",
"date-fns": "^2.19.0",
"deepmerge": "^4.2.2",
"docsearch.js": "^2.6.3",
@@ -25,7 +25,7 @@
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.4",
"@contentful/rich-text-html-renderer": "^14.1.2",
"@contentful/rich-text-types": "^14.1.2",
- "astro": "^0.12.9",
+ "astro": "^0.12.10",
"eleventy-plugin-nesting-toc": "^1.2.0",
"luxon": "^1.25.0",
"markdown-it": "^12.0.2",
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 5ce81a8a9..03eea6c8f 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,11 @@
# astro
+## 0.12.10
+
+### Patch Changes
+
+- 5cda571: Fix an issue with how files are watched during development
+
## 0.12.9
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 403425973..f3696d787 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "0.12.9",
+ "version": "0.12.10",
"author": "Skypack",
"license": "MIT",
"type": "module",
diff --git a/www/package.json b/www/package.json
index 6b991c1d4..04fa10dcc 100644
--- a/www/package.json
+++ b/www/package.json
@@ -6,6 +6,6 @@
"build": "astro build ."
},
"devDependencies": {
- "astro": "^0.12.9"
+ "astro": "^0.12.10"
}
}