Skip to content

Commit

Permalink
Merge pull request #14 from MrSquaare/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
MrSquaare authored Dec 18, 2024
2 parents 5c13b18 + 7a0c083 commit f638979
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/poor-mugs-cheer.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react-storybook/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f638979

Please sign in to comment.