Skip to content

Commit

Permalink
chore: version packages (#443)
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 Sep 4, 2024
1 parent 85bfd2a commit 16eef22
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/sharp-bananas-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-jeans-divide.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.16.0

### Minor Changes

- [#447](https://github.com/modern-agile-team/modern-kit/pull/447) [`1368833`](https://github.com/modern-agile-team/modern-kit/commit/136883321f05746563e6467037a7149e1a17cd2d) Thanks [@ssi02014](https://github.com/ssi02014)! - fix(react): useTimeout, useInterval 개선 - @ssi02014

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

## 1.16.0

### Minor Changes

- [#442](https://github.com/modern-agile-team/modern-kit/pull/442) [`0c5069b`](https://github.com/modern-agile-team/modern-kit/commit/0c5069b4a3e47a27b032221ec965c8172a3e2bb6) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): once 함수 추가 - @ssi02014

## 1.15.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.15.0",
"version": "1.16.0",
"description": "modern-kit/utils",
"exports": {
".": {
Expand Down

0 comments on commit 16eef22

Please sign in to comment.