diff --git a/.changeset/three-schools-promise.md b/.changeset/three-schools-promise.md deleted file mode 100644 index 3a2cc74..0000000 --- a/.changeset/three-schools-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sandwich-ui/docs": patch ---- - -Add core and react docs diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d4ad5f7..ab51146 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,11 @@ # @sandwich-ui/docs +## 0.2.2 + +### Patch Changes + +- [#15](https://github.com/MrSquaare/sandwich-ui/pull/15) [`e692700`](https://github.com/MrSquaare/sandwich-ui/commit/e692700be58298cb13c180dc92561a31416eda10) Thanks [@MrSquaare](https://github.com/MrSquaare)! - Add core and react docs + ## 0.2.1 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index 7ed46a3..fbe7b7a 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@sandwich-ui/docs", - "version": "0.2.1", + "version": "0.2.2", "type": "module", "scripts": { "dev": "astro dev",