Skip to content

Commit

Permalink
chore: update versions (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 25, 2023
1 parent 78f6968 commit 342a754
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-planes-melt.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @camome/storybook

## 0.0.8

### Patch Changes

- Updated dependencies [78f6968]
- @camome/core@0.0.9

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@camome/storybook",
"private": true,
"version": "0.0.7",
"version": "0.0.8",
"type": "module",
"scripts": {
"dev": "storybook dev -p 3920",
Expand Down
7 changes: 7 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @camome/web

## 0.1.17

### Patch Changes

- Updated dependencies [78f6968]
- @camome/core@0.0.9

## 0.1.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@camome/web",
"version": "0.1.16",
"version": "0.1.17",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @camome/components

## 0.0.9

### Patch Changes

- 78f6968: Fix exports

## 0.0.8

### 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": "@camome/core",
"version": "0.0.8",
"version": "0.0.9",
"description": "Head-only React components.",
"author": "Matsura Yuma <lemonburst1958@gmail.com>",
"license": "MIT",
Expand Down

1 comment on commit 342a754

@vercel
Copy link

@vercel vercel bot commented on 342a754 Jan 25, 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:

camome-web-beta – ./

camome-web-beta-git-main-rubik.vercel.app
camome-web-beta-rubik.vercel.app
camome-web-beta.vercel.app

Please sign in to comment.