Skip to content
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

Update lerna #535

Merged
merged 5 commits into from
Mar 23, 2023
Merged

Update lerna #535

merged 5 commits into from
Mar 23, 2023

Conversation

felixroos
Copy link
Collaborator

just tested how batch publishing works now with pnpm. I've updated lerna to work with pnpm.
see contributing.md for info on how to publish. basically, lerna is now only used for version bumping, while pnpm does the publishing. maybe it makes sense to replace lerna with https://github.com/changesets/changesets at some point, but it's fine for now

 - @strudel.cycles/core@0.7.0
 - @strudel.cycles/csound@0.7.0
 - @strudel.cycles/eval@0.7.0
 - @strudel.cycles/midi@0.7.0
 - @strudel.cycles/mini@0.7.0
 - @strudel.cycles/osc@0.7.0
 - @strudel.cycles/react@0.7.0
 - @strudel.cycles/serial@0.7.0
 - @strudel.cycles/soundfonts@0.7.0
 - @strudel.cycles/tonal@0.7.0
 - @strudel.cycles/tone@0.7.0
 - @strudel.cycles/transpiler@0.7.0
 - @strudel.cycles/webaudio@0.7.0
 - @strudel.cycles/webdirt@0.7.0
 - @strudel.cycles/xen@0.7.0
 - @strudel.cycles/core@0.7.2
 - @strudel.cycles/csound@0.7.1
 - @strudel.cycles/eval@0.7.1
 - @strudel.cycles/midi@0.7.1
 - @strudel.cycles/mini@0.7.2
 - @strudel.cycles/osc@0.7.1
 - @strudel.cycles/react@0.7.1
 - @strudel.cycles/serial@0.7.1
 - @strudel.cycles/soundfonts@0.7.1
 - @strudel.cycles/tonal@0.7.1
 - @strudel.cycles/tone@0.7.1
 - @strudel.cycles/transpiler@0.7.1
 - @strudel.cycles/webaudio@0.7.1
 - @strudel.cycles/webdirt@0.7.1
 - @strudel.cycles/xen@0.7.1
@felixroos
Copy link
Collaborator Author

btw the 0.7.0 versions are broken, because I had to find out that lerna does not use pnpm for publishing, which causes it to not apply the publishConfig as pnpm does, which breaks the imports (using unbuilt esm files instead of built esm / cjs)... everything is now working on either 0.7.1 or 0.7.2

@felixroos felixroos merged commit d351cb9 into main Mar 23, 2023
@felixroos felixroos deleted the update-lerna branch March 23, 2023 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant