Skip to content

Commit

Permalink
chore: fix canary and release please tags
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Dec 10, 2024
1 parent 0b02281 commit 675a9cb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
22 changes: 11 additions & 11 deletions .github/release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"packages/mux-active-viewer-count": "0.2.0-alpha.9",
"packages/mux-audio": "0.14.0",
"packages/mux-audio-react": "0.11.0",
"packages/mux-elements-codemod": "1.1.9",
"packages/mux-player": "3.1.0",
"packages/mux-player-react": "3.1.0",
"packages/mux-uploader": "1.0.2",
"packages/mux-uploader-react": "1.0.3",
"packages/mux-video": "0.22.0",
"packages/mux-video-react": "0.12.0",
"packages/playback-core": "0.27.0"
"@mux/mux-active-viewer-count": "0.2.0-alpha.9",
"@mux/mux-audio": "0.14.0",
"@mux/mux-audio-react": "0.11.0",
"@mux/mux-elements-codemod": "1.1.9",
"@mux/mux-player": "3.1.0",
"@mux/mux-player-react": "3.1.0",
"@mux/mux-uploader": "1.0.2",
"@mux/mux-uploader-react": "1.0.3",
"@mux/mux-video": "0.22.0",
"@mux/mux-video-react": "0.12.0",
"@mux/playback-core": "0.27.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"build": "turbo run build",
"i18n": "turbo run i18n",
"prepare": "husky install",
"publish-release": "turbo run publish-release --filter '@mux/*' --"
"publish-release": "npm run publish-release -w packages --"
},
"resolutions": {
"playwright": "1.45.3"
Expand Down
3 changes: 0 additions & 3 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
"clean": {
"cache": false
},
"publish-release": {
"cache": false
},
"lint": {
"outputs": []
},
Expand Down

0 comments on commit 675a9cb

Please sign in to comment.