diff options
author | Houston (Bot) | 2023-09-01 13:15:13 -0700 |
---|---|---|
committer | GitHub | 2023-09-01 22:15:13 +0200 |
commit | e56ea732b0a21d1f8041554c0d9525a6812f0533 (patch) | |
tree | 4f686c53d445cec419572339ee15967584637e03 | |
parent | 5dd22b875dc19a32c48692082fbd934e2b70da63 (diff) | |
download | IT.starlight-e56ea732b0a21d1f8041554c0d9525a6812f0533.tar.gz IT.starlight-e56ea732b0a21d1f8041554c0d9525a6812f0533.tar.bz2 IT.starlight-e56ea732b0a21d1f8041554c0d9525a6812f0533.zip |
[ci] release (#628)@astrojs/starlight@0.9.0@astrojs/starlight-tailwind@2.0.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
-rw-r--r-- | .changeset/brown-olives-share.md | 5 | ||||
-rw-r--r-- | .changeset/stale-owls-refuse.md | 7 | ||||
-rw-r--r-- | .changeset/thirty-plums-relax.md | 7 | ||||
-rw-r--r-- | examples/basics/package.json | 2 | ||||
-rw-r--r-- | examples/tailwind/package.json | 4 | ||||
-rw-r--r-- | packages/starlight/CHANGELOG.md | 28 | ||||
-rw-r--r-- | packages/starlight/package.json | 2 | ||||
-rw-r--r-- | packages/tailwind/CHANGELOG.md | 8 | ||||
-rw-r--r-- | packages/tailwind/package.json | 4 | ||||
-rw-r--r-- | pnpm-lock.yaml | 8 |
10 files changed, 37 insertions, 38 deletions
diff --git a/.changeset/brown-olives-share.md b/.changeset/brown-olives-share.md deleted file mode 100644 index cd825954..00000000 --- a/.changeset/brown-olives-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/starlight': minor ---- - -Throw an error for duplicate MDX or sitemap integrations diff --git a/.changeset/stale-owls-refuse.md b/.changeset/stale-owls-refuse.md deleted file mode 100644 index 8c0a8d80..00000000 --- a/.changeset/stale-owls-refuse.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@astrojs/starlight-tailwind': major ---- - -Bump minimum required Astro version to 3.0 - -⚠️ **BREAKING CHANGE** Astro v2 is no longer supported. Make sure you update [Astro](https://docs.astro.build/en/guides/upgrade-to/v3/), [Starlight](https://starlight.astro.build/getting-started/#updating-starlight), and any other integrations at the same time as updating the Tailwind plugin. diff --git a/.changeset/thirty-plums-relax.md b/.changeset/thirty-plums-relax.md deleted file mode 100644 index 691011bb..00000000 --- a/.changeset/thirty-plums-relax.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@astrojs/starlight': minor ---- - -Bump minimum required Astro version to 3.0 - -⚠️ **BREAKING CHANGE** Astro v2 is no longer supported. Make sure you [update Astro](https://docs.astro.build/en/guides/upgrade-to/v3/) and any other integrations at the same time as updating Starlight. diff --git a/examples/basics/package.json b/examples/basics/package.json index 22941e5f..0fde2747 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.8.1", + "@astrojs/starlight": "^0.9.0", "astro": "^3.0.6", "sharp": "^0.32.5" } diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index 908ceaa1..65660f08 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.8.1", - "@astrojs/starlight-tailwind": "^1.0.2", + "@astrojs/starlight": "^0.9.0", + "@astrojs/starlight-tailwind": "^2.0.0", "@astrojs/tailwind": "^5.0.0", "astro": "^3.0.6", "sharp": "^0.32.5", diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index 145c8dca..2e3d1faf 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/starlight +## 0.9.0 + +### Minor Changes + +- [#626](https://github.com/withastro/starlight/pull/626) [`5dd22b8`](https://github.com/withastro/starlight/commit/5dd22b875dc19a32c48692082fbd934e2b70da63) Thanks [@delucis](https://github.com/delucis)! - Throw an error for duplicate MDX or sitemap integrations + +- [#615](https://github.com/withastro/starlight/pull/615) [`7b75b3e`](https://github.com/withastro/starlight/commit/7b75b3eb7e6f7870a0adef2d6534ff48309fdb0e) Thanks [@delucis](https://github.com/delucis)! - Bump minimum required Astro version to 3.0 + + ⚠️ **BREAKING CHANGE** Astro v2 is no longer supported. Make sure you [update Astro](https://docs.astro.build/en/guides/upgrade-to/v3/) and any other integrations at the same time as updating Starlight. + ## 0.8.1 ### Patch Changes @@ -81,16 +91,16 @@ ```css :root { - --sl-hue-accent: 234; - --sl-color-accent-low: hsl(var(--sl-hue-accent), 54%, 20%); - --sl-color-accent: hsl(var(--sl-hue-accent), 100%, 60%); - --sl-color-accent-high: hsl(var(--sl-hue-accent), 100%, 87%); + --sl-hue-accent: 234; + --sl-color-accent-low: hsl(var(--sl-hue-accent), 54%, 20%); + --sl-color-accent: hsl(var(--sl-hue-accent), 100%, 60%); + --sl-color-accent-high: hsl(var(--sl-hue-accent), 100%, 87%); } :root[data-theme='light'] { - --sl-color-accent-high: hsl(var(--sl-hue-accent), 80%, 30%); - --sl-color-accent: hsl(var(--sl-hue-accent), 90%, 60%); - --sl-color-accent-low: hsl(var(--sl-hue-accent), 88%, 90%); + --sl-color-accent-high: hsl(var(--sl-hue-accent), 80%, 30%); + --sl-color-accent: hsl(var(--sl-hue-accent), 90%, 60%); + --sl-color-accent-low: hsl(var(--sl-hue-accent), 88%, 90%); } ``` @@ -469,8 +479,8 @@ ```json { - "search.label": "Suchen", - "search.shortcutLabel": "(Drücke / zum Suchen)" + "search.label": "Suchen", + "search.shortcutLabel": "(Drücke / zum Suchen)" } ``` diff --git a/packages/starlight/package.json b/packages/starlight/package.json index ab1c452d..0d21e882 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.8.1", + "version": "0.9.0", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/packages/tailwind/CHANGELOG.md b/packages/tailwind/CHANGELOG.md index 099bf8b1..bf0340e3 100644 --- a/packages/tailwind/CHANGELOG.md +++ b/packages/tailwind/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/starlight-tailwind +## 2.0.0 + +### Major Changes + +- [#615](https://github.com/withastro/starlight/pull/615) [`7b75b3e`](https://github.com/withastro/starlight/commit/7b75b3eb7e6f7870a0adef2d6534ff48309fdb0e) Thanks [@delucis](https://github.com/delucis)! - Bump minimum required Astro version to 3.0 + + ⚠️ **BREAKING CHANGE** Astro v2 is no longer supported. Make sure you update [Astro](https://docs.astro.build/en/guides/upgrade-to/v3/), [Starlight](https://starlight.astro.build/getting-started/#updating-starlight), and any other integrations at the same time as updating the Tailwind plugin. + ## 1.0.2 ### Patch Changes diff --git a/packages/tailwind/package.json b/packages/tailwind/package.json index 4e3d362d..d7496c52 100644 --- a/packages/tailwind/package.json +++ b/packages/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight-tailwind", - "version": "1.0.2", + "version": "2.0.0", "description": "Tailwind CSS plugin for the Starlight documentation theme for Astro", "author": "Chris Swithinbank <swithinbank@gmail.com>", "license": "MIT", @@ -28,7 +28,7 @@ "vitest": "^0.33.0" }, "peerDependencies": { - "@astrojs/starlight": ">=0.7.2", + "@astrojs/starlight": ">=0.9.0", "@astrojs/tailwind": "^5.0.0", "tailwindcss": "^3.3.3" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6861a4b9..e131dbc0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -103,7 +103,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.8.1 + specifier: ^0.9.0 version: link:../../packages/starlight astro: specifier: ^3.0.6 @@ -115,10 +115,10 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.8.1 + specifier: ^0.9.0 version: link:../../packages/starlight '@astrojs/starlight-tailwind': - specifier: ^1.0.2 + specifier: ^2.0.0 version: link:../../packages/tailwind '@astrojs/tailwind': specifier: ^5.0.0 @@ -197,7 +197,7 @@ importers: packages/tailwind: dependencies: '@astrojs/starlight': - specifier: '>=0.7.2' + specifier: '>=0.9.0' version: link:../starlight '@astrojs/tailwind': specifier: ^5.0.0 |