From 444e1d34bb27bb9fa81738f75dfe54714caaf543 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 18 Dec 2024 22:28:29 +0000 Subject: [PATCH] Version Packages --- .changeset/three-schools-promise.md | 5 ----- docs/CHANGELOG.md | 6 ++++++ docs/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/three-schools-promise.md 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",