diff --git a/.changeset/cuddly-nails-change.md b/.changeset/cuddly-nails-change.md deleted file mode 100644 index e82cf5e..0000000 --- a/.changeset/cuddly-nails-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"starlight-spell-checker-docs": minor ---- - -Write initial documentation diff --git a/.changeset/pink-fans-beg.md b/.changeset/pink-fans-beg.md deleted file mode 100644 index 5c69635..0000000 --- a/.changeset/pink-fans-beg.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"starlight-spell-checker": minor ---- - -Initial public release. - -A huge thank you to [@HiDeoo](https://github.com/HiDeoo) for their incredible guidance, insights, and patience throughout the creation of this plugin. From suggesting a remark/rehype-based approach to refining the overall logic and helping debug challenging issues, their expertise was pivotal in shaping this project. - -Thanks as well to [@trueberryless](https://github.com/trueberryless) for building the plugin, implementing key features like multilingual spell-checking, and iterating on HiDeoo’s thoughtful feedback to ensure seamless integration with Starlight. diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md new file mode 100644 index 0000000..762e993 --- /dev/null +++ b/docs/CHANGELOG.md @@ -0,0 +1,12 @@ +# starlight-spell-checker-docs + +## 0.1.0 + +### Minor Changes + +- [#9](https://github.com/trueberryless-org/starlight-spell-checker/pull/9) [`c70b2c8`](https://github.com/trueberryless-org/starlight-spell-checker/commit/c70b2c8d5f9ad86d406004b4524d5ad7ca8d20e6) Thanks [@trueberryless](https://github.com/trueberryless)! - Write initial documentation + +### Patch Changes + +- Updated dependencies [[`2f6ace0`](https://github.com/trueberryless-org/starlight-spell-checker/commit/2f6ace07dd5566b816afac01af28c2a0625698a1)]: + - starlight-spell-checker@0.1.0 diff --git a/docs/package.json b/docs/package.json index 985b6fb..59d0491 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "starlight-spell-checker-docs", - "version": "0.0.1", + "version": "0.1.0", "license": "MIT", "description": "Check your documentation for spelling mistakes; multilingual support.", "author": "trueberryless-org", diff --git a/packages/starlight-spell-checker/CHANGELOG.md b/packages/starlight-spell-checker/CHANGELOG.md new file mode 100644 index 0000000..9e2dcd9 --- /dev/null +++ b/packages/starlight-spell-checker/CHANGELOG.md @@ -0,0 +1,11 @@ +# starlight-spell-checker + +## 0.1.0 + +### Minor Changes + +- [`2f6ace0`](https://github.com/trueberryless-org/starlight-spell-checker/commit/2f6ace07dd5566b816afac01af28c2a0625698a1) Thanks [@trueberryless](https://github.com/trueberryless)! - Initial public release. + + A huge thank you to [@HiDeoo](https://github.com/HiDeoo) for their incredible guidance, insights, and patience throughout the creation of this plugin. From suggesting a remark/rehype-based approach to refining the overall logic and helping debug challenging issues, their expertise was pivotal in shaping this project. + + Thanks as well to [@trueberryless](https://github.com/trueberryless) for building the plugin, implementing key features like multilingual spell-checking, and iterating on HiDeoo’s thoughtful feedback to ensure seamless integration with Starlight. diff --git a/packages/starlight-spell-checker/package.json b/packages/starlight-spell-checker/package.json index c64dd0a..f1e5ece 100644 --- a/packages/starlight-spell-checker/package.json +++ b/packages/starlight-spell-checker/package.json @@ -1,6 +1,6 @@ { "name": "starlight-spell-checker", - "version": "0.0.1", + "version": "0.1.0", "license": "MIT", "description": "Check your documentation for spelling mistakes; multilingual support.", "author": "trueberryless-org",