Skip to content

Commit

Permalink
chore: version packages (#187)
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 2, 2024
1 parent 8119e35 commit 5679d43
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-icons-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-windows-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-planes-roll.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/loud-zebras-shave.md

This file was deleted.

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

## 1.7.0

### Minor Changes

- [#186](https://github.com/modern-agile-team/modern-kit/pull/186) [`af930a0`](https://github.com/modern-agile-team/modern-kit/commit/af930a08e104aaed16a38550021ef90ccd010a75) Thanks [@Sangminnn](https://github.com/Sangminnn)! - feat(react): useMouse 신규 훅 추가 - @Sangminnn

- [#194](https://github.com/modern-agile-team/modern-kit/pull/194) [`e12da88`](https://github.com/modern-agile-team/modern-kit/commit/e12da882a0bd76ba80aaee7ba7c61bbb43a82c3d) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(react): useNetwork 신규 훅 추가 - @ssi02014

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

## 1.2.0

### Minor Changes

- [#184](https://github.com/modern-agile-team/modern-kit/pull/184) [`ac3725a`](https://github.com/modern-agile-team/modern-kit/commit/ac3725a0fe2f1263b7e13590be2d0e4f81f223e9) Thanks [@Collection50](https://github.com/Collection50)! - feat(utils): chunk 유틸 함수 추가 및 Interger, NaturalNumber WholeNumber 유틸 타입 추가

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

## 1.6.0

### Minor Changes

- [#184](https://github.com/modern-agile-team/modern-kit/pull/184) [`ac3725a`](https://github.com/modern-agile-team/modern-kit/commit/ac3725a0fe2f1263b7e13590be2d0e4f81f223e9) Thanks [@Collection50](https://github.com/Collection50)! - feat(utils): chunk 유틸 함수 추가 및 Interger, NaturalNumber WholeNumber 유틸 타입 추가

### Patch Changes

- [#195](https://github.com/modern-agile-team/modern-kit/pull/195) [`8119e35`](https://github.com/modern-agile-team/modern-kit/commit/8119e35c4f3bb2aae721406f7d0f55b8ccc973a6) Thanks [@ssi02014](https://github.com/ssi02014)! - fix(utils): chunk exceptionCase 변수 추가 - @ssi02014

## 1.5.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.5.0",
"version": "1.6.0",
"description": "modern-kit/utils",
"exports": {
".": {
Expand Down

0 comments on commit 5679d43

Please sign in to comment.