Skip to content

Commit

Permalink
chore: version packages (#641)
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 Dec 23, 2024
1 parent caf8d1d commit c563e8a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/shiny-insects-lay.md

This file was deleted.

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

## 1.5.1

### Patch Changes

- [#640](https://github.com/modern-agile-team/modern-kit/pull/640) [`caf8d1d`](https://github.com/modern-agile-team/modern-kit/commit/caf8d1db4b7844fe50f928296fb47974ad821ebd) Thanks [@ssi02014](https://github.com/ssi02014)! - fix: objectKeys/Values/Entries 타입 수정 및 ts-doc 추가 - @ssi02014

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@modern-kit/types",
"sideEffects": false,
"version": "1.5.0",
"version": "1.5.1",
"description": "modern-kit/types",
"exports": {
".": {
Expand Down
9 changes: 9 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @modern-kit/utils

## 1.24.1

### Patch Changes

- [#640](https://github.com/modern-agile-team/modern-kit/pull/640) [`caf8d1d`](https://github.com/modern-agile-team/modern-kit/commit/caf8d1db4b7844fe50f928296fb47974ad821ebd) Thanks [@ssi02014](https://github.com/ssi02014)! - fix: objectKeys/Values/Entries 타입 수정 및 ts-doc 추가 - @ssi02014

- Updated dependencies [[`caf8d1d`](https://github.com/modern-agile-team/modern-kit/commit/caf8d1db4b7844fe50f928296fb47974ad821ebd)]:
- @modern-kit/types@1.5.1

## 1.24.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.24.0",
"version": "1.24.1",
"description": "modern-kit/utils",
"exports": {
".": {
Expand Down

0 comments on commit c563e8a

Please sign in to comment.