Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: version packages
Browse files Browse the repository at this point in the history
github-actions[bot] committed May 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 5d48f88 commit 5f1bc7b
Showing 11 changed files with 30 additions and 38 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-jeans-film.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/slimy-coats-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-steaks-melt.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.6.0

### Minor Changes

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

## 1.5.0

### Minor Changes
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": {
".": {
16 changes: 16 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @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

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

- [#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
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": {
".": {

0 comments on commit 5f1bc7b

Please sign in to comment.