diff --git a/.changeset/tidy-beans-drive.md b/.changeset/tidy-beans-drive.md deleted file mode 100644 index 79185329..00000000 --- a/.changeset/tidy-beans-drive.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@musma/react-component": patch -"@musma/react-icons": patch -"@musma/react-utils": patch ---- - -chore: package.json의 exports에 type 설정 추가 diff --git a/packages/libraries-test/CHANGELOG.md b/packages/libraries-test/CHANGELOG.md index 6aeeadd0..359db06f 100644 --- a/packages/libraries-test/CHANGELOG.md +++ b/packages/libraries-test/CHANGELOG.md @@ -4,6 +4,15 @@ ### Patch Changes +- Updated dependencies [[`3029025`](https://github.com/Musma/react-libraries/commit/3029025d26c933e022687b16930c81e7cc40f8b4)]: + - @musma/react-component@1.3.4 + - @musma/react-icons@0.1.15 + - @musma/react-utils@0.0.7 + +## null + +### Patch Changes + - Updated dependencies [[`6cdb287`](https://github.com/Musma/react-libraries/commit/6cdb2871b3661dced4d21b29b1cbd661bf7d77ce)]: - @musma/react-component@1.3.3 diff --git a/packages/react-component/CHANGELOG.md b/packages/react-component/CHANGELOG.md index 62134230..8c3f1696 100644 --- a/packages/react-component/CHANGELOG.md +++ b/packages/react-component/CHANGELOG.md @@ -1,5 +1,15 @@ # @musma/react-component +## 1.3.4 + +### Patch Changes + +- [`3029025`](https://github.com/Musma/react-libraries/commit/3029025d26c933e022687b16930c81e7cc40f8b4) Thanks [@musma-sujan7](https://github.com/musma-sujan7)! - chore: package.json의 exports에 type 설정 추가 + +- Updated dependencies [[`3029025`](https://github.com/Musma/react-libraries/commit/3029025d26c933e022687b16930c81e7cc40f8b4)]: + - @musma/react-icons@0.1.15 + - @musma/react-utils@0.0.7 + ## 1.3.3 ### Patch Changes diff --git a/packages/react-component/package.json b/packages/react-component/package.json index fd3ca10c..aa5f0975 100644 --- a/packages/react-component/package.json +++ b/packages/react-component/package.json @@ -1,6 +1,6 @@ { "name": "@musma/react-component", - "version": "1.3.3", + "version": "1.3.4", "description": "React UI component library", "homepage": "https://developers.musma.net", "repository": { diff --git a/packages/react-icons/CHANGELOG.md b/packages/react-icons/CHANGELOG.md index b0794e9e..acb2e08d 100644 --- a/packages/react-icons/CHANGELOG.md +++ b/packages/react-icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @musma/react-icons +## 0.1.15 + +### Patch Changes + +- [`3029025`](https://github.com/Musma/react-libraries/commit/3029025d26c933e022687b16930c81e7cc40f8b4) Thanks [@musma-sujan7](https://github.com/musma-sujan7)! - chore: package.json의 exports에 type 설정 추가 + ## 0.1.14 ### Patch Changes diff --git a/packages/react-icons/package.json b/packages/react-icons/package.json index 339637b9..d42d4fad 100644 --- a/packages/react-icons/package.json +++ b/packages/react-icons/package.json @@ -1,6 +1,6 @@ { "name": "@musma/react-icons", - "version": "0.1.14", + "version": "0.1.15", "description": "Musma react icons library", "homepage": "https://developers.musma.net", "repository": { diff --git a/packages/react-utils/CHANGELOG.md b/packages/react-utils/CHANGELOG.md index 19ce1265..5f42f3fe 100644 --- a/packages/react-utils/CHANGELOG.md +++ b/packages/react-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @musma/react-utils +## 0.0.7 + +### Patch Changes + +- [`3029025`](https://github.com/Musma/react-libraries/commit/3029025d26c933e022687b16930c81e7cc40f8b4) Thanks [@musma-sujan7](https://github.com/musma-sujan7)! - chore: package.json의 exports에 type 설정 추가 + ## 0.0.6 ### Patch Changes diff --git a/packages/react-utils/package.json b/packages/react-utils/package.json index d856efee..01ddd9ea 100644 --- a/packages/react-utils/package.json +++ b/packages/react-utils/package.json @@ -1,6 +1,6 @@ { "name": "@musma/react-utils", - "version": "0.0.6", + "version": "0.0.7", "description": "Musma's React utilities", "homepage": "https://developers.musma.net", "repository": {