-
Notifications
You must be signed in to change notification settings - Fork 42
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
feat!: rename package from @waku/create to @waku/sdk #1386
Conversation
size-limit report 📦
|
5d78482
to
62f2737
Compare
packages/sdk/CHANGELOG.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hope release please will handle the git label change properly...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @weboko
packages/sdk/package.json
Outdated
"version": "0.0.14", | ||
"description": "Easily create a Waku node", | ||
"name": "@waku/sdk", | ||
"version": "0.0.15", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hum, so the idea is to manual release after this PR is merged? Sounds good, let's be sure you then tell release please to start from this version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @weboko
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one requires us to remove @waku/create
from release-please
files and add @waku/sdk
to the list of packages being tracked and to manually set next version.
After release of this package happens we need to remove forced version of sdk
package`.
Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>
Problem
#1353
Solution
@waku/create
package to@waku/sdk
@waku/core
and@waku/utils
so that alljs-waku
examples can be purely done by installing and importing from@waku/sdk
Notes / Future TODOs (pending release)
@waku/sdk
@waku/sdk
@waku/react
to use@waku/sdk