|
| 1 | +{ |
| 2 | + "bump-minor-pre-major": true, |
| 3 | + "bump-patch-for-minor-pre-major": false, |
| 4 | + "tag-separator": "@", |
| 5 | + "include-component-in-tag": true, |
| 6 | + "include-v-in-tag": false, |
| 7 | + "plugins": [ |
| 8 | + { |
| 9 | + "type": "node-workspace", |
| 10 | + "merge": false |
| 11 | + }, |
| 12 | + { |
| 13 | + "type": "linked-versions", |
| 14 | + "groupName": "player", |
| 15 | + "components": ["@mux/mux-player", "@mux/mux-player-react"] |
| 16 | + }, |
| 17 | + { |
| 18 | + "type": "linked-versions", |
| 19 | + "groupName": "audio", |
| 20 | + "components": ["@mux/mux-audio", "@mux/mux-audio-react"] |
| 21 | + }, |
| 22 | + { |
| 23 | + "type": "linked-versions", |
| 24 | + "groupName": "video", |
| 25 | + "components": ["@mux/mux-video", "@mux/mux-video-react"] |
| 26 | + }, |
| 27 | + { |
| 28 | + "type": "linked-versions", |
| 29 | + "groupName": "uploader", |
| 30 | + "components": ["@mux/mux-uploader", "@mux/mux-uploader-react"] |
| 31 | + } |
| 32 | + ], |
| 33 | + "packages": { |
| 34 | + "packages/mux-active-viewer-count": { |
| 35 | + "component": "@mux/mux-active-viewer-count", |
| 36 | + "prerelease": true, |
| 37 | + "versioning": "prerelease" |
| 38 | + }, |
| 39 | + "packages/mux-audio": { |
| 40 | + "component": "@mux/mux-audio" |
| 41 | + }, |
| 42 | + "packages/mux-audio-react": { |
| 43 | + "component": "@mux/mux-audio-react" |
| 44 | + }, |
| 45 | + "packages/mux-elements-codemod": { |
| 46 | + "component": "@mux/mux-elements-codemod" |
| 47 | + }, |
| 48 | + "packages/mux-player": { |
| 49 | + "component": "@mux/mux-player" |
| 50 | + }, |
| 51 | + "packages/mux-player-react": { |
| 52 | + "component": "@mux/mux-player-react" |
| 53 | + }, |
| 54 | + "packages/mux-uploader": { |
| 55 | + "component": "@mux/mux-uploader" |
| 56 | + }, |
| 57 | + "packages/mux-uploader-react": { |
| 58 | + "component": "@mux/mux-uploader-react" |
| 59 | + }, |
| 60 | + "packages/mux-video": { |
| 61 | + "component": "@mux/mux-video" |
| 62 | + }, |
| 63 | + "packages/mux-video-react": { |
| 64 | + "component": "@mux/mux-video-react" |
| 65 | + }, |
| 66 | + "packages/playback-core": { |
| 67 | + "component": "@mux/playback-core" |
| 68 | + } |
| 69 | + } |
| 70 | +} |
0 commit comments