summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/blog/CHANGELOG.md6
-rw-r--r--examples/blog/package.json4
-rw-r--r--examples/snowpack/package.json4
3 files changed, 10 insertions, 4 deletions
diff --git a/examples/blog/CHANGELOG.md b/examples/blog/CHANGELOG.md
new file mode 100644
index 000000000..04d7ec4f2
--- /dev/null
+++ b/examples/blog/CHANGELOG.md
@@ -0,0 +1,6 @@
+# @astrojs/example-blog
+
+## 0.0.2
+### Patch Changes
+
+- e711668: Improved accessibility of the example blog
diff --git a/examples/blog/package.json b/examples/blog/package.json
index bef8b9d08..597358826 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -1,13 +1,13 @@
{
"name": "@astrojs/example-blog",
- "version": "0.0.1",
+ "version": "0.0.2",
"private": true,
"scripts": {
"start": "astro dev",
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.13.0"
+ "astro": "^0.13.10"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/snowpack/package.json b/examples/snowpack/package.json
index d65c2bc79..67cda19b4 100644
--- a/examples/snowpack/package.json
+++ b/examples/snowpack/package.json
@@ -11,7 +11,7 @@
"lint": "prettier --check \"src/**/*.js\""
},
"dependencies": {
- "astro": "^0.13.9",
+ "astro": "^0.13.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.13.9",
+ "astro": "^0.13.10",
"eleventy-plugin-nesting-toc": "^1.2.0",
"luxon": "^1.25.0",
"markdown-it": "^12.0.2",