-
Notifications
You must be signed in to change notification settings - Fork 927
Util version bump #3472
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
Util version bump #3472
Conversation
🦋 Changeset is good to goLatest commit: 756f99a We got this. This PR includes changesets to release 26 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
.changeset/short-cars-scream.md
Outdated
@@ -0,0 +1,8 @@ | |||
--- | |||
'@firebase/analytics': patch | |||
'@firebase/util': patch |
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.
util
should be minor. Can you also add what new functions are added to util
?
'@firebase/util': patch | |
'@firebase/util': minor |
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.
Done, I suppose firebase should be minor as well then?
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.
no, because it doesn't cause any API change in firebase
I approved https://github.com/firebase/firebase-js-sdk/pull/3165/files without realizing that it required a util bump because util code was changed.
I'm not sure if the bump should be minor instead because it added 3 public util methods.
Hope to cherrypick and re-release.