Skip to content

Commit

Permalink
chore: update versions (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 18, 2023
1 parent 8d25375 commit 38c02bb
Show file tree
Hide file tree
Showing 13 changed files with 54 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .changeset/chilly-colts-flash.md

This file was deleted.

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

## 0.0.3

### Patch Changes

- Updated dependencies [8d25375]
- @camome/system@0.1.13
- @camome/core@0.0.4

## 0.0.2

### 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.2",
"version": "0.0.3",
"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.12

### Patch Changes

- Updated dependencies [8d25375]
- @camome/system@0.1.13
- @camome/utils@0.1.8
- camome@0.1.10
- @camome/core@0.0.4

## 0.1.11

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

## 0.1.10

### Patch Changes

- Updated dependencies [8d25375]
- @camome/system@0.1.13
- @camome/utils@0.1.8

## 0.1.9

### 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.9",
"version": "0.1.10",
"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.4

### Patch Changes

- Updated dependencies [8d25375]
- @camome/system@0.1.13
- @camome/utils@0.1.8

## 0.0.3

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

## 0.1.13

### Patch Changes

- 8d25375: Modify theme
- Updated dependencies [8d25375]
- @camome/utils@0.1.8

## 0.1.12

### 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.12",
"version": "0.1.13",
"author": "Matsura Yuma <lemonburst1958@gmail.com>",
"license": "MIT",
"private": false,
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @camome/utils

## 0.1.8

### Patch Changes

- 8d25375: Modify theme

## 0.1.7

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

1 comment on commit 38c02bb

@vercel
Copy link

@vercel vercel bot commented on 38c02bb Jan 18, 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.vercel.app
camome-web-beta-rubik.vercel.app

Please sign in to comment.