Skip to content

Commit

Permalink
πŸ”€ merge pull request #132 from tonightpass/changeset-release/master
Browse files Browse the repository at this point in the history
πŸ”– release version (alpha)
  • Loading branch information
AntoineKM authored Feb 1, 2023
2 parents cd45763 + 3692558 commit 13ab820
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@
"initialVersions": {
"@tonightpass/kitchen": "1.0.0-alpha.11"
},
"changesets": []
"changesets": [
"few-timers-look",
"nine-timers-speak",
"old-ears-doubt",
"rare-islands-join",
"tricky-chefs-glow"
]
}
11 changes: 11 additions & 0 deletions packages/kitchen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @tonightpass/kitchen

## 1.0.0-alpha.12

### Minor Changes

- ae199d1: Add Textarea
- b4cb1d8: Add Image
- 2d5f20b: Add Collapse
- 7b86538: Move from yarn to pnpm
- 0421ce5: Add Toggle
2 changes: 1 addition & 1 deletion packages/kitchen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonightpass/kitchen",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.12",
"description": "A very simple React button within a monorepo",
"main": "dist/tonightpass-kitchen.cjs.js",
"module": "dist/tonightpass-kitchen.esm.js",
Expand Down

1 comment on commit 13ab820

@vercel
Copy link

@vercel vercel bot commented on 13ab820 Feb 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kitchen-next-typescript – ./examples/next-typescript

kitchen-next-typescript.vercel.app
kitchen-next-typescript-git-master-onruntime.vercel.app
kitchen-next-typescript-onruntime.vercel.app

Please sign in to comment.