summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouston (Bot)2023-06-15 13:27:55 -0700
committerGitHub2023-06-15 22:27:55 +0200
commit7436c97640d53160b10b45c603a0156f36113daa (patch)
treee9c07eb2161a85fcab8fc229e30856d53552eff3
parent9765863f40c0e2e59d72773aa30402a6d5c0b992 (diff)
downloadIT.starlight-7436c97640d53160b10b45c603a0156f36113daa.tar.gz
IT.starlight-7436c97640d53160b10b45c603a0156f36113daa.tar.bz2
IT.starlight-7436c97640d53160b10b45c603a0156f36113daa.zip
[ci] release (#209)@astrojs/starlight@0.2.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/beige-rats-flash.md5
-rw-r--r--.changeset/clever-cameras-burn.md5
-rw-r--r--.changeset/funny-weeks-cry.md5
-rw-r--r--.changeset/mean-cheetahs-tap.md5
-rw-r--r--.changeset/mighty-wolves-jog.md7
-rw-r--r--.changeset/orange-moose-impress.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--packages/starlight/CHANGELOG.md20
-rw-r--r--packages/starlight/package.json2
-rw-r--r--pnpm-lock.yaml13
10 files changed, 29 insertions, 40 deletions
diff --git a/.changeset/beige-rats-flash.md b/.changeset/beige-rats-flash.md
deleted file mode 100644
index e3720502..00000000
--- a/.changeset/beige-rats-flash.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": minor
----
-
-Add Starlight generator tag to HTML output
diff --git a/.changeset/clever-cameras-burn.md b/.changeset/clever-cameras-burn.md
deleted file mode 100644
index 3bbffbc8..00000000
--- a/.changeset/clever-cameras-burn.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": minor
----
-
-Updated sidebar styles. Sidebars now support top-level links and groups are styled with a subtle border and indentation to improve comprehension of nesting.
diff --git a/.changeset/funny-weeks-cry.md b/.changeset/funny-weeks-cry.md
deleted file mode 100644
index 5deb1c7e..00000000
--- a/.changeset/funny-weeks-cry.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": minor
----
-
-Add support for translating the Pagefind search modal
diff --git a/.changeset/mean-cheetahs-tap.md b/.changeset/mean-cheetahs-tap.md
deleted file mode 100644
index c94c251f..00000000
--- a/.changeset/mean-cheetahs-tap.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Update `@astrojs/mdx` and `@astrojs/sitemap` to latest
diff --git a/.changeset/mighty-wolves-jog.md b/.changeset/mighty-wolves-jog.md
deleted file mode 100644
index 80f7c6e8..00000000
--- a/.changeset/mighty-wolves-jog.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'@astrojs/starlight': minor
----
-
-Change page title ID to `_top` for cleaner hash URLs
-
-⚠️ Potentially breaking change if you were linking manually to `#starlight__overview` anywhere. If you were, update these links to use `#_top` instead.
diff --git a/.changeset/orange-moose-impress.md b/.changeset/orange-moose-impress.md
deleted file mode 100644
index 9aa06f0e..00000000
--- a/.changeset/orange-moose-impress.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/starlight": patch
----
-
-Encode heading id when finding current link
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 7f9eb6d2..97572750 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/starlight": "^0.1.4",
+ "@astrojs/starlight": "^0.2.0",
"astro": "^2.5.0",
"sharp": "^0.32.1"
}
diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md
index da97cc26..c6aef1b1 100644
--- a/packages/starlight/CHANGELOG.md
+++ b/packages/starlight/CHANGELOG.md
@@ -1,5 +1,25 @@
# @astrojs/starlight
+## 0.2.0
+
+### Minor Changes
+
+- [#171](https://github.com/withastro/starlight/pull/171) [`198c3f0`](https://github.com/withastro/starlight/commit/198c3f001410f259dab7d085136a37afe863cfa4) Thanks [@delucis](https://github.com/delucis)! - Add Starlight generator tag to HTML output
+
+- [#217](https://github.com/withastro/starlight/pull/217) [`490fd98`](https://github.com/withastro/starlight/commit/490fd98d4e7b38ec01c568eee0ab00844e59c53d) Thanks [@delucis](https://github.com/delucis)! - Updated sidebar styles. Sidebars now support top-level links and groups are styled with a subtle border and indentation to improve comprehension of nesting.
+
+- [#178](https://github.com/withastro/starlight/pull/178) [`d046c55`](https://github.com/withastro/starlight/commit/d046c55a62290c15f2e09faf4359f02df9492f6d) Thanks [@delucis](https://github.com/delucis)! - Add support for translating the Pagefind search modal
+
+- [#210](https://github.com/withastro/starlight/pull/210) [`cb5b121`](https://github.com/withastro/starlight/commit/cb5b1210e23548e2983865a4b38308b0f54dc7ce) Thanks [@delucis](https://github.com/delucis)! - Change page title ID to `_top` for cleaner hash URLs
+
+ ⚠️ Potentially breaking change if you were linking manually to `#starlight__overview` anywhere. If you were, update these links to use `#_top` instead.
+
+### Patch Changes
+
+- [#208](https://github.com/withastro/starlight/pull/208) [`09fc565`](https://github.com/withastro/starlight/commit/09fc565d44bd3abb4508541b458531de8624036f) Thanks [@delucis](https://github.com/delucis)! - Update `@astrojs/mdx` and `@astrojs/sitemap` to latest
+
+- [#216](https://github.com/withastro/starlight/pull/216) [`54905c5`](https://github.com/withastro/starlight/commit/54905c502c5e6de5516e36ddcd4969893572baa5) Thanks [@morinokami](https://github.com/morinokami)! - Encode heading id when finding current link
+
## 0.1.4
### Patch Changes
diff --git a/packages/starlight/package.json b/packages/starlight/package.json
index 08f6ee46..c55fba2f 100644
--- a/packages/starlight/package.json
+++ b/packages/starlight/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
- "version": "0.1.4",
+ "version": "0.2.0",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {},
"keywords": [
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 1ab17b12..3f33b723 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -1,9 +1,5 @@
lockfileVersion: '6.0'
-settings:
- autoInstallPeers: true
- excludeLinksFromLockfile: false
-
importers:
.:
@@ -91,7 +87,7 @@ importers:
examples/basics:
dependencies:
'@astrojs/starlight':
- specifier: ^0.1.4
+ specifier: ^0.2.0
version: link:../../packages/starlight
astro:
specifier: ^2.5.0
@@ -188,7 +184,7 @@ packages:
astro: ^2.5.0
dependencies:
'@astrojs/prism': 2.1.2
- astro: 2.5.0(@types/node@18.15.11)
+ astro: 2.5.0(sharp@0.32.1)
github-slugger: 1.5.0
import-meta-resolve: 2.2.2
rehype-raw: 6.1.1
@@ -1432,6 +1428,7 @@ packages:
- sugarss
- supports-color
- terser
+ dev: true
/astro@2.5.0(sharp@0.32.1):
resolution: {integrity: sha512-dZZuK2vEpfinbVALthUW31NOVUFPobgyi0+2PR3FH3diy6X9HBw1PLbS5wRsWOKaEXRbzxBkXc39Rbm0yRzKaA==}
@@ -6023,3 +6020,7 @@ packages:
/zwitch@2.0.4:
resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==}
+
+settings:
+ autoInstallPeers: true
+ excludeLinksFromLockfile: false