From d846ff0a9ab13b30b80900832443fb1f54b7554e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 28 Nov 2024 11:48:19 +0000 Subject: [PATCH] [ci] release --- .changeset/swift-teachers-fly.md | 6 ------ docs/CHANGELOG.md | 9 +++++++++ docs/package.json | 2 +- .../starlight-plugin-show-latest-version/CHANGELOG.md | 6 ++++++ .../starlight-plugin-show-latest-version/package.json | 2 +- 5 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 .changeset/swift-teachers-fly.md diff --git a/.changeset/swift-teachers-fly.md b/.changeset/swift-teachers-fly.md deleted file mode 100644 index 5ded567..0000000 --- a/.changeset/swift-teachers-fly.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"starlight-plugin-show-latest-version": patch -"starlight-plugin-show-latest-version-docs": patch ---- - -Remove virtual export functionality because it's much harder than I though, maybe not even possible. diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 0b4f296..525e241 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,14 @@ # starlight-plugin-show-latest-version-docs +## 0.1.1 + +### Patch Changes + +- [`d84a498`](https://github.com/trueberryless-org/starlight-plugin-show-latest-version/commit/d84a4981b81d3c4402834028e0f96f23be4c5a4e) Thanks [@trueberryless](https://github.com/trueberryless)! - Remove virtual export functionality because it's much harder than I though, maybe not even possible. + +- Updated dependencies [[`d84a498`](https://github.com/trueberryless-org/starlight-plugin-show-latest-version/commit/d84a4981b81d3c4402834028e0f96f23be4c5a4e)]: + - starlight-plugin-show-latest-version@0.1.1 + ## 0.1.0 ### Minor Changes diff --git a/docs/package.json b/docs/package.json index f3491f3..deeecc9 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "starlight-plugin-show-latest-version-docs", - "version": "0.1.0", + "version": "0.1.1", "description": "Show the latest released version of your Starlight plugin in your documentation.", "keywords": [ "starlight", diff --git a/packages/starlight-plugin-show-latest-version/CHANGELOG.md b/packages/starlight-plugin-show-latest-version/CHANGELOG.md index d9319fb..fa964c8 100644 --- a/packages/starlight-plugin-show-latest-version/CHANGELOG.md +++ b/packages/starlight-plugin-show-latest-version/CHANGELOG.md @@ -1,5 +1,11 @@ # starlight-plugin-show-latest-version +## 0.1.1 + +### Patch Changes + +- [`d84a498`](https://github.com/trueberryless-org/starlight-plugin-show-latest-version/commit/d84a4981b81d3c4402834028e0f96f23be4c5a4e) Thanks [@trueberryless](https://github.com/trueberryless)! - Remove virtual export functionality because it's much harder than I though, maybe not even possible. + ## 0.1.0 ### Minor Changes diff --git a/packages/starlight-plugin-show-latest-version/package.json b/packages/starlight-plugin-show-latest-version/package.json index eea8403..3f3b711 100644 --- a/packages/starlight-plugin-show-latest-version/package.json +++ b/packages/starlight-plugin-show-latest-version/package.json @@ -1,6 +1,6 @@ { "name": "starlight-plugin-show-latest-version", - "version": "0.1.0", + "version": "0.1.1", "description": "Show the latest released version of your Starlight plugin in your documentation.", "keywords": [ "starlight",