Skip to content

Commit

Permalink
chore: version packages (#113)
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 May 12, 2024
1 parent ad4505f commit 4cc0042
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-rivers-laugh.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sour-rice-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-kids-accept.md

This file was deleted.

7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# docs

## 0.0.13

### Patch Changes

- Updated dependencies [[`ef5707f`](https://github.com/modern-agile-team/modern-kit/commit/ef5707f6a96b75bf29a04fdc4eadea34a7d3276e), [`bf9bcc2`](https://github.com/modern-agile-team/modern-kit/commit/bf9bcc284a3542cb292696b979092cd97cc18f33)]:
- @modern-kit/react@1.4.1

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.0.12",
"version": "0.0.13",
"private": true,
"homepage": "https://github.com/modern-agile-team/modern-kit",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @modern-kit/react

## 1.4.1

### Patch Changes

- [#112](https://github.com/modern-agile-team/modern-kit/pull/112) [`ef5707f`](https://github.com/modern-agile-team/modern-kit/commit/ef5707f6a96b75bf29a04fdc4eadea34a7d3276e) Thanks [@ssi02014](https://github.com/ssi02014)! - refac: modern-kit refactoring & test coverage 증가

- [#114](https://github.com/modern-agile-team/modern-kit/pull/114) [`bf9bcc2`](https://github.com/modern-agile-team/modern-kit/commit/bf9bcc284a3542cb292696b979092cd97cc18f33) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): formatNumberByUnits, formatNumberCurrency 추가

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

## 1.3.0

### Minor Changes

- [#114](https://github.com/modern-agile-team/modern-kit/pull/114) [`bf9bcc2`](https://github.com/modern-agile-team/modern-kit/commit/bf9bcc284a3542cb292696b979092cd97cc18f33) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): formatNumberByUnits, formatNumberCurrency 추가

- [#116](https://github.com/modern-agile-team/modern-kit/pull/116) [`1e51a93`](https://github.com/modern-agile-team/modern-kit/commit/1e51a93d63732f9fe449b0e520995f2625e7643f) Thanks [@ssi02014](https://github.com/ssi02014)! - feat(utils): parseJson 함수 추가 완료 - @Sangminnn

## 1.2.5

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

0 comments on commit 4cc0042

Please sign in to comment.