Skip to content

Commit

Permalink
Version Packages (#74)
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 28, 2024
1 parent db7a77b commit a145a04
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/little-olives-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-laws-decide.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
@@ -1,5 +1,13 @@
# desktop

## 0.1.5

### Patch Changes

- 58482be: update dependencies
- Updated dependencies [db7a77b]
- @setaday/ui@1.1.2

## 0.1.4

### 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.4",
"version": "0.1.5",
"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
@@ -1,5 +1,13 @@
# mobile

## 0.1.6

### Patch Changes

- 58482be: update dependencies
- Updated dependencies [db7a77b]
- @setaday/ui@1.1.2

## 0.1.5

### 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.5",
"version": "0.1.6",
"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.2

### Patch Changes

- db7a77b: change export path

## 1.1.1

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

0 comments on commit a145a04

Please sign in to comment.