diff --git a/.changeset/mean-bikes-scream.md b/.changeset/mean-bikes-scream.md deleted file mode 100644 index 9fa9c325..00000000 --- a/.changeset/mean-bikes-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@musma/react-component": patch ---- - -refactor: #312 일부 기능 수정 diff --git a/packages/libraries-test/CHANGELOG.md b/packages/libraries-test/CHANGELOG.md index 4d3cabcb..c8a84b3b 100644 --- a/packages/libraries-test/CHANGELOG.md +++ b/packages/libraries-test/CHANGELOG.md @@ -4,6 +4,13 @@ ### Patch Changes +- Updated dependencies [[`076324c`](https://github.com/Musma/react-libraries/commit/076324cbcb2dd125d230257f48ad9061e264dc4b)]: + - @musma/react-component@1.3.2 + +## null + +### Patch Changes + - Updated dependencies [[`44fdc4a`](https://github.com/Musma/react-libraries/commit/44fdc4a85b1589840da4c13b749ac280c679116b)]: - @musma/react-component@1.3.1 diff --git a/packages/react-component/CHANGELOG.md b/packages/react-component/CHANGELOG.md index 1975337f..d92fade9 100644 --- a/packages/react-component/CHANGELOG.md +++ b/packages/react-component/CHANGELOG.md @@ -1,5 +1,11 @@ # @musma/react-component +## 1.3.2 + +### Patch Changes + +- [#314](https://github.com/Musma/react-libraries/pull/314) [`076324c`](https://github.com/Musma/react-libraries/commit/076324cbcb2dd125d230257f48ad9061e264dc4b) Thanks [@musma-sujan7](https://github.com/musma-sujan7)! - refactor: #312 일부 기능 수정 + ## 1.3.1 ### Patch Changes diff --git a/packages/react-component/package.json b/packages/react-component/package.json index a7947ff3..58fb8e25 100644 --- a/packages/react-component/package.json +++ b/packages/react-component/package.json @@ -1,6 +1,6 @@ { "name": "@musma/react-component", - "version": "1.3.1", + "version": "1.3.2", "description": "React UI component library", "homepage": "https://developers.musma.net", "repository": {