diff --git a/.changeset/shiny-onions-enjoy.md b/.changeset/shiny-onions-enjoy.md deleted file mode 100644 index aaa392f..0000000 --- a/.changeset/shiny-onions-enjoy.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'starlight-theme-rapide': minor ---- - -⚠️ **BREAKING CHANGE:** The minimum supported version of Starlight is now version `0.32.0`. - -Please use the `@astrojs/upgrade` command to upgrade your project: - -```sh -npx @astrojs/upgrade -``` diff --git a/packages/starlight-theme-rapide/CHANGELOG.md b/packages/starlight-theme-rapide/CHANGELOG.md index 3124230..9b9bf7d 100644 --- a/packages/starlight-theme-rapide/CHANGELOG.md +++ b/packages/starlight-theme-rapide/CHANGELOG.md @@ -1,5 +1,17 @@ # starlight-theme-rapide +## 0.4.0 + +### Minor Changes + +- [#18](https://github.com/HiDeoo/starlight-theme-rapide/pull/18) [`6acf10f`](https://github.com/HiDeoo/starlight-theme-rapide/commit/6acf10f9658c1d28ba9153a958a2f672436fd8ea) Thanks [@HiDeoo](https://github.com/HiDeoo)! - ⚠️ **BREAKING CHANGE:** The minimum supported version of Starlight is now version `0.32.0`. + + Please use the `@astrojs/upgrade` command to upgrade your project: + + ```sh + npx @astrojs/upgrade + ``` + ## 0.3.0 ### Minor Changes diff --git a/packages/starlight-theme-rapide/package.json b/packages/starlight-theme-rapide/package.json index 90e931d..9f1e8ec 100644 --- a/packages/starlight-theme-rapide/package.json +++ b/packages/starlight-theme-rapide/package.json @@ -1,6 +1,6 @@ { "name": "starlight-theme-rapide", - "version": "0.3.0", + "version": "0.4.0", "license": "MIT", "description": "Starlight theme inspired by the Visual Studio Code Vitesse theme.", "author": "HiDeoo (https://hideoo.dev)",