Skip to content

Commit

Permalink
chore: version packages (#646)
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 7, 2025
1 parent c62d822 commit 929bfb0
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-points-tap.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/moody-taxis-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-brooms-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-bananas-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-keys-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-drinks-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-colts-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-garlics-smile.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.27.1

### Patch Changes

- [#650](https://github.com/modern-agile-team/modern-kit/pull/650) [`b655d00`](https://github.com/modern-agile-team/modern-kit/commit/b655d00df66232d40a1005da35969dbaab281c8e) Thanks [@ssi02014](https://github.com/ssi02014)! - chore: react/utils modern-kit/types 의존성 제거 - @ssi02014

## 1.27.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.27.0",
"version": "1.27.1",
"description": "modern-kit/react",
"exports": {
".": {
Expand Down
8 changes: 8 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @modern-kit/types

## 1.6.0

### Minor Changes

- [#645](https://github.com/modern-agile-team/modern-kit/pull/645) [`1aa0e45`](https://github.com/modern-agile-team/modern-kit/commit/1aa0e4528cc4feec43312c31555173869096f1a2) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(types): Merge, Invert, NegativeNumber 타입 추가 - @ssi02014

- [#647](https://github.com/modern-agile-team/modern-kit/pull/647) [`ac6da6e`](https://github.com/modern-agile-team/modern-kit/commit/ac6da6e074a9f18dc9136cf156e257d57be17d6b) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(types): DistributiveOmit 타입 추가 - @ssi02014

## 1.5.1

### Patch 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.1",
"version": "1.6.0",
"description": "modern-kit/types",
"exports": {
".": {
Expand Down
18 changes: 18 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @modern-kit/utils

## 1.25.0

### Minor Changes

- [#652](https://github.com/modern-agile-team/modern-kit/pull/652) [`cd87aec`](https://github.com/modern-agile-team/modern-kit/commit/cd87aecce51ef712b878ec0f410c9db81c39ae5b) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): isAfterDate, isBeforeDate 추가 - @ssi02014

- [#654](https://github.com/modern-agile-team/modern-kit/pull/654) [`7db2d20`](https://github.com/modern-agile-team/modern-kit/commit/7db2d2084cedf97c0746fa4ff9e3563bba7c2659) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): isDateInRange 함수 추가 - @ssi02014

- [#650](https://github.com/modern-agile-team/modern-kit/pull/650) [`b655d00`](https://github.com/modern-agile-team/modern-kit/commit/b655d00df66232d40a1005da35969dbaab281c8e) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): isDate, getDDay 함수 추가 - @ssi02014

- [#662](https://github.com/modern-agile-team/modern-kit/pull/662) [`c62d822`](https://github.com/modern-agile-team/modern-kit/commit/c62d822ba45818a456c0653b254aaa026c3c3c55) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): getAge 신규 함수 추가 - @ssi02014

- [#662](https://github.com/modern-agile-team/modern-kit/pull/662) [`c62d822`](https://github.com/modern-agile-team/modern-kit/commit/c62d822ba45818a456c0653b254aaa026c3c3c55) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): isUnderAge 신규 함수 추가 - @ssi02014

### Patch Changes

- [#650](https://github.com/modern-agile-team/modern-kit/pull/650) [`b655d00`](https://github.com/modern-agile-team/modern-kit/commit/b655d00df66232d40a1005da35969dbaab281c8e) Thanks [@ssi02014](https://github.com/ssi02014)! - chore: react/utils modern-kit/types 의존성 제거 - @ssi02014

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

0 comments on commit 929bfb0

Please sign in to comment.