Skip to content

Commit

Permalink
Version Packages (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jungwoo3490 and github-actions[bot] authored Sep 19, 2024
1 parent a6bd862 commit 5a7c188
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/nervous-pets-thank.md

This file was deleted.

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

## 0.1.1

### Patch Changes

- Updated dependencies [a6bd862]
- @setaday/ui@1.0.1
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "desktop",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev --turbo",
Expand Down
8 changes: 8 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# mobile

## 0.1.1

### Patch Changes

- Updated dependencies [a6bd862]
- @setaday/ui@1.0.1
2 changes: 1 addition & 1 deletion apps/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobile",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev --turbo",
Expand Down
7 changes: 7 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @setaday/ui

## 1.0.1

### Patch Changes

- a6bd862: design-token 패키지 의존성 업데이트
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@setaday/ui",
"version": "1.0.0",
"version": "1.0.1",
"description": "Setaday에서 사용하는 UI 컴포넌트 라이브러리에요.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 5a7c188

Please sign in to comment.