Skip to content

Commit

Permalink
chore: version packages (#670)
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 Jan 12, 2025
1 parent 57ff5c1 commit 89579bd
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-timers-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-badgers-dance.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.7.0

### Minor Changes

- [#667](https://github.com/modern-agile-team/modern-kit/pull/667) [`2ecdfd1`](https://github.com/modern-agile-team/modern-kit/commit/2ecdfd11297cbb35941760a52c1201424e51af6c) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(types): DeepPartial 유틸 타입 추가 - @ssi02014

## 1.6.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.6.0",
"version": "1.7.0",
"description": "modern-kit/types",
"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.26.0

### Minor Changes

- [#666](https://github.com/modern-agile-team/modern-kit/pull/666) [`57ff5c1`](https://github.com/modern-agile-team/modern-kit/commit/57ff5c1045bd6cee5df99ba3595e96057bf19a3d) Thanks [@ssi02014](https://github.com/ssi02014)! - fix(utils): formatNumberWithUnits, formatNumberWithCurrency 로직 개선 및 인터페이스 변경 - @ssi02014

## 1.25.1

### Patch 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.25.1",
"version": "1.26.0",
"description": "modern-kit/utils",
"exports": {
".": {
Expand Down

0 comments on commit 89579bd

Please sign in to comment.