Skip to content

Commit

Permalink
chore: version packages (#270)
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 Jun 28, 2024
1 parent dbbaac5 commit 3d7076a
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-fishes-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-panthers-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-rivers-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-fans-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-cars-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-cheetahs-admire.md

This file was deleted.

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

## 1.11.0

### Minor Changes

- [#268](https://github.com/modern-agile-team/modern-kit/pull/268) [`58d7750`](https://github.com/modern-agile-team/modern-kit/commit/58d7750822359b0d4b9a5f52e2e023296ecbb3d7) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(react): Iterator 유틸 컴포넌트 추가 - @ssi02014

- [#276](https://github.com/modern-agile-team/modern-kit/pull/276) [`dbbaac5`](https://github.com/modern-agile-team/modern-kit/commit/dbbaac51a662dc943b438a9ccc7a8d960c7b203f) Thanks [@Sangminnn](https://github.com/Sangminnn)! - feat(react): ClientOnly 컴포넌트 작업 완료 - @Sangminnn

- [#274](https://github.com/modern-agile-team/modern-kit/pull/274) [`08e4eaf`](https://github.com/modern-agile-team/modern-kit/commit/08e4eafa1f3520a16f3c998f4f414cda371dca1b) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(react): SeparatedIterator 신규 컴포넌트 추가 - @ssi02014

### Patch Changes

- [#275](https://github.com/modern-agile-team/modern-kit/pull/275) [`0873718`](https://github.com/modern-agile-team/modern-kit/commit/0873718e6c29d22da30974ae7df2747955b5b676) Thanks [@ssi02014](https://github.com/ssi02014)! - fix(react): useMergeRefs 개선 - @ssi02014

- [`2689590`](https://github.com/modern-agile-team/modern-kit/commit/2689590d1e23256c4d491e095634292a51a88bb0) Thanks [@ssi02014](https://github.com/ssi02014)! - fix(react): SwitchCase props 좁은 타입으로 변경 - @ssi02014

## 1.10.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.10.0",
"version": "1.11.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.9.1

### Patch Changes

- [#273](https://github.com/modern-agile-team/modern-kit/pull/273) [`37dcb88`](https://github.com/modern-agile-team/modern-kit/commit/37dcb88f1b6bdeddee4df9d67c331f22f097839c) Thanks [@ssi02014](https://github.com/ssi02014)! - fix(utils): excludeElements 성능 개선을 위해 인터페이스 변경 - @ssi02014

## 1.9.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.9.0",
"version": "1.9.1",
"description": "modern-kit/utils",
"exports": {
".": {
Expand Down

0 comments on commit 3d7076a

Please sign in to comment.