From cffb3c1cd2abc9375e09e5ead1d00e16ec6850d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 11:03:26 +0100 Subject: [PATCH] ci: release (#68) Co-authored-by: github-actions[bot] --- .changeset/olive-meals-shout.md | 5 ----- packages/starlight-openapi/CHANGELOG.md | 6 ++++++ packages/starlight-openapi/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/olive-meals-shout.md diff --git a/.changeset/olive-meals-shout.md b/.changeset/olive-meals-shout.md deleted file mode 100644 index 3d52135..0000000 --- a/.changeset/olive-meals-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'starlight-openapi': minor ---- - -Adds a new [`sidebarMethodBadges`](https://starlight-openapi.vercel.app/configuration/#sidebarmethodbadges) schema configuration option to display badges next to sidebar operation links with the associated HTTP method. diff --git a/packages/starlight-openapi/CHANGELOG.md b/packages/starlight-openapi/CHANGELOG.md index 863733d..1859e58 100644 --- a/packages/starlight-openapi/CHANGELOG.md +++ b/packages/starlight-openapi/CHANGELOG.md @@ -1,5 +1,11 @@ # starlight-openapi +## 0.11.0 + +### Minor Changes + +- [#67](https://github.com/HiDeoo/starlight-openapi/pull/67) [`194dfe7`](https://github.com/HiDeoo/starlight-openapi/commit/194dfe771958a33883da251503495f49cf140b54) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Adds a new [`sidebarMethodBadges`](https://starlight-openapi.vercel.app/configuration/#sidebarmethodbadges) schema configuration option to display badges next to sidebar operation links with the associated HTTP method. + ## 0.10.0 ### Minor Changes diff --git a/packages/starlight-openapi/package.json b/packages/starlight-openapi/package.json index 1d4d1ff..3b0b0e6 100644 --- a/packages/starlight-openapi/package.json +++ b/packages/starlight-openapi/package.json @@ -1,6 +1,6 @@ { "name": "starlight-openapi", - "version": "0.10.0", + "version": "0.11.0", "license": "MIT", "description": "Starlight plugin to generate documentation from OpenAPI/Swagger specifications.", "author": "HiDeoo (https://hideoo.dev)",