Skip to content

Commit

Permalink
chore: version packages (#614)
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 Dec 4, 2024
1 parent 8fba1a6 commit 324cc5c
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/hot-windows-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-kings-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-bags-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-zebras-remain.md

This file was deleted.

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

## 1.26.0

### Minor Changes

- [#623](https://github.com/modern-agile-team/modern-kit/pull/623) [`8fba1a6`](https://github.com/modern-agile-team/modern-kit/commit/8fba1a613248418556ab0f38bf4406255787b2ba) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(react): OutsidePointerDownHandler 다형성 및 컴포넌트 합성 기능 추가 - @ssi02014

### Patch Changes

- [#622](https://github.com/modern-agile-team/modern-kit/pull/622) [`eb5e4d6`](https://github.com/modern-agile-team/modern-kit/commit/eb5e4d63b9f40721530e849c6cebbe3b02099377) Thanks [@ssi02014](https://github.com/ssi02014)! - fix(react): SwithCase 인터페이스 개선 - @ssi02014

- [#613](https://github.com/modern-agile-team/modern-kit/pull/613) [`acc099f`](https://github.com/modern-agile-team/modern-kit/commit/acc099f4a72ea354e4c31121b72d74906738c570) Thanks [@ssi02014](https://github.com/ssi02014)! - fix(react): inView 타입 수정 - @ssi02014

## 1.25.0

### Minor 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.25.0",
"version": "1.26.0",
"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.24.0

### Minor Changes

- [#603](https://github.com/modern-agile-team/modern-kit/pull/603) [`7aa51ec`](https://github.com/modern-agile-team/modern-kit/commit/7aa51ec69c126625f063e342002fafa4b9e04957) Thanks [@metacode22](https://github.com/metacode22)! - feat(utils): clamp 추가 - @metacode22

## 1.23.0

### Minor 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.23.0",
"version": "1.24.0",
"description": "modern-kit/utils",
"exports": {
".": {
Expand Down

0 comments on commit 324cc5c

Please sign in to comment.