From 7a0c08351361a625824102c9ad4b4f765a5e98d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 18 Dec 2024 21:18:50 +0000 Subject: [PATCH] Version Packages --- .changeset/poor-mugs-cheer.md | 6 ------ packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- packages/react-storybook/CHANGELOG.md | 8 ++++++++ packages/react-storybook/package.json | 2 +- packages/react/CHANGELOG.md | 9 +++++++++ packages/react/package.json | 2 +- 7 files changed, 26 insertions(+), 9 deletions(-) delete mode 100644 .changeset/poor-mugs-cheer.md diff --git a/.changeset/poor-mugs-cheer.md b/.changeset/poor-mugs-cheer.md deleted file mode 100644 index 1b5f5bc..0000000 --- a/.changeset/poor-mugs-cheer.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@sandwich-ui/react": patch -"@sandwich-ui/core": patch ---- - -Update external deps diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 39625db..7958d32 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @sandwich-ui/core +## 0.1.2 + +### Patch Changes + +- [#13](https://github.com/MrSquaare/sandwich-ui/pull/13) [`7ac2ff0`](https://github.com/MrSquaare/sandwich-ui/commit/7ac2ff0a5e0bb5505dd77c6d43f17473c4d78c76) Thanks [@MrSquaare](https://github.com/MrSquaare)! - Update external deps + ## 0.1.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 29ac60f..da5c6ea 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@sandwich-ui/core", - "version": "0.1.1", + "version": "0.1.2", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", diff --git a/packages/react-storybook/CHANGELOG.md b/packages/react-storybook/CHANGELOG.md index 803937f..2342896 100644 --- a/packages/react-storybook/CHANGELOG.md +++ b/packages/react-storybook/CHANGELOG.md @@ -1,5 +1,13 @@ # @sandwich-ui/react-storybook +## 0.2.2 + +### Patch Changes + +- Updated dependencies [[`7ac2ff0`](https://github.com/MrSquaare/sandwich-ui/commit/7ac2ff0a5e0bb5505dd77c6d43f17473c4d78c76)]: + - @sandwich-ui/react@0.4.2 + - @sandwich-ui/core@0.1.2 + ## 0.2.1 ### Patch Changes diff --git a/packages/react-storybook/package.json b/packages/react-storybook/package.json index 2c15ab7..45715b6 100644 --- a/packages/react-storybook/package.json +++ b/packages/react-storybook/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@sandwich-ui/react-storybook", - "version": "0.2.1", + "version": "0.2.2", "type": "module", "scripts": { "predev": "panda codegen", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 20e81f0..8370cc4 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,14 @@ # @sandwich-ui/react +## 0.4.2 + +### Patch Changes + +- [#13](https://github.com/MrSquaare/sandwich-ui/pull/13) [`7ac2ff0`](https://github.com/MrSquaare/sandwich-ui/commit/7ac2ff0a5e0bb5505dd77c6d43f17473c4d78c76) Thanks [@MrSquaare](https://github.com/MrSquaare)! - Update external deps + +- Updated dependencies [[`7ac2ff0`](https://github.com/MrSquaare/sandwich-ui/commit/7ac2ff0a5e0bb5505dd77c6d43f17473c4d78c76)]: + - @sandwich-ui/core@0.1.2 + ## 0.4.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 0ba1e23..3557bed 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@sandwich-ui/react", - "version": "0.4.1", + "version": "0.4.2", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js",