summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston (Bot)2023-06-28 16:08:28 -0700
committerGitHub2023-06-29 01:08:28 +0200
commitaffda93396c417f0598c88abf8fc9ee4793fe0db (patch)
tree6d5279218304acf80a5d01db2b24d04f13d0bdee
parent2062b9e21695b5dc3f116731dbfdf609e495018c (diff)
downloadIT.starlight-affda93396c417f0598c88abf8fc9ee4793fe0db.tar.gz
IT.starlight-affda93396c417f0598c88abf8fc9ee4793fe0db.tar.bz2
IT.starlight-affda93396c417f0598c88abf8fc9ee4793fe0db.zip
[ci] release (#258)@astrojs/starlight@0.3.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/fifty-bees-dream.md5
-rw-r--r--.changeset/itchy-trees-wait.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--packages/starlight/CHANGELOG.md8
-rw-r--r--packages/starlight/package.json2
-rw-r--r--pnpm-lock.yaml2
6 files changed, 11 insertions, 13 deletions
diff --git a/.changeset/fifty-bees-dream.md b/.changeset/fifty-bees-dream.md
deleted file mode 100644
index 45a5b34b..00000000
--- a/.changeset/fifty-bees-dream.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Add Czech language support
diff --git a/.changeset/itchy-trees-wait.md b/.changeset/itchy-trees-wait.md
deleted file mode 100644
index 3723cc1a..00000000
--- a/.changeset/itchy-trees-wait.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Fix autogenerated navigation for pages using fallback content
diff --git a/examples/basics/package.json b/examples/basics/package.json
index f39d2aa6..b1ae90e2 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.3.0",
+ "@astrojs/starlight": "^0.3.1",
"astro": "^2.5.0",
"sharp": "^0.32.1"
}
diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md
index 566249f7..0411c04e 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/starlight
+## 0.3.1
+
+### Patch Changes
+
+- [#257](https://github.com/withastro/starlight/pull/257) [`0502327`](https://github.com/withastro/starlight/commit/050232770c8a2d22f317def8e734e4abb36387c6) Thanks [@JosefJezek](https://github.com/JosefJezek)! - Add Czech language support
+
+- [#261](https://github.com/withastro/starlight/pull/261) [`2062b9e`](https://github.com/withastro/starlight/commit/2062b9e21695b5dc3f116731dbfdf609e495018c) Thanks [@delucis](https://github.com/delucis)! - Fix autogenerated navigation for pages using fallback content
+
## 0.3.0
### Minor Changes
diff --git a/packages/starlight/package.json b/packages/starlight/package.json
index 618f8bf6..dac544a5 100644
--- a/packages/starlight/package.json
+++ b/packages/starlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
- "version": "0.3.0",
+ "version": "0.3.1",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {},
"keywords": [
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index bfdc2966..2a95dce0 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -87,7 +87,7 @@ importers:
examples/basics:
dependencies:
'@astrojs/starlight':
- specifier: ^0.3.0
+ specifier: ^0.3.1
version: link:../../packages/starlight
astro:
specifier: ^2.5.0