-
Notifications
You must be signed in to change notification settings - Fork 49
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
chore: package/statement: Add function prepareExtrinsic() to return extrinsic and change cord version to latest #182
Conversation
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.
LGTM
package.json and yarn.lock changes can come in as a separate PR IMO
package.json
Outdated
@@ -68,6 +68,6 @@ | |||
"resolutions": { | |||
"typescript": "^5.3.3" | |||
}, | |||
"version": "0.9.3-1rc4", | |||
"version": "0.9.3-1r6", |
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.
technically, this is not needed now, while making the release we can change it.
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.
Okay
Signed-off-by: vikastc <[email protected]>
af34a00
to
fb5def0
Compare
will make a release tomorrow or day after, once we get #184 merged. |
fixes: #180