diff options
author | Houston (Bot) | 2024-07-29 07:50:27 -0700 |
---|---|---|
committer | GitHub | 2024-07-29 16:50:27 +0200 |
commit | b4345ce24aaf8040f5b761d1565906e3343daa5a (patch) | |
tree | 39c94d069f8b78069e72582c91b1469bf859a563 | |
parent | 904ad47ea9588c0b1d8c583f3f04e4ae199474d9 (diff) | |
download | IT.starlight-b4345ce24aaf8040f5b761d1565906e3343daa5a.tar.gz IT.starlight-b4345ce24aaf8040f5b761d1565906e3343daa5a.tar.bz2 IT.starlight-b4345ce24aaf8040f5b761d1565906e3343daa5a.zip |
[ci] release (#2145)@astrojs/starlight@0.25.3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/long-baboons-jam.md | 5 | ||||
-rw-r--r-- | .changeset/sharp-onions-search.md | 5 | ||||
-rw-r--r-- | .changeset/thirty-planes-divide.md | 5 | ||||
-rw-r--r-- | .changeset/twelve-guests-turn.md | 5 | ||||
-rw-r--r-- | examples/basics/package.json | 2 | ||||
-rw-r--r-- | examples/tailwind/package.json | 2 | ||||
-rw-r--r-- | packages/starlight/CHANGELOG.md | 12 | ||||
-rw-r--r-- | packages/starlight/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 4 |
9 files changed, 17 insertions, 25 deletions
diff --git a/.changeset/long-baboons-jam.md b/.changeset/long-baboons-jam.md deleted file mode 100644 index 48c560db..00000000 --- a/.changeset/long-baboons-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Updates `<head>` logic to deduplicate `<link rel="canonical">` tags. This means that custom canonicals set via frontmatter now override the default canonical generated by Starlight. diff --git a/.changeset/sharp-onions-search.md b/.changeset/sharp-onions-search.md deleted file mode 100644 index a6d290af..00000000 --- a/.changeset/sharp-onions-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Updates file tree icon mapping to correctly map `.cjs` and `.mjs` extensions in several contexts diff --git a/.changeset/thirty-planes-divide.md b/.changeset/thirty-planes-divide.md deleted file mode 100644 index bf74f696..00000000 --- a/.changeset/thirty-planes-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Fixes builds for projects with a space in their pathname diff --git a/.changeset/twelve-guests-turn.md b/.changeset/twelve-guests-turn.md deleted file mode 100644 index 871d5dad..00000000 --- a/.changeset/twelve-guests-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/starlight": patch ---- - -Removes `twitter:title` and `twitter:description` meta tags from `<head>` diff --git a/examples/basics/package.json b/examples/basics/package.json index 74a81825..e646db5d 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.25.2", + "@astrojs/starlight": "^0.25.3", "astro": "^4.10.2", "sharp": "^0.32.5" } diff --git a/examples/tailwind/package.json b/examples/tailwind/package.json index 9c0bfdf9..20189860 100644 --- a/examples/tailwind/package.json +++ b/examples/tailwind/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.25.2", + "@astrojs/starlight": "^0.25.3", "@astrojs/starlight-tailwind": "^2.0.3", "@astrojs/tailwind": "^5.1.0", "astro": "^4.10.2", diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index 9e962ac2..6a7b277e 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -1,5 +1,17 @@ # @astrojs/starlight +## 0.25.3 + +### Patch Changes + +- [#2154](https://github.com/withastro/starlight/pull/2154) [`0b381d5`](https://github.com/withastro/starlight/commit/0b381d53f23c31492cf415057d960f9a5eaa2f3d) Thanks [@mktbsh](https://github.com/mktbsh)! - Updates `<head>` logic to deduplicate `<link rel="canonical">` tags. This means that custom canonicals set via frontmatter now override the default canonical generated by Starlight. + +- [#2157](https://github.com/withastro/starlight/pull/2157) [`6757d97`](https://github.com/withastro/starlight/commit/6757d97b0ae789e0c61a776ad9af742858c663b0) Thanks [@astrobot-houston](https://github.com/astrobot-houston)! - Updates file tree icon mapping to correctly map `.cjs` and `.mjs` extensions in several contexts + +- [#2156](https://github.com/withastro/starlight/pull/2156) [`904ad47`](https://github.com/withastro/starlight/commit/904ad47ea9588c0b1d8c583f3f04e4ae199474d9) Thanks [@delucis](https://github.com/delucis)! - Fixes builds for projects with a space in their pathname + +- [#2137](https://github.com/withastro/starlight/pull/2137) [`703903b`](https://github.com/withastro/starlight/commit/703903bb782c3fabd3fe914e40494c00f12ec945) Thanks [@cevdetardaharan](https://github.com/cevdetardaharan)! - Removes `twitter:title` and `twitter:description` meta tags from `<head>` + ## 0.25.2 ### Patch Changes diff --git a/packages/starlight/package.json b/packages/starlight/package.json index 6c8e7601..9a92a7e2 100644 --- a/packages/starlight/package.json +++ b/packages/starlight/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/starlight", - "version": "0.25.2", + "version": "0.25.3", "description": "Build beautiful, high-performance documentation websites with Astro", "scripts": { "test": "vitest", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 36f068d4..afe55a4c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -73,7 +73,7 @@ importers: examples/basics: dependencies: '@astrojs/starlight': - specifier: ^0.25.2 + specifier: ^0.25.3 version: link:../../packages/starlight astro: specifier: ^4.10.2 @@ -85,7 +85,7 @@ importers: examples/tailwind: dependencies: '@astrojs/starlight': - specifier: ^0.25.2 + specifier: ^0.25.3 version: link:../../packages/starlight '@astrojs/starlight-tailwind': specifier: ^2.0.3 |