Skip to content

Commit

Permalink
chore: version packages (#452)
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] committed Sep 18, 2024
1 parent 1463879 commit bc86b54
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 28 deletions.
6 changes: 0 additions & 6 deletions .changeset/shaggy-emus-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-falcons-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-elephants-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-jars-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-icons-taste.md

This file was deleted.

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

## 1.17.0

### Minor Changes

- [#466](https://github.com/modern-agile-team/modern-kit/pull/466) [`c6c2a5f`](https://github.com/modern-agile-team/modern-kit/commit/c6c2a5f116d4594982b60f40323cd8da4b6cb45a) Thanks [@ssi02014](https://github.com/ssi02014)! - feat: clipboard read 관련 유틸 함수 추가 및 useClipboard 기능 추가 - @ssi02014

### Patch Changes

- [#458](https://github.com/modern-agile-team/modern-kit/pull/458) [`e2f0dab`](https://github.com/modern-agile-team/modern-kit/commit/e2f0dab7ea5aa17cde5241cbf0b0072774749fd3) Thanks [@ssi02014](https://github.com/ssi02014)! - fix(react): useIntersectionObserver 반환 타입 수정 - @ssi02014

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

## 1.17.0

### Minor Changes

- [#466](https://github.com/modern-agile-team/modern-kit/pull/466) [`c6c2a5f`](https://github.com/modern-agile-team/modern-kit/commit/c6c2a5f116d4594982b60f40323cd8da4b6cb45a) Thanks [@ssi02014](https://github.com/ssi02014)! - feat: clipboard read 관련 유틸 함수 추가 및 useClipboard 기능 추가 - @ssi02014

- [#451](https://github.com/modern-agile-team/modern-kit/pull/451) [`db46ea3`](https://github.com/modern-agile-team/modern-kit/commit/db46ea3774f24d0946317a66d36d1db3e3a1c300) Thanks [@Gaic4o](https://github.com/Gaic4o)! - feat(utils): swap 함수 추가 - @Gaic4o

- [#461](https://github.com/modern-agile-team/modern-kit/pull/461) [`9eda2e6`](https://github.com/modern-agile-team/modern-kit/commit/9eda2e69d12f7e76ec2576e2b6342e4295fa6a15) Thanks [@Sangminnn](https://github.com/Sangminnn)! - feat: drop 유틸함수 추가 - @Sangminnn

- [#459](https://github.com/modern-agile-team/modern-kit/pull/459) [`71b2d07`](https://github.com/modern-agile-team/modern-kit/commit/71b2d07704542e4b283734e198bbfe52aaa851c2) Thanks [@Sangminnn](https://github.com/Sangminnn)! - feat: fill 함수 작업 완료 - @Sangminnn

## 1.16.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.16.0",
"version": "1.17.0",
"description": "modern-kit/utils",
"exports": {
".": {
Expand Down

0 comments on commit bc86b54

Please sign in to comment.