Skip to content

Commit

Permalink
chore: version packages (#280)
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 Jul 11, 2024
1 parent 1559db7 commit 7f8ac6a
Show file tree
Hide file tree
Showing 25 changed files with 63 additions and 100 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-ravens-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bright-readers-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-students-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-papayas-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-chicken-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-coats-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-swans-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-hairs-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-apes-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-ants-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-islands-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-dolphins-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-pets-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-mayflies-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-mice-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-eagles-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-guests-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-crabs-clap.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/warm-falcons-sleep.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.12.0

### Minor Changes

- [#285](https://github.com/modern-agile-team/modern-kit/pull/285) [`d003f21`](https://github.com/modern-agile-team/modern-kit/commit/d003f2147bead771e418ea951c7ab4db4ccf4389) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(react): useWindowScrollTo를 useScrollTo로 개선 - @ssi02014

- [#281](https://github.com/modern-agile-team/modern-kit/pull/281) [`0954125`](https://github.com/modern-agile-team/modern-kit/commit/0954125e60516b83c1a538745b94e42bb08f0293) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(react): useStepState 신규 커스텀 훅 추가 - @ssi02014

- [#322](https://github.com/modern-agile-team/modern-kit/pull/322) [`1559db7`](https://github.com/modern-agile-team/modern-kit/commit/1559db7917215887314b8f0180b3c83ece32e344) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(react): usePreferredColocScheme 신규 훅 추가 - @ssi02014

### Patch Changes

- [`d668f7f`](https://github.com/modern-agile-team/modern-kit/commit/d668f7fc37a33afd14d9865dc0d574c50684d9c3) Thanks [@ssi02014](https://github.com/ssi02014)! - fix(react): storage hook initialValue에 usePreservedState 적용 - @ssi02014

- [#305](https://github.com/modern-agile-team/modern-kit/pull/305) [`19f99e4`](https://github.com/modern-agile-team/modern-kit/commit/19f99e49ff80814d6131e279bb80b94d39f0a51b) Thanks [@ssi02014](https://github.com/ssi02014)! - fix(react): 컴포넌트 개선 Iterator, SeparatedIterator - @ssi02014

## 1.11.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.11.0",
"version": "1.12.0",
"description": "modern-kit/react",
"exports": {
".": {
Expand Down
10 changes: 10 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @modern-kit/types

## 1.4.0

### Minor Changes

- [#294](https://github.com/modern-agile-team/modern-kit/pull/294) [`fc6eb4d`](https://github.com/modern-agile-team/modern-kit/commit/fc6eb4df8c818fe5e9ae23158887bd9506459998) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(types): ExtractNestedArrayType 유틸 타입 추가 - @ssi02014

### Patch Changes

- [#305](https://github.com/modern-agile-team/modern-kit/pull/305) [`19f99e4`](https://github.com/modern-agile-team/modern-kit/commit/19f99e49ff80814d6131e279bb80b94d39f0a51b) Thanks [@ssi02014](https://github.com/ssi02014)! - fix(react): 컴포넌트 개선 Iterator, SeparatedIterator - @ssi02014

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@modern-kit/types",
"sideEffects": false,
"version": "1.3.0",
"version": "1.4.0",
"description": "modern-kit/types",
"exports": {
".": {
Expand Down
34 changes: 34 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# @modern-kit/utils

## 1.10.0

### Minor Changes

- [#283](https://github.com/modern-agile-team/modern-kit/pull/283) [`e2cc663`](https://github.com/modern-agile-team/modern-kit/commit/e2cc6633f85877ae566ec7869285792315ce9f34) Thanks [@Gaic4o](https://github.com/Gaic4o)! - feat(utils): isReference 유틸 함수 추가 - @Gaic4o

- [#294](https://github.com/modern-agile-team/modern-kit/pull/294) [`fc6eb4d`](https://github.com/modern-agile-team/modern-kit/commit/fc6eb4df8c818fe5e9ae23158887bd9506459998) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): flatMapDeep 신규 유틸 함수 추가 - @ssi02014

- [#287](https://github.com/modern-agile-team/modern-kit/pull/287) [`ae52b01`](https://github.com/modern-agile-team/modern-kit/commit/ae52b0152bfd828474c8207c242a8b9e323fb9b6) Thanks [@Collection50](https://github.com/Collection50)! - feat(util): average 함수 구현

- [#323](https://github.com/modern-agile-team/modern-kit/pull/323) [`e6ed357`](https://github.com/modern-agile-team/modern-kit/commit/e6ed3572a91e939728983565ca277195e16834d0) Thanks [@Sangminnn](https://github.com/Sangminnn)! - feat: reverseString 함수 추가 완료 - @Sangminnn

- [`b377000`](https://github.com/modern-agile-team/modern-kit/commit/b3770009adfeb50590811913568a2cecb10d967a) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): sum 함수 추가 - @Collection50

- [#303](https://github.com/modern-agile-team/modern-kit/pull/303) [`cf117da`](https://github.com/modern-agile-team/modern-kit/commit/cf117da02d93eeeda6413ddc72a15830f77c3487) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): flatten 신규 유틸 함수 추가 - @ssi02014

- [#300](https://github.com/modern-agile-team/modern-kit/pull/300) [`c85b3f4`](https://github.com/modern-agile-team/modern-kit/commit/c85b3f42570f79e6095ad295109b1c72a9ece49a) Thanks [@Gaic4o](https://github.com/Gaic4o)! - feat(utils): isPlainObject 유틸 함수 추가 - @Gaic4o

- [#309](https://github.com/modern-agile-team/modern-kit/pull/309) [`7a94508`](https://github.com/modern-agile-team/modern-kit/commit/7a94508a9388f3df699625ca7454dc021a97103c) Thanks [@beberiche](https://github.com/beberiche)! - Feat(utils): isSubset 신규 유틸 함수 추가 - @beberiche

- [#314](https://github.com/modern-agile-team/modern-kit/pull/314) [`30d4546`](https://github.com/modern-agile-team/modern-kit/commit/30d454673160730071d5127c68e0816a5c0b030f) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): flattenDeep 함수 추가 - @ssi02014

### Patch Changes

- [#297](https://github.com/modern-agile-team/modern-kit/pull/297) [`1192591`](https://github.com/modern-agile-team/modern-kit/commit/11925919a0a18f59b09ed4704fba60263a9f40b9) Thanks [@ssi02014](https://github.com/ssi02014)! - fix(utils): omit 타입 변경 및 deepCopy 개선 - @ssi02014

- [`a64b991`](https://github.com/modern-agile-team/modern-kit/commit/a64b991cb9e83a57bb0c51021ac2b924bebf6ab3) Thanks [@ssi02014](https://github.com/ssi02014)! - fix(utils): deleteFalsyProperties 타입 수정 - @ssi02014

- [#304](https://github.com/modern-agile-team/modern-kit/pull/304) [`eba8634`](https://github.com/modern-agile-team/modern-kit/commit/eba8634038f503c5cd4c1207c8a720eebbc097ed) Thanks [@Collection50](https://github.com/Collection50)! - fix(util): math util 함수의 반복문을 for...of 문으로 수정 - @Collection50

- [#319](https://github.com/modern-agile-team/modern-kit/pull/319) [`dc17782`](https://github.com/modern-agile-team/modern-kit/commit/dc177820173c067bcbb7626c4df3463229b0d282) Thanks [@ssi02014](https://github.com/ssi02014)! - fix(utils): mergeProperties 및 isArray 개선 - @ssi02014

- [#305](https://github.com/modern-agile-team/modern-kit/pull/305) [`19f99e4`](https://github.com/modern-agile-team/modern-kit/commit/19f99e49ff80814d6131e279bb80b94d39f0a51b) Thanks [@ssi02014](https://github.com/ssi02014)! - fix(react): 컴포넌트 개선 Iterator, SeparatedIterator - @ssi02014

## 1.9.1

### Patch 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.1",
"version": "1.10.0",
"description": "modern-kit/utils",
"exports": {
".": {
Expand Down

0 comments on commit 7f8ac6a

Please sign in to comment.