From eec46b40f4d35fdfb63c1ae2f2b148c83a448faf Mon Sep 17 00:00:00 2001 From: Houston (Bot) Date: Mon, 3 Jul 2023 15:08:25 -0700 Subject: [ci] release (#298) Co-authored-by: github-actions[bot] --- .changeset/many-tips-battle.md | 5 ----- .changeset/rich-melons-return.md | 5 ----- .changeset/tiny-pumas-reflect.md | 5 ----- examples/basics/package.json | 2 +- packages/starlight/CHANGELOG.md | 10 ++++++++++ packages/starlight/package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 7 files changed, 17 insertions(+), 22 deletions(-) delete mode 100644 .changeset/many-tips-battle.md delete mode 100644 .changeset/rich-melons-return.md delete mode 100644 .changeset/tiny-pumas-reflect.md diff --git a/.changeset/many-tips-battle.md b/.changeset/many-tips-battle.md deleted file mode 100644 index 1e972e88..00000000 --- a/.changeset/many-tips-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Fix broken link on 404 page when `defaultLocale: 'root'` is set in `astro.config.mjs` diff --git a/.changeset/rich-melons-return.md b/.changeset/rich-melons-return.md deleted file mode 100644 index b19c2610..00000000 --- a/.changeset/rich-melons-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Fix saturation of purple text in light theme diff --git a/.changeset/tiny-pumas-reflect.md b/.changeset/tiny-pumas-reflect.md deleted file mode 100644 index 32825a3a..00000000 --- a/.changeset/tiny-pumas-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': patch ---- - -Enable inline stylesheets for Astro versions ≥2.6.0 diff --git a/examples/basics/package.json b/examples/basics/package.json index 25b574ee..40d75c28 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.4.0", + "@astrojs/starlight": "^0.4.1", "astro": "^2.7.3", "sharp": "^0.32.1" } diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index 9440fc00..0a7165cf 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/starlight +## 0.4.1 + +### Patch Changes + +- [#300](https://github.com/withastro/starlight/pull/300) [`377a25d`](https://github.com/withastro/starlight/commit/377a25dc4c51c060e751aeba4d3f946a41de907a) Thanks [@cbontems](https://github.com/cbontems)! - Fix broken link on 404 page when `defaultLocale: 'root'` is set in `astro.config.mjs` + +- [#289](https://github.com/withastro/starlight/pull/289) [`dffca46`](https://github.com/withastro/starlight/commit/dffca461633940847e9177913053885c5e8b5f29) Thanks [@RyanRBrown](https://github.com/RyanRBrown)! - Fix saturation of purple text in light theme + +- [#301](https://github.com/withastro/starlight/pull/301) [`d47639d`](https://github.com/withastro/starlight/commit/d47639d50b53fa691c1d9b0f30f82ebf7f6ddf7e) Thanks [@delucis](https://github.com/delucis)! - Enable inline stylesheets for Astro versions ≥2.6.0 + ## 0.4.0 ### Minor Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 75ccd7fa..55760f9d 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.4.0", + "version": "0.4.1", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": {}, "keywords": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 37283451..5d637de8 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.4.0 + specifier: ^0.4.1 version: link:../../packages/starlight astro: specifier: ^2.7.3 @@ -6049,3 +6045,7 @@ packages: /zwitch@2.0.4: resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false -- cgit