summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/shy-houses-do.md5
-rw-r--r--.changeset/thin-pets-camp.md5
-rw-r--r--examples/snowpack/package.json4
-rw-r--r--packages/astro/CHANGELOG.md7
-rw-r--r--packages/astro/package.json2
-rw-r--r--www/package.json2
6 files changed, 11 insertions, 14 deletions
diff --git a/.changeset/shy-houses-do.md b/.changeset/shy-houses-do.md
deleted file mode 100644
index d5cd6d16c..000000000
--- a/.changeset/shy-houses-do.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Allow `pageSize: Infinity` when creating a collection
diff --git a/.changeset/thin-pets-camp.md b/.changeset/thin-pets-camp.md
deleted file mode 100644
index e9d299e9d..000000000
--- a/.changeset/thin-pets-camp.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Allow node: prefix to load builtins
diff --git a/examples/snowpack/package.json b/examples/snowpack/package.json
index 1ebebee29..51b6be583 100644
--- a/examples/snowpack/package.json
+++ b/examples/snowpack/package.json
@@ -11,7 +11,7 @@
"lint": "prettier --check \"src/**/*.js\""
},
"dependencies": {
- "astro": "^0.14.0",
+ "astro": "^0.14.1",
"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.14.0",
+ "astro": "^0.14.1",
"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 897f3a291..5a1bc1a10 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,12 @@
# astro
+## 0.14.1
+
+### Patch Changes
+
+- 3f3e4f1: Allow `pageSize: Infinity` when creating a collection
+- 44f429a: Allow node: prefix to load builtins
+
## 0.14.0
### Minor Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 9d0ce7336..6721199a7 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "0.14.0",
+ "version": "0.14.1",
"author": "Skypack",
"license": "MIT",
"type": "module",
diff --git a/www/package.json b/www/package.json
index c7fdf4924..1d4e1f749 100644
--- a/www/package.json
+++ b/www/package.json
@@ -7,6 +7,6 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.14.0"
+ "astro": "^0.14.1"
}
}