Skip to content

Commit

Permalink
[ci] release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 23, 2025
1 parent 065ca09 commit c770234
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 18 deletions.
11 changes: 0 additions & 11 deletions .changeset/giant-laws-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ripe-buses-thank.md

This file was deleted.

11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# starlight-spell-checker-docs

## 0.2.0

### Minor Changes

- [#19](https://github.com/trueberryless-org/starlight-spell-checker/pull/19) [`91cbe71`](https://github.com/trueberryless-org/starlight-spell-checker/commit/91cbe71c919caa28a9cc701a5a2261eda0789e98) Thanks [@trueberryless](https://github.com/trueberryless)! - Add contributor list, show latest version and server adapter to docs.

### Patch Changes

- Updated dependencies [[`91cbe71`](https://github.com/trueberryless-org/starlight-spell-checker/commit/91cbe71c919caa28a9cc701a5a2261eda0789e98)]:
- [email protected]

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starlight-spell-checker-docs",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"description": "Check your documentation for spelling mistakes; multilingual support.",
"author": "trueberryless-org",
Expand Down
12 changes: 12 additions & 0 deletions packages/starlight-spell-checker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# starlight-spell-checker

## 0.2.0

### Minor Changes

- [#19](https://github.com/trueberryless-org/starlight-spell-checker/pull/19) [`91cbe71`](https://github.com/trueberryless-org/starlight-spell-checker/commit/91cbe71c919caa28a9cc701a5a2261eda0789e98) Thanks [@trueberryless](https://github.com/trueberryless)! - ⚠️ **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.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/starlight-spell-checker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starlight-spell-checker",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"description": "Check your documentation for spelling mistakes; multilingual support.",
"author": "trueberryless-org",
Expand Down

0 comments on commit c770234

Please sign in to comment.