Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 30, 2024
1 parent 6a51b64 commit 8fa37dc
Show file tree
Hide file tree
Showing 17 changed files with 42 additions and 68 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-jeans-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-candles-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-mugs-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-garlics-clean.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/forty-bottles-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-planets-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-days-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-fishes-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-flies-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-coats-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-mangos-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-bulldogs-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-steaks-melt.md

This file was deleted.

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

## 1.6.0

### Minor Changes

- [`3bf54d0`](https://github.com/modern-agile-team/modern-kit/commit/3bf54d0f5a0764872c3821d583045e77420c534e) Thanks [@ssi02014](https://github.com/ssi02014)! - 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

- [#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

### Patch Changes

- [#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

- [#173](https://github.com/modern-agile-team/modern-kit/pull/173) [`04ab39e`](https://github.com/modern-agile-team/modern-kit/commit/04ab39e13be9e19f63d9fe4a277034fa40ba9004) Thanks [@ssi02014](https://github.com/ssi02014)! - fix(react): useInterval enabled 속성 추가 - @ssi02014

- [#178](https://github.com/modern-agile-team/modern-kit/pull/178) [`9958080`](https://github.com/modern-agile-team/modern-kit/commit/995808023df257ca9d9cefbc2f34bd2b465c7377) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(react): useInterval startInterval/stopInterval 함수 추가 - @ssi02014

## 1.5.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.5.0",
"version": "1.6.0",
"description": "modern-kit/react",
"exports": {
".": {
Expand Down
22 changes: 22 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @modern-kit/utils

## 1.5.0

### Minor Changes

- [#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

- [#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

- [#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

- [#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

## 1.4.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.4.0",
"version": "1.5.0",
"description": "modern-kit/utils",
"exports": {
".": {
Expand Down

0 comments on commit 8fa37dc

Please sign in to comment.