Skip to content

Commit

Permalink
chore: version packages (#470)
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 Sep 20, 2024
1 parent 894bf95 commit 33cf068
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/loud-taxis-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-singers-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-trains-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-rats-lick.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.18.0

### Minor Changes

- [#474](https://github.com/modern-agile-team/modern-kit/pull/474) [`894bf95`](https://github.com/modern-agile-team/modern-kit/commit/894bf95b5b9d74fb9d2c00a7df87134c0b5eb134) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(react): useThrottle 훅 추가 - @ssi02014

- [#473](https://github.com/modern-agile-team/modern-kit/pull/473) [`81f69c2`](https://github.com/modern-agile-team/modern-kit/commit/81f69c2b0677381666dcd9745305044fb84aa82e) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(react): useDebouncedState 신규 훅 추가 - @ssi02014

### Patch Changes

- [#469](https://github.com/modern-agile-team/modern-kit/pull/469) [`e150f81`](https://github.com/modern-agile-team/modern-kit/commit/e150f81fd23ebe98bee70f78559f0de7c08f72b1) Thanks [@ssi02014](https://github.com/ssi02014)! - refac(react): storage setState 타입 변경 - @ssi02014

## 1.17.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.17.0",
"version": "1.18.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.18.0

### Minor Changes

- [#471](https://github.com/modern-agile-team/modern-kit/pull/471) [`d172d55`](https://github.com/modern-agile-team/modern-kit/commit/d172d5510968238bc0a7750c40e7805399b9b8f2) Thanks [@Sangminnn](https://github.com/Sangminnn)! - feat(utils): take 유틸함수 작업 완료 - @Sangminnn

## 1.17.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.17.0",
"version": "1.18.0",
"description": "modern-kit/utils",
"exports": {
".": {
Expand Down

0 comments on commit 33cf068

Please sign in to comment.