Skip to content

Commit

Permalink
chore: version packages (#692)
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 15, 2025
1 parent d86d4d0 commit 36029e7
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/good-pandas-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-games-tap.md

This file was deleted.

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

## 2.0.0

### Major Changes

- [#693](https://github.com/modern-agile-team/modern-kit/pull/693) [`d86d4d0`](https://github.com/modern-agile-team/modern-kit/commit/d86d4d0c7ed83a9dae649e03356732c8ea6e80d5) Thanks [@ssi02014](https://github.com/ssi02014)! - chore: @modern-kit/react SubPath 제공 - @ssi0214

### Patch Changes

- Updated dependencies [[`360e4a4`](https://github.com/modern-agile-team/modern-kit/commit/360e4a4154ebc30dbce033b74bf6d5eb664491b3)]:
- @modern-kit/utils@2.0.0

## 1.27.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.7",
"version": "2.0.0",
"description": "modern-kit/react",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -45,7 +45,7 @@
"vitest": "^2.1.3"
},
"dependencies": {
"@modern-kit/utils": "^1",
"@modern-kit/utils": "^2.0.0",
"@types/lodash-es": "^4.17.12",
"classnames": "^2.5.1",
"lodash-es": "^4.17.21",
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

## 2.0.0

### Major Changes

- [#690](https://github.com/modern-agile-team/modern-kit/pull/690) [`360e4a4`](https://github.com/modern-agile-team/modern-kit/commit/360e4a4154ebc30dbce033b74bf6d5eb664491b3) Thanks [@ssi02014](https://github.com/ssi02014)! - chore: @modern-kit/utils SubPath 제공 - @ssi0214

## 1.26.2

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

0 comments on commit 36029e7

Please sign in to comment.