summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston (Bot)2023-06-30 09:12:48 -0700
committerGitHub2023-06-30 18:12:48 +0200
commit625b69d611f0ab4927acc2371eeccebeca84dca7 (patch)
tree1c6f7a97d5c099e229956d69f969ef0e3f97e9b2
parent810238934ae1a95c53042ca2875bb4033aad0114 (diff)
downloadIT.starlight-625b69d611f0ab4927acc2371eeccebeca84dca7.tar.gz
IT.starlight-625b69d611f0ab4927acc2371eeccebeca84dca7.tar.bz2
IT.starlight-625b69d611f0ab4927acc2371eeccebeca84dca7.zip
[ci] release (#265)@astrojs/starlight@0.4.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/clean-knives-sing.md5
-rw-r--r--.changeset/clean-monkeys-camp.md5
-rw-r--r--.changeset/clever-buttons-clean.md5
-rw-r--r--.changeset/eight-pens-sell.md5
-rw-r--r--.changeset/few-olives-double.md5
-rw-r--r--.changeset/few-squids-own.md5
-rw-r--r--.changeset/mean-icons-fetch.md5
-rw-r--r--.changeset/nervous-laws-deny.md5
-rw-r--r--.changeset/six-fishes-taste.md13
-rw-r--r--.changeset/unlucky-deers-play.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--packages/starlight/CHANGELOG.md34
-rw-r--r--packages/starlight/package.json2
-rw-r--r--pnpm-lock.yaml2
14 files changed, 37 insertions, 61 deletions
diff --git a/.changeset/clean-knives-sing.md b/.changeset/clean-knives-sing.md
deleted file mode 100644
index 25f311e6..00000000
--- a/.changeset/clean-knives-sing.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Add new icon for displaying codeberg.org in social links.
diff --git a/.changeset/clean-monkeys-camp.md b/.changeset/clean-monkeys-camp.md
deleted file mode 100644
index 790908f5..00000000
--- a/.changeset/clean-monkeys-camp.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": minor
----
-
-Add support for collapsed sidebar groups
diff --git a/.changeset/clever-buttons-clean.md b/.changeset/clever-buttons-clean.md
deleted file mode 100644
index ebc0d594..00000000
--- a/.changeset/clever-buttons-clean.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Add Dutch UI translations
diff --git a/.changeset/eight-pens-sell.md b/.changeset/eight-pens-sell.md
deleted file mode 100644
index befbfeea..00000000
--- a/.changeset/eight-pens-sell.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": minor
----
-
-Expose `<Icon>` component
diff --git a/.changeset/few-olives-double.md b/.changeset/few-olives-double.md
deleted file mode 100644
index b83bb791..00000000
--- a/.changeset/few-olives-double.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Add Turkish UI translations
diff --git a/.changeset/few-squids-own.md b/.changeset/few-squids-own.md
deleted file mode 100644
index a0f37701..00000000
--- a/.changeset/few-squids-own.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Improve French UI translations
diff --git a/.changeset/mean-icons-fetch.md b/.changeset/mean-icons-fetch.md
deleted file mode 100644
index 2913a63d..00000000
--- a/.changeset/mean-icons-fetch.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Add YouTube social link support
diff --git a/.changeset/nervous-laws-deny.md b/.changeset/nervous-laws-deny.md
deleted file mode 100644
index de93d7ab..00000000
--- a/.changeset/nervous-laws-deny.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Add Danish UI translations
diff --git a/.changeset/six-fishes-taste.md b/.changeset/six-fishes-taste.md
deleted file mode 100644
index 7ec2df40..00000000
--- a/.changeset/six-fishes-taste.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-"@astrojs/starlight": minor
----
-
-Add new global `lastUpdated` option defaulting to `false` to define whether or not the last updated date is shown in the footer. A page can override this setting or the generated date using the new `lastUpdated` frontmatter field.
-
-⚠️ Breaking change. Starlight will no longer show this date by default. To keep the previous behavior, you must explicitly set `lastUpdated` to `true` in your configuration.
-
-```diff
-starlight({
-+ lastUpdated: true,
-}),
-```
diff --git a/.changeset/unlucky-deers-play.md b/.changeset/unlucky-deers-play.md
deleted file mode 100644
index 4664a193..00000000
--- a/.changeset/unlucky-deers-play.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Fix typo in Spanish UI translations
diff --git a/examples/basics/package.json b/examples/basics/package.json
index b1ae90e2..3e0d5df8 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.3.1",
+ "@astrojs/starlight": "^0.4.0",
"astro": "^2.5.0",
"sharp": "^0.32.1"
}
diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md
index 0411c04e..9440fc00 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,39 @@
# @astrojs/starlight
+## 0.4.0
+
+### Minor Changes
+
+- [#259](https://github.com/withastro/starlight/pull/259) [`8102389`](https://github.com/withastro/starlight/commit/810238934ae1a95c53042ca2875bb4033aad0114) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Add support for collapsed sidebar groups
+
+- [#254](https://github.com/withastro/starlight/pull/254) [`faa70de`](https://github.com/withastro/starlight/commit/faa70de584bf596fdd7184c4a8622d67d1410ecf) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Expose `<Icon>` component
+
+- [#256](https://github.com/withastro/starlight/pull/256) [`048e948`](https://github.com/withastro/starlight/commit/048e948bce650d559517850c73d827733b8164c4) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Add new global `lastUpdated` option defaulting to `false` to define whether or not the last updated date is shown in the footer. A page can override this setting or the generated date using the new `lastUpdated` frontmatter field.
+
+ ⚠️ Breaking change. Starlight will no longer show this date by default. To keep the previous behavior, you must explicitly set `lastUpdated` to `true` in your configuration.
+
+ ```diff
+ starlight({
+ + lastUpdated: true,
+ }),
+ ```
+
+### Patch Changes
+
+- [#264](https://github.com/withastro/starlight/pull/264) [`ed1e46b`](https://github.com/withastro/starlight/commit/ed1e46beb1bc054ecdba36ecfe566ecaeaf8799b) Thanks [@astridx](https://github.com/astridx)! - Add new icon for displaying codeberg.org in social links.
+
+- [#260](https://github.com/withastro/starlight/pull/260) [`01b65b1`](https://github.com/withastro/starlight/commit/01b65b1adf012474daf5678b4a709e3a7a484814) Thanks [@ElianCodes](https://github.com/ElianCodes)! - Add Dutch UI translations
+
+- [#269](https://github.com/withastro/starlight/pull/269) [`fdc18b5`](https://github.com/withastro/starlight/commit/fdc18b5476957f8017a0fa1489c6fed89d5a9480) Thanks [@baspinarenes](https://github.com/baspinarenes)! - Add Turkish UI translations
+
+- [#270](https://github.com/withastro/starlight/pull/270) [`1d3e705`](https://github.com/withastro/starlight/commit/1d3e705256fa0668db73b01c898e7e3b3b505c49) Thanks [@cbontems](https://github.com/cbontems)! - Improve French UI translations
+
+- [#272](https://github.com/withastro/starlight/pull/272) [`6b23ebc`](https://github.com/withastro/starlight/commit/6b23ebc9974828837a2de9175297664e5d28a999) Thanks [@cbontems](https://github.com/cbontems)! - Add YouTube social link support
+
+- [#267](https://github.com/withastro/starlight/pull/267) [`af2e43c`](https://github.com/withastro/starlight/commit/af2e43c7325a8f7fa6c9f867a3ec864daae39e96) Thanks [@nikcio](https://github.com/nikcio)! - Add Danish UI translations
+
+- [#273](https://github.com/withastro/starlight/pull/273) [`d4f5134`](https://github.com/withastro/starlight/commit/d4f5134c91b393ac448efc3f44849fc886a05551) Thanks [@Waxer59](https://github.com/Waxer59)! - Fix typo in Spanish UI translations
+
## 0.3.1
### Patch Changes
diff --git a/packages/starlight/package.json b/packages/starlight/package.json
index dc333e1e..a5cedb7f 100644
--- a/packages/starlight/package.json
+++ b/packages/starlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
- "version": "0.3.1",
+ "version": "0.4.0",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {},
"keywords": [
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 5f8f471f..358ecf7a 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -87,7 +87,7 @@ importers:
examples/basics:
dependencies:
'@astrojs/starlight':
- specifier: ^0.3.1
+ specifier: ^0.4.0
version: link:../../packages/starlight
astro:
specifier: ^2.5.0