-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: canary releases #846
fix: canary releases #846
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
A new canary is available for testing. You can install this latest build in your project with: pnpm add @uploadthing/dropzone@0.4.2-canary.0bfaf1d
pnpm add @uploadthing/mime-types@0.2.11-canary.0bfaf1d
pnpm add @uploadthing/nuxt@6.5.7-canary.0bfaf1d
pnpm add @uploadthing/react@6.6.1-canary.0bfaf1d
pnpm add @uploadthing/shared@6.7.6-canary.0bfaf1d
pnpm add @uploadthing/solid@6.5.1-canary.0bfaf1d
pnpm add @uploadthing/svelte@6.6.1-canary.0bfaf1d
pnpm add uploadthing@6.12.1-canary.0bfaf1d
pnpm add @uploadthing/vue@6.6.1-canary.0bfaf1d |
A new canary is available for testing. You can install this latest build in your project with: pnpm add @uploadthing/dropzone@0.4.2-canary.f12afbd
pnpm add @uploadthing/mime-types@0.2.11-canary.f12afbd
pnpm add @uploadthing/nuxt@6.5.7-canary.f12afbd
pnpm add @uploadthing/react@6.6.1-canary.f12afbd
pnpm add @uploadthing/shared@6.7.6-canary.f12afbd
pnpm add @uploadthing/solid@6.5.1-canary.f12afbd
pnpm add @uploadthing/svelte@6.6.1-canary.f12afbd
pnpm add uploadthing@6.12.1-canary.f12afbd
pnpm add @uploadthing/vue@6.6.1-canary.f12afbd |
A new canary is available for testing. You can install this latest build in your project with: pnpm add @uploadthing/dropzone@0.4.2-canary.aba9f75
pnpm add @uploadthing/mime-types@0.2.11-canary.aba9f75
pnpm add @uploadthing/nuxt@6.5.7-canary.aba9f75
pnpm add @uploadthing/react@6.6.1-canary.aba9f75
pnpm add @uploadthing/shared@6.7.6-canary.aba9f75
pnpm add @uploadthing/solid@6.5.1-canary.aba9f75
pnpm add @uploadthing/svelte@6.6.1-canary.aba9f75
pnpm add uploadthing@6.12.1-canary.aba9f75
pnpm add @uploadthing/vue@6.6.1-canary.aba9f75 |
A new canary is available for testing. You can install this latest build in your project with: pnpm add @uploadthing/dropzone@0.4.2-canary.ffad1a5
pnpm add @uploadthing/mime-types@0.2.11-canary.ffad1a5
pnpm add @uploadthing/nuxt@6.5.7-canary.ffad1a5
pnpm add @uploadthing/react@6.6.1-canary.ffad1a5
pnpm add @uploadthing/shared@6.7.6-canary.ffad1a5
pnpm add @uploadthing/solid@6.5.1-canary.ffad1a5
pnpm add @uploadthing/svelte@6.6.1-canary.ffad1a5
pnpm add uploadthing@6.12.1-canary.ffad1a5
pnpm add @uploadthing/vue@6.6.1-canary.ffad1a5 |
only publish non-private packages during canary releases
ran into some issues in #583 - fixing it here