Skip to content

Commit

Permalink
Merge pull request #2 from MrSquaare/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
MrSquaare authored Jun 19, 2024
2 parents 381e3c6 + 8d9c09c commit 9f85cb4
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/tame-panthers-visit.md

This file was deleted.

7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @sandwich-ui/docs

## 0.1.0

### Minor Changes

- [#1](https://github.com/MrSquaare/sandwich-ui/pull/1) [`67e57ad`](https://github.com/MrSquaare/sandwich-ui/commit/67e57ad4e631cc20297386ad3099dfe48aceae87) Thanks [@MrSquaare](https://github.com/MrSquaare)! - Initial version
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@sandwich-ui/docs",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "astro dev",
Expand Down
7 changes: 7 additions & 0 deletions sandwich-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @mrsquaare/sandwich-ui

## 0.1.0

### Minor Changes

- [#1](https://github.com/MrSquaare/sandwich-ui/pull/1) [`67e57ad`](https://github.com/MrSquaare/sandwich-ui/commit/67e57ad4e631cc20297386ad3099dfe48aceae87) Thanks [@MrSquaare](https://github.com/MrSquaare)! - Initial version
2 changes: 1 addition & 1 deletion sandwich-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mrsquaare/sandwich-ui",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"main": "./dist/sandwich-ui.cjs",
"module": "./dist/sandwich-ui.js",
Expand Down
12 changes: 12 additions & 0 deletions storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @sandwich-ui/storybook

## 0.1.0

### Minor Changes

- [#1](https://github.com/MrSquaare/sandwich-ui/pull/1) [`67e57ad`](https://github.com/MrSquaare/sandwich-ui/commit/67e57ad4e631cc20297386ad3099dfe48aceae87) Thanks [@MrSquaare](https://github.com/MrSquaare)! - Initial version

### Patch Changes

- Updated dependencies [[`67e57ad`](https://github.com/MrSquaare/sandwich-ui/commit/67e57ad4e631cc20297386ad3099dfe48aceae87)]:
- @mrsquaare/sandwich-ui@0.1.0
2 changes: 1 addition & 1 deletion storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@sandwich-ui/storybook",
"version": "0.0.0",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "storybook dev -p 6006",
Expand Down

0 comments on commit 9f85cb4

Please sign in to comment.