@astrojs/starlight 0.0.10 → 0.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @astrojs/starlight
2
2
 
3
+ ## 0.0.11
4
+
5
+ ### Patch Changes
6
+
7
+ - [`4da9cbd`](https://github.com/withastro/starlight/commit/4da9cbd7e643c97acbf4c2016aefb8f712bc9869) Thanks [@delucis](https://github.com/delucis)! - Fix typo in English UI strings
8
+
3
9
  ## 0.0.10
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrojs/starlight",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "Build beautiful, high-performance documentation websites with Astro",
5
5
  "keywords": [
6
6
  "docs",
@@ -15,6 +15,6 @@
15
15
  "i18n.untranslatedContent": "This content is not available in your language yet.",
16
16
  "page.editLink": "Edit page",
17
17
  "page.lastUpdated": "Last updated:",
18
- "page.previousLink": "Next",
19
- "page.nextLink": "Previous"
18
+ "page.previousLink": "Previous",
19
+ "page.nextLink": "Next"
20
20
  }