Skip to content

Commit

Permalink
chore: version packages (#204)
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 Jun 17, 2024
1 parent c21a97c commit 5cdf630
Show file tree
Hide file tree
Showing 19 changed files with 49 additions and 70 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-weeks-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-colts-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-taxis-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-worms-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-parents-return.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hot-cameras-clean.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lazy-years-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-geese-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-doors-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-mayflies-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-planes-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-rules-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-actors-drop.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.8.0

### Minor Changes

- [#212](https://github.com/modern-agile-team/modern-kit/pull/212) [`b0a08c9`](https://github.com/modern-agile-team/modern-kit/commit/b0a08c9192484dd83e2c4f99d515fdb7212a5ef1) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(react): useScrollLock 신규 컴포넌트 추가 - @ssi02014

- [#225](https://github.com/modern-agile-team/modern-kit/pull/225) [`b680413`](https://github.com/modern-agile-team/modern-kit/commit/b68041325d32aac5e28eaa5d1b20cd873d746ec4) Thanks [@Sangminnn](https://github.com/Sangminnn)! - feat(react): useVhProperty 훅 추가 완료 - @sangminnn

### Patch Changes

- [#208](https://github.com/modern-agile-team/modern-kit/pull/208) [`822e21c`](https://github.com/modern-agile-team/modern-kit/commit/822e21c4ffa8f95da0b000468d8c056078035220) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(react): useIntersectionObserver 개선 및 InView, LazyImage 수정 - @ssi02014

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

## 1.3.0

### Minor Changes

- [#217](https://github.com/modern-agile-team/modern-kit/pull/217) [`b239f85`](https://github.com/modern-agile-team/modern-kit/commit/b239f85ab91f78b5e032390ecc74feb2e430b6bc) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): isPrimitive 함수 추가 및 Primitive, Reference 유틸 타입 추가 - @ssi02014

- [#229](https://github.com/modern-agile-team/modern-kit/pull/229) [`00d17f5`](https://github.com/modern-agile-team/modern-kit/commit/00d17f50ed612363097ab985ec029078fd4eb1b9) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): union 유틸 함수 추가 및 ArrayWithReadonly 유틸 타입 추가 - @ssi02014

## 1.2.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.2.0",
"version": "1.3.0",
"description": "modern-kit/types",
"exports": {
".": {
Expand Down
26 changes: 26 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @modern-kit/utils

## 1.7.0

### Minor Changes

- [`c21a97c`](https://github.com/modern-agile-team/modern-kit/commit/c21a97c2a2a85b38141a2c45b2d4db985d4a01cb) Thanks [@ssi02014](https://github.com/ssi02014)! - chore: 누락된 isMIMEType export 추가 - @ssi02014

- [#209](https://github.com/modern-agile-team/modern-kit/pull/209) [`b226599`](https://github.com/modern-agile-team/modern-kit/commit/b226599ddd978bdca778101115dddac543de1879) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): invert, identity 유틸 함수 추가 - @ssi02014

- [#217](https://github.com/modern-agile-team/modern-kit/pull/217) [`b239f85`](https://github.com/modern-agile-team/modern-kit/commit/b239f85ab91f78b5e032390ecc74feb2e430b6bc) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): isPrimitive 함수 추가 및 Primitive, Reference 유틸 타입 추가 - @ssi02014

- [#229](https://github.com/modern-agile-team/modern-kit/pull/229) [`00d17f5`](https://github.com/modern-agile-team/modern-kit/commit/00d17f50ed612363097ab985ec029078fd4eb1b9) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): union 유틸 함수 추가 및 ArrayWithReadonly 유틸 타입 추가 - @ssi02014

- [#221](https://github.com/modern-agile-team/modern-kit/pull/221) [`a633ff0`](https://github.com/modern-agile-team/modern-kit/commit/a633ff0c21d719fa4fe5eb77f1c5d4f84725d511) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): isValidPassword 유틸 함수 추가 - @ssi02014

- [#221](https://github.com/modern-agile-team/modern-kit/pull/221) [`a633ff0`](https://github.com/modern-agile-team/modern-kit/commit/a633ff0c21d719fa4fe5eb77f1c5d4f84725d511) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): regex 관련 유틸 함수 추가(containsConsecutiveCharacters, containsHangul, containsLowerCase 등) - @ssi02014

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

- [#198](https://github.com/modern-agile-team/modern-kit/pull/198) [`8c1b5fa`](https://github.com/modern-agile-team/modern-kit/commit/8c1b5fa929347ee90f8fce150e7541454eaafde8) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): contain 신규 유틸 함수 추가 - @ssi02014

- [#216](https://github.com/modern-agile-team/modern-kit/pull/216) [`fc43010`](https://github.com/modern-agile-team/modern-kit/commit/fc4301098ad2e7d9ae90b64272ef39eee91aef7b) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): partition 유틸 함수 추가 - @ssi02014

### Patch Changes

- [#205](https://github.com/modern-agile-team/modern-kit/pull/205) [`a21eaa7`](https://github.com/modern-agile-team/modern-kit/commit/a21eaa717095ba6d9affbfde2514ae5b4d07c8a2) Thanks [@ssi02014](https://github.com/ssi02014)! - fix(utils): delay 유틸 함수 개선 - @ssi02014

## 1.6.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.6.0",
"version": "1.7.0",
"description": "modern-kit/utils",
"exports": {
".": {
Expand Down

0 comments on commit 5cdf630

Please sign in to comment.