Skip to content

Commit

Permalink
chore: version packages (#675)
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
github-actions[bot] and github-actions[bot] authored Jan 13, 2025
1 parent 41a4223 commit bac22e1
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-forks-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-carrots-share.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @modern-kit/react

## 1.27.2

### Patch Changes

- [#677](https://github.com/modern-agile-team/modern-kit/pull/677) [`41a4223`](https://github.com/modern-agile-team/modern-kit/commit/41a42238f4f700f5c2531fb4627a740cb7119b15) Thanks [@ssi02014](https://github.com/ssi02014)! - fix(react): SwitchCase 하위 타입스크립트/리액트 버전 타입 호환성을 위해 반환 타입 수정 - @ssi02014

## 1.27.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@modern-kit/react",
"sideEffects": false,
"version": "1.27.1",
"version": "1.27.2",
"description": "modern-kit/react",
"exports": {
".": {
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 @@
# @modern-kit/utils

## 1.26.2

### Patch Changes

- [#674](https://github.com/modern-agile-team/modern-kit/pull/674) [`8b3f288`](https://github.com/modern-agile-team/modern-kit/commit/8b3f288142384b78fc888e1d45d3412dfd768c8b) Thanks [@ssi02014](https://github.com/ssi02014)! - fix(utils): formatValueWithSymbol 자연스러운 역할 이해를 위해 네이밍 변경 - @ssi02014

## 1.26.1

### 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,7 +1,7 @@
{
"name": "@modern-kit/utils",
"sideEffects": false,
"version": "1.26.1",
"version": "1.26.2",
"description": "modern-kit/utils",
"exports": {
".": {
Expand Down

0 comments on commit bac22e1

Please sign in to comment.