This marks the change where we will no longer align the package version to the Firebase version. Moving forward, this is how version bumps will happen whenever Firebase does theirs:
MAJOR version will only happen whenever Firebase actually breaks this addon
PATCH version will only happen whenever Firebase releases a new MAJOR version that doesn't break this addon. Hence, the update here will simply be to bump the peerDependencies to include that new MAJOR version.
Emphasizing that the bullet points above are only for cases whenever Firebase updates their versions. The project still follows semantic versioning guidelines in general.
This marks the change where we will no longer align the package version to the Firebase version. Moving forward, this is how version bumps will happen whenever Firebase does theirs:
peerDependencies
to include that new MAJOR version.Emphasizing that the bullet points above are only for cases whenever Firebase updates their versions. The project still follows semantic versioning guidelines in general.