Skip to content

Commit

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

* fix: changeset

* docs: types 문서 수정

---------

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 authored Jul 28, 2024
1 parent 185e22b commit 2c57917
Show file tree
Hide file tree
Showing 20 changed files with 48 additions and 81 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-turtles-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-beers-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-pigs-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-pugs-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-suits-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-wombats-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-emus-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-grapes-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-beans-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-mugs-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-mangos-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-bats-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-dolls-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-keys-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-adults-hunt.md

This file was deleted.

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

## 1.13.0

### Minor Changes

- [#376](https://github.com/modern-agile-team/modern-kit/pull/376) [`f805877`](https://github.com/modern-agile-team/modern-kit/commit/f8058778b65525ebc4d6cc15395ca0abb5fe3727) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(react): useScrollTo 특정 요소 스크롤 기능 추가 - @ssi02014

- [#351](https://github.com/modern-agile-team/modern-kit/pull/351) [`e9e3bde`](https://github.com/modern-agile-team/modern-kit/commit/e9e3bde01a7437568289ee9e66795fd158728951) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(react): useCycleList 신규 훅 추가 - @ssi02014

- [#355](https://github.com/modern-agile-team/modern-kit/pull/355) [`ec49a21`](https://github.com/modern-agile-team/modern-kit/commit/ec49a21a515b8cebb6709d8e46f4df69f4e7b823) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(react): useTimeout 개선 및 기능 추가 - @ssi02014

- [#364](https://github.com/modern-agile-team/modern-kit/pull/364) [`7d092d6`](https://github.com/modern-agile-team/modern-kit/commit/7d092d68abc97bf9b916c1ef5798d969c97d2f9e) Thanks [@haejunejung](https://github.com/haejunejung)! - feat(react): IfElse 컴포넌트 기능 추가 - @haejunejung

### Patch Changes

- [#349](https://github.com/modern-agile-team/modern-kit/pull/349) [`1c08709`](https://github.com/modern-agile-team/modern-kit/commit/1c087098d8de54caaa1d9a3b16ca35e72809fc82) Thanks [@ssi02014](https://github.com/ssi02014)! - fix(react): useStep의 step의 최소 값과 initialStep의 기본 값을 0으로 수정 - @ssi02014

- [#354](https://github.com/modern-agile-team/modern-kit/pull/354) [`37fa669`](https://github.com/modern-agile-team/modern-kit/commit/37fa669c9515faf3b4e9035aa3d9720c7360dc5b) Thanks [@ssi02014](https://github.com/ssi02014)! - fix(react): usePreservedCallback 최신 함수 보장 이슈 해결 - @ssi02014

## 1.12.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.12.0",
"version": "1.13.0",
"description": "modern-kit/react",
"exports": {
".": {
Expand Down
8 changes: 4 additions & 4 deletions packages/types/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @modern-kit/utils <a href="https://www.npmjs.com/package/@modern-kit/utils" target="_blank"><img align="center" src="https://img.shields.io/npm/v/@modern-kit/utils.svg" /></a> <a href="https://bundlephobia.com/package/@modern-kit/utils" target="_blank"><img align="center" src="https://img.shields.io/bundlephobia/minzip/@modern-kit/utils/latest"></a>
# @modern-kit/types <a href="https://www.npmjs.com/package/@modern-kit/types" target="_blank"><img align="center" src="https://img.shields.io/npm/v/@modern-kit/types.svg" /></a> <a href="https://bundlephobia.com/package/@modern-kit/types" target="_blank"><img align="center" src="https://img.shields.io/bundlephobia/minzip/@modern-kit/types/latest"></a>

유용한 타입스크립트 유틸 타입들을 제공합니다.

Expand All @@ -12,16 +12,16 @@

## Usage
```shell
npm i @modern-kit/types
npm i -D @modern-kit/types
```

```shell
yarn add @modern-kit/types
yarn add -D @modern-kit/types
```


```shell
pnpm i @modern-kit/types
pnpm i -D @modern-kit/types
```

<br />
Expand Down
24 changes: 24 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @modern-kit/utils

## 1.12.0

### Minor Changes

- [#375](https://github.com/modern-agile-team/modern-kit/pull/375) [`185e22b`](https://github.com/modern-agile-team/modern-kit/commit/185e22bb34d1517ebd14c838b18e515850453869) Thanks [@Sangminnn](https://github.com/Sangminnn)! - feat(utils): serialize 유틸함수 추가 완료 - @Sangminnn

- [#333](https://github.com/modern-agile-team/modern-kit/pull/333) [`9dcb2b4`](https://github.com/modern-agile-team/modern-kit/commit/9dcb2b4857a7ac42f4adee2acb06e0a6dc6a69a6) Thanks [@ssi02014](https://github.com/ssi02014)! - fix(react): isNullish, isNotNullish -> isNill, isNotNill 로 네이밍 변경 (breaking changes) - @ssi0214

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

- [#342](https://github.com/modern-agile-team/modern-kit/pull/342) [`03ddbc9`](https://github.com/modern-agile-team/modern-kit/commit/03ddbc9024e8f0d4084ed9edf647adf64ee9eeb4) Thanks [@Gaic4o](https://github.com/Gaic4o)! - feat(utils): mapRight 유틸 함수 추가 - @Gaic4o

- [#376](https://github.com/modern-agile-team/modern-kit/pull/376) [`f805877`](https://github.com/modern-agile-team/modern-kit/commit/f8058778b65525ebc4d6cc15395ca0abb5fe3727) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): isWindow 신규 함수 추가 - @ssi02014

- [#339](https://github.com/modern-agile-team/modern-kit/pull/339) [`14791a5`](https://github.com/modern-agile-team/modern-kit/commit/14791a573135ca9f1bc4d9a36bc907fe5f0521e8) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): shuffle 신규 함수 추가 - @ssi02014

- [#344](https://github.com/modern-agile-team/modern-kit/pull/344) [`929c3ec`](https://github.com/modern-agile-team/modern-kit/commit/929c3ec90d8044783261be541973596b3b4856f4) Thanks [@Sangminnn](https://github.com/Sangminnn)! - feat(utils): range 함수 추가 완료 - @Sangminnn

- [#329](https://github.com/modern-agile-team/modern-kit/pull/329) [`b63bcea`](https://github.com/modern-agile-team/modern-kit/commit/b63bceafc525a70c1c94be3f0e0fa926c9c03c2e) Thanks [@Gaic4o](https://github.com/Gaic4o)! - feat(utils): forEachRight 유틸 함수 추가 - @Gaic4o

### Patch Changes

- [#338](https://github.com/modern-agile-team/modern-kit/pull/338) [`3fa199e`](https://github.com/modern-agile-team/modern-kit/commit/3fa199eb6d3d71802bf584de4464685c503c98ed) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): chunk 기능 개선 - @ssi02014

## 1.11.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.11.0",
"version": "1.12.0",
"description": "modern-kit/utils",
"exports": {
".": {
Expand Down

0 comments on commit 2c57917

Please sign in to comment.