diff --git a/.changeset/moody-pumpkins-hunt.md b/.changeset/moody-pumpkins-hunt.md deleted file mode 100644 index 6a61a9a7..00000000 --- a/.changeset/moody-pumpkins-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@musma/react-utils': patch ---- - -[react-utils] onReset 시 fetchAPI 호출 제거 diff --git a/packages/libraries-test/CHANGELOG.md b/packages/libraries-test/CHANGELOG.md index 1dd6a8c9..e8c378f3 100644 --- a/packages/libraries-test/CHANGELOG.md +++ b/packages/libraries-test/CHANGELOG.md @@ -4,6 +4,14 @@ ### Patch Changes +- Updated dependencies [[`4ba9c57`](https://github.com/Musma/react-libraries/commit/4ba9c57c01d67379aa932136913c68ee586bf664)]: + - @musma/react-utils@0.2.25 + - @musma/react-component@1.1.18 + +## null + +### Patch Changes + - Updated dependencies [[`40ddac7`](https://github.com/Musma/react-libraries/commit/40ddac7d5db8f64d43ea1cae8a5f9a33f7cbbdf3)]: - @musma/react-component@1.1.17 diff --git a/packages/react-component/CHANGELOG.md b/packages/react-component/CHANGELOG.md index 6f3b3075..bf13509a 100644 --- a/packages/react-component/CHANGELOG.md +++ b/packages/react-component/CHANGELOG.md @@ -1,5 +1,12 @@ # @musma/react-component +## 1.1.18 + +### Patch Changes + +- Updated dependencies [[`4ba9c57`](https://github.com/Musma/react-libraries/commit/4ba9c57c01d67379aa932136913c68ee586bf664)]: + - @musma/react-utils@0.2.25 + ## 1.1.17 ### Patch Changes diff --git a/packages/react-component/package.json b/packages/react-component/package.json index 9ca50d0d..e41a1d95 100644 --- a/packages/react-component/package.json +++ b/packages/react-component/package.json @@ -1,6 +1,6 @@ { "name": "@musma/react-component", - "version": "1.1.17", + "version": "1.1.18", "description": "React UI component library", "homepage": "https://developers.musma.net", "repository": { diff --git a/packages/react-utils/CHANGELOG.md b/packages/react-utils/CHANGELOG.md index 1bfbdde4..7bead1cb 100644 --- a/packages/react-utils/CHANGELOG.md +++ b/packages/react-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @musma/react-utils +## 0.2.25 + +### Patch Changes + +- [`4ba9c57`](https://github.com/Musma/react-libraries/commit/4ba9c57c01d67379aa932136913c68ee586bf664) Thanks [@jklasd2001](https://github.com/jklasd2001)! - [react-utils] onReset 시 fetchAPI 호출 제거 + ## 0.2.24 ### Patch Changes diff --git a/packages/react-utils/package.json b/packages/react-utils/package.json index 121f9a5e..a20ca227 100644 --- a/packages/react-utils/package.json +++ b/packages/react-utils/package.json @@ -1,6 +1,6 @@ { "name": "@musma/react-utils", - "version": "0.2.24", + "version": "0.2.25", "description": "Musma's React utilities", "homepage": "https://developers.musma.net", "repository": {