Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 17, 2024
1 parent d1a29b7 commit 2efd51c
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 38 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-pears-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-buses-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-planets-deliver.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rude-ligers-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-hats-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-papayas-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-needles-cheat.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.4.2

### Patch Changes

- [#133](https://github.com/modern-agile-team/modern-kit/pull/133) [`85aa78d`](https://github.com/modern-agile-team/modern-kit/commit/85aa78d568a87ab0461903a59b9b6c5374266984) Thanks [@ssi02014](https://github.com/ssi02014)! - fix(react): useWindowScroll named export๋กœ ๋ณ€๊ฒฝ

- [#120](https://github.com/modern-agile-team/modern-kit/pull/120) [`76cb6b5`](https://github.com/modern-agile-team/modern-kit/commit/76cb6b5d1cf88f7c50bda81eb948fc0b051edc5a) Thanks [@ssi02014](https://github.com/ssi02014)! - fix: utils์˜ hasOwnProperty ํ•จ์ˆ˜ ์žฌํ™œ์šฉ ๋ฐ useAsyncProcessQueue ํƒ€์ž… ๊ฐœ์„ 

## 1.4.1

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

## 1.4.0

### Minor Changes

- [#127](https://github.com/modern-agile-team/modern-kit/pull/127) [`54d89df`](https://github.com/modern-agile-team/modern-kit/commit/54d89dfd47e4b68d25b4982441a2c76182d5ca6e) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): MIME ๊ด€๋ จ ์œ ํ‹ธ ํ•จ์ˆ˜ ์ถ”๊ฐ€(getMIMEType\*) - @ssi02014

- [#135](https://github.com/modern-agile-team/modern-kit/pull/135) [`d1a29b7`](https://github.com/modern-agile-team/modern-kit/commit/d1a29b735465c73c77d687e4270fd497f32afe39) Thanks [@Sangminnn](https://github.com/Sangminnn)! - feat(utils): convertImageToBlob ํ•จ์ˆ˜ ์ถ”๊ฐ€ ์™„๋ฃŒ

- [#129](https://github.com/modern-agile-team/modern-kit/pull/129) [`75e45fc`](https://github.com/modern-agile-team/modern-kit/commit/75e45fc2f83406f45acac2c638e07fcfca66362f) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): converImageToBase64 ํ•จ์ˆ˜ ์ถ”๊ฐ€ - @ssi02014

- [#121](https://github.com/modern-agile-team/modern-kit/pull/121) [`65c6667`](https://github.com/modern-agile-team/modern-kit/commit/65c6667e0b4946ab4c233eaaca9f525f3f9b6a84) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): Add Clipboard ์œ ํ‹ธ ํ•จ์ˆ˜ ์ถ”๊ฐ€ (clipboardFallbackTextCopy, clipboardTextCopy, clipboardImageCopy) - @ssi02014

### Patch Changes

- [#120](https://github.com/modern-agile-team/modern-kit/pull/120) [`76cb6b5`](https://github.com/modern-agile-team/modern-kit/commit/76cb6b5d1cf88f7c50bda81eb948fc0b051edc5a) Thanks [@ssi02014](https://github.com/ssi02014)! - fix: utils์˜ hasOwnProperty ํ•จ์ˆ˜ ์žฌํ™œ์šฉ ๋ฐ useAsyncProcessQueue ํƒ€์ž… ๊ฐœ์„ 

- [#118](https://github.com/modern-agile-team/modern-kit/pull/118) [`c8bdbbe`](https://github.com/modern-agile-team/modern-kit/commit/c8bdbbe6de50a517eb25b5c8f3306b1c1c192184) Thanks [@ssi02014](https://github.com/ssi02014)! - fix: deleteFalsyProperties ๊ฐœ์„ 

## 1.3.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.3.0",
"version": "1.4.0",
"description": "modern-kit/utils",
"exports": {
".": {
Expand Down

0 comments on commit 2efd51c

Please sign in to comment.