Skip to content

Commit

Permalink
Version Packages (#82)
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 Nov 30, 2024
1 parent d11a536 commit 00c1690
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/mighty-waves-own.md

This file was deleted.

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

## 0.1.8

### Patch Changes

- Updated dependencies [d11a536]
- @setaday/ui@1.1.5

## 0.1.7

### Patch Changes
Expand Down
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.7",
"version": "0.1.8",
"private": true,
"scripts": {
"dev": "next dev --turbo",
Expand Down
7 changes: 7 additions & 0 deletions apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# mobile

## 0.1.9

### Patch Changes

- Updated dependencies [d11a536]
- @setaday/ui@1.1.5

## 0.1.8

### Patch Changes
Expand Down
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.8",
"version": "0.1.9",
"private": true,
"scripts": {
"dev": "next dev --turbo",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @setaday/ui

## 1.1.5

### Patch Changes

- d11a536: extract css bundle for ui components

## 1.1.4

### Patch Changes
Expand Down
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.1.4",
"version": "1.1.5",
"description": "Setaday에서 사용하는 UI 컴포넌트 라이브러리에요.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 00c1690

Please sign in to comment.