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

rename @strudel.cycles/* packages to @strudel/* #917

Merged
merged 7 commits into from Jan 18, 2024

Conversation

felixroos
Copy link
Collaborator

@felixroos felixroos commented Jan 18, 2024

  • added deprecation notes to old packages (@strudel.cycles/*)
  • published "end of the line" release of all packages under the version 0.10.0
  • renamed all @strudel.cycles/* packages to @strudel/*
  • published "start of the new line" release of all packages under the version 0.11.0
  • marked all @strudel.cycles/* packages deprecated on npm
  • new packages are here: https://www.npmjs.com/org/strudel
  • the packaging should now be ready for the 1.0.0 release

 - @strudel/codemirror@0.10.0
 - @strudel.cycles/core@0.10.0
 - @strudel.cycles/csound@0.10.0
 - @strudel.cycles/embed@0.10.0
 - @strudel/hydra@0.10.0
 - @strudel.cycles/midi@0.10.0
 - @strudel.cycles/mini@0.10.0
 - @strudel.cycles/osc@0.10.0
 - @strudel/repl@0.10.0
 - @strudel.cycles/serial@0.10.0
 - @strudel.cycles/soundfonts@0.10.0
 - superdough@0.10.0
 - @strudel.cycles/tonal@0.10.0
 - @strudel.cycles/transpiler@0.10.0
 - @strudel/web@0.10.0
 - @strudel.cycles/webaudio@0.10.0
 - @strudel.cycles/xen@0.10.0
 - @strudel/codemirror@0.11.0
 - @strudel/core@0.11.0
 - @strudel/csound@0.11.0
 - @strudel/embed@0.11.0
 - @strudel/hydra@0.11.0
 - @strudel/midi@0.11.0
 - @strudel/mini@0.11.0
 - @strudel/osc@0.11.0
 - @strudel/repl@0.11.0
 - @strudel/serial@0.11.0
 - @strudel/soundfonts@0.11.0
 - @strudel/tonal@0.11.0
 - @strudel/transpiler@0.11.0
 - @strudel/web@0.11.0
 - @strudel/webaudio@0.11.0
 - @strudel/xen@0.11.0
@felixroos felixroos marked this pull request as ready for review January 18, 2024 09:27
@felixroos felixroos merged commit 9ba7b9b into main Jan 18, 2024
2 checks passed
@felixroos felixroos deleted the deprecate-old-package-names branch January 18, 2024 09:30
mnvr added a commit to mnvr/mrmr.io that referenced this pull request Jan 18, 2024
yarn remove @strudel.cycles/core @strudel.cycles/mini @strudel.cycles/webaudio
yarn add @strudel/core @strudel/mini @strudel/webaudio

tidalcycles/strudel#917
@mnvr
Copy link

mnvr commented Jan 18, 2024

Just updated to 0.11.0, everything worked seamlessly (you already know it does, I thought maybe a user ack might also be reassuring so thought I'll ping):

  1. Update libraries:
yarn remove @strudel.cycles/core @strudel.cycles/mini @strudel.cycles/webaudio
yarn add @strudel/core @strudel/mini @strudel/webaudio
  1. Replace all @strudel.cycles/* imports with @strudel/* imports.

  2. That's it, no step 3. All of my existing code worked.

@felixroos
Copy link
Collaborator Author

Just updated to 0.11.0, everything worked seamlessly (you already know it does, I thought maybe a user ack might also be reassuring so thought I'll ping):

1. Update libraries:
yarn remove @strudel.cycles/core @strudel.cycles/mini @strudel.cycles/webaudio
yarn add @strudel/core @strudel/mini @strudel/webaudio
2. Replace all `@strudel.cycles/*` imports with `@strudel/*` imports.

3. That's it, no step 3. All of my existing code worked.

thanks for the info, that is very much appreciated :)

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.

None yet

2 participants