Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 7, 2024
1 parent e3e1e14 commit 549b441
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-zebras-cross.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.11

### Patch Changes

- Updated dependencies [e3e1e14]
- @setaday/ui@1.2.0

## 0.1.10

### 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.10",
"version": "0.1.11",
"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.12

### Patch Changes

- Updated dependencies [e3e1e14]
- @setaday/ui@1.2.0

## 0.1.11

### 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.11",
"version": "0.1.12",
"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.2.0

### Minor Changes

- e3e1e14: Add maxlength error handling logic in TextField

## 1.1.7

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

0 comments on commit 549b441

Please sign in to comment.