Skip to content

Commit

Permalink
chore: version packages (#233)
Browse files Browse the repository at this point in the history
* chore: version packages

* chore: changesetlog pr, author 링크 변경

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: ssi02014 <ssi02014@naver.com>
  • Loading branch information
3 people committed Jun 20, 2024
1 parent a2c54d9 commit 18c4ee7
Show file tree
Hide file tree
Showing 14 changed files with 34 additions and 52 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-boxes-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-glasses-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-trees-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-seals-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-items-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-files-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-yaks-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-turtles-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-hats-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-jeans-provide.md

This file was deleted.

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

## 1.9.0

### Minor Changes

- [#239](https://github.com/modern-agile-team/modern-kit/pull/239) [`16e27d1`](https://github.com/modern-agile-team/modern-kit/commit/16e27d1de225e42ec2a4882cfe7a13c881a53128) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(react): useLocalStorage 신규 훅 추가 - @ssi02014

- [#236](https://github.com/modern-agile-team/modern-kit/pull/236) [`7d875e1`](https://github.com/modern-agile-team/modern-kit/commit/7d875e178d0aae7db2a34feb1d18fa3aeb5b7ff9) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(react): FallbackLazyImage 신규 컴포넌트 추가 - @ssi02014

- [#246](https://github.com/modern-agile-team/modern-kit/pull/246) [`3992c9b`](https://github.com/modern-agile-team/modern-kit/commit/3992c9b5d628ab93a2e097f941a2ab733861411a) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(react): useSessionStorage 신규 훅 추가 - @ssi02014

### Patch Changes

- [#232](https://github.com/modern-agile-team/modern-kit/pull/232) [`c00d281`](https://github.com/modern-agile-team/modern-kit/commit/c00d2811f8d1058e27ad1d660b4c13f7953d6c26) Thanks [@ssi02014](https://github.com/ssi02014)! - fix(react): LazyImage 내부 스타일 제거 - @ssi02014

## 1.8.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.8.0",
"version": "1.9.0",
"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.8.0

### Minor Changes

- [#230](https://github.com/modern-agile-team/modern-kit/pull/230) [`21c6398`](https://github.com/modern-agile-team/modern-kit/commit/21c639880f267394f3a17339f0c484fe21055508) Thanks [@Sangminnn](https://github.com/Sangminnn)! - feat(utils): isFloat 함수 추가 완료 - @Sangminnn

- [#243](https://github.com/modern-agile-team/modern-kit/pull/243) [`2a7853b`](https://github.com/modern-agile-team/modern-kit/commit/2a7853b) Thanks [@Sangminnn](https://github.com/Sangminnn)! - feat(utils): intersection 함수 작업 - @Sangminnn

- [#241](https://github.com/modern-agile-team/modern-kit/pull/241) [`ffd22b1`](https://github.com/modern-agile-team/modern-kit/commit/ffd22b1992d7ce8ba588748923b2e6f3018f8ba1) Thanks [@beberiche](https://github.com/beberiche)! - feat(utils): extractletters 신규 유틸 함수 추가 - @beberiche

- [#244](https://github.com/modern-agile-team/modern-kit/pull/244) [`be8965a`](https://github.com/modern-agile-team/modern-kit/commit/be8965a77a542766ba650cc87136129de6a3697b) Thanks [@ssi02014](https://github.com/ssi02014)! - fix(utils): parseJSON 개선 - @ssi02014

- [#242](https://github.com/modern-agile-team/modern-kit/pull/242) [`b9277f0`](https://github.com/modern-agile-team/modern-kit/commit/b9277f0b99f9a04bc7bcd7ee243ad459c36a5eb6) Thanks [@Sangminnn](https://github.com/Sangminnn)! - feat(utils): isInRange 함수 작업 완료 - @Sangminnn

### Patch Changes

- [`03a6ada`](https://github.com/modern-agile-team/modern-kit/commit/03a6adae84f32851be2082b91f6a3a1d6e8c7619) Thanks [@ssi02014](https://github.com/ssi02014)! - fix(utils): isFunction 개선 - @ssi02014

## 1.7.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.7.0",
"version": "1.8.0",
"description": "modern-kit/utils",
"exports": {
".": {
Expand Down

0 comments on commit 18c4ee7

Please sign in to comment.