Skip to content

Commit

Permalink
fix: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ssi02014 committed May 30, 2024

Verified

This commit was signed with the committer’s verified signature.
nick-zh Nick
1 parent 8fa37dc commit 6e49589
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,9 +4,9 @@

### Minor Changes

- [`3bf54d0`](https://github.com/modern-agile-team/modern-kit/commit/3bf54d0f5a0764872c3821d583045e77420c534e) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(react): useHover 신규 훅 추가 - @Sangminnn
- [#167](https://github.com/modern-agile-team/modern-kit/pull/167) [`e00b236`](https://github.com/modern-agile-team/modern-kit/commit/e00b2361cdefab3365f82c827869ca40fbfca7f7) Thanks [@Sangminnn](https://github.com/Sangminnn)! - feat(react): useHover 신규 훅 추가 - @Sangminnn

- [`d4930d1`](https://github.com/modern-agile-team/modern-kit/commit/d4930d1e3e7d298d14dda54531812b669101eae5) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(react): OutsideClick 컴포넌트 구현 - @Collection50
- [#163](https://github.com/modern-agile-team/modern-kit/pull/163) [`28f9877`](https://github.com/modern-agile-team/modern-kit/commit/28f9877a40ae0a18faeb24eebaac69365d1e8863) Thanks [@Collection50](https://github.com/Collection50)! - feat(react): OutsideClick 컴포넌트 구현 - @Collection50

- [#154](https://github.com/modern-agile-team/modern-kit/pull/154) [`589dd5b`](https://github.com/modern-agile-team/modern-kit/commit/589dd5b8dcb30019fcdacbecd7d44ad230fba1e4) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(react): useDocumentTitle 커스텀 훅 추가 - @ssi02014

6 changes: 3 additions & 3 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,19 +6,19 @@

- [#159](https://github.com/modern-agile-team/modern-kit/pull/159) [`7842e3e`](https://github.com/modern-agile-team/modern-kit/commit/7842e3ea3eedee41605d41de5f105b5c772f5963) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): countOccurrencesInArray 유틸 함수 추가 - @ssi02014

- [`6a51b64`](https://github.com/modern-agile-team/modern-kit/commit/6a51b64c23d647cc1c8f6db391dcfcbd07ce4d1d) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): excludeElements 신규 유틸 함수 추가 - @Collection50
- [#182](https://github.com/modern-agile-team/modern-kit/pull/182) [`60b6e37`](https://github.com/modern-agile-team/modern-kit/commit/60b6e37854684e63b899a837e7cc6439421e64a1) Thanks [@Collection50](https://github.com/Collection50)! - feat(utils): excludeElements 신규 유틸 함수 추가 - @Collection50

- [#172](https://github.com/modern-agile-team/modern-kit/pull/172) [`6930cc7`](https://github.com/modern-agile-team/modern-kit/commit/6930cc72ab764f10eafd71510f0149b216b31c89) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): rem 신규 유틸 함수 추가 - @ssi02014

### Patch Changes

- [`82d84ca`](https://github.com/modern-agile-team/modern-kit/commit/82d84ca47b232e7aee5960bb1f7bac229f75dc80) Thanks [@ssi02014](https://github.com/ssi02014)! - fix(utils): 특수 문자에 대한 개수와 공백에 대한 처리 추가 - @hoonloper
- [#168](https://github.com/modern-agile-team/modern-kit/pull/168) [`73a9f34`](https://github.com/modern-agile-team/modern-kit/commit/73a9f34a6fe58040808bfca6e47869f6f76aed2e) Thanks [@hoonloper](https://github.com/hoonloper)! - fix(utils): 특수 문자에 대한 개수와 공백에 대한 처리 추가 - @hoonloper

- [#161](https://github.com/modern-agile-team/modern-kit/pull/161) [`fdb918e`](https://github.com/modern-agile-team/modern-kit/commit/fdb918ef3e846d731979687323207e20b03f181a) Thanks [@ssi02014](https://github.com/ssi02014)! - fix(utils): clipboard 관련 함수 네이밍 변경 - @ssi02014

- [#151](https://github.com/modern-agile-team/modern-kit/pull/151) [`16d958f`](https://github.com/modern-agile-team/modern-kit/commit/16d958f415072d8b05c0bd680a19175c3308488d) Thanks [@hoonloper](https://github.com/hoonloper)! - fix(utils): deepCopy 순환참조 이슈 수정 및 Date, Regex 테스트 코드 추가 - @hoonloper

- [`d4930d1`](https://github.com/modern-agile-team/modern-kit/commit/d4930d1e3e7d298d14dda54531812b669101eae5) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): deepEqual, delay 함수 개선 - @hoonloper
- [#164](https://github.com/modern-agile-team/modern-kit/pull/164), [#165](https://github.com/modern-agile-team/modern-kit/pull/165) [`b193474`](https://github.com/modern-agile-team/modern-kit/commit/b193474b6495051aa1fbbbfdebf06933978e6c73) Thanks [@hoonloper](https://github.com/hoonloper)! - feat(utils): deepEqual, delay 함수 개선 - @hoonloper

- [#165](https://github.com/modern-agile-team/modern-kit/pull/165) [`b0e872d`](https://github.com/modern-agile-team/modern-kit/commit/b0e872d556403e9787b7b8b69200a78248df1828) Thanks [@hoonloper](https://github.com/hoonloper)! - feat(utils): delay 인자 음수, NaN 검증 추가 - @hoonloper

0 comments on commit 6e49589

Please sign in to comment.