Skip to content

Commit

Permalink
chore: version packages (#530)
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 Oct 25, 2024
1 parent 718281c commit c17b14a
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-donkeys-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-pets-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-cows-taste.md

This file was deleted.

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

## 1.22.0

### Minor Changes

- [#529](https://github.com/modern-agile-team/modern-kit/pull/529) [`e20ac17`](https://github.com/modern-agile-team/modern-kit/commit/e20ac1751d16ab7149154ce2ddf9c3349283ad5f) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(react): useCycleList reset 기능 추가 - @ssi02014

## 1.21.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.21.0",
"version": "1.22.0",
"description": "modern-kit/react",
"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.21.0

### Minor Changes

- [#531](https://github.com/modern-agile-team/modern-kit/pull/531) [`f3dbad6`](https://github.com/modern-agile-team/modern-kit/commit/f3dbad69978e6fb2d7e3d99ca8f81cfb02db0739) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): merge 함수 추가 및 mergeProperties deprecate - @ssi02014

### Patch Changes

- [#529](https://github.com/modern-agile-team/modern-kit/pull/529) [`e20ac17`](https://github.com/modern-agile-team/modern-kit/commit/e20ac1751d16ab7149154ce2ddf9c3349283ad5f) Thanks [@ssi02014](https://github.com/ssi02014)! - fix(utils): isPlainObject 로직 수정'

## 1.20.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.20.0",
"version": "1.21.0",
"description": "modern-kit/utils",
"exports": {
".": {
Expand Down

0 comments on commit c17b14a

Please sign in to comment.