Skip to content

Commit

Permalink
chore: update versions (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 16, 2023
1 parent b5bc082 commit ebb7de5
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .changeset/smart-owls-try.md

This file was deleted.

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

## 0.0.1

### Patch Changes

- b5bc082: Change exports of core
- Updated dependencies [b5bc082]
- @camome/system@0.1.11
- @camome/core@0.0.2
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.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
10 changes: 10 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @camome/web

## 0.1.10

### Patch Changes

- b5bc082: Change exports of core
- Updated dependencies [b5bc082]
- @camome/system@0.1.11
- @camome/core@0.0.2
- camome@0.1.8

## 0.1.9

### 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.9",
"version": "0.1.10",
"private": true,
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# camome

## 0.1.8

### Patch Changes

- Updated dependencies [b5bc082]
- @camome/system@0.1.11

## 0.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "camome",
"version": "0.1.7",
"version": "0.1.8",
"author": "Matsura Yuma <lemonburst1958@gmail.com>",
"license": "MIT",
"private": false,
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @camome/components

## 0.0.2

### Patch Changes

- b5bc082: Change exports of core
- Updated dependencies [b5bc082]
- @camome/system@0.1.11

## 0.0.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": "@camome/core",
"version": "0.0.1",
"version": "0.0.2",
"description": "Head-only React components.",
"author": "Matsura Yuma <lemonburst1958@gmail.com>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @camome/system

## 0.1.11

### Patch Changes

- b5bc082: Change exports of core

## 0.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@camome/system",
"version": "0.1.10",
"version": "0.1.11",
"author": "Matsura Yuma <lemonburst1958@gmail.com>",
"license": "MIT",
"private": false,
Expand Down

1 comment on commit ebb7de5

@vercel
Copy link

@vercel vercel bot commented on ebb7de5 Jan 16, 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-rubik.vercel.app
camome-web-beta.vercel.app
camome-web-beta-git-main-rubik.vercel.app

Please sign in to comment.