You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should include the version bump for your package as well as the description
114
+
for the change. Valid version bump types are `patch`, `minor` and `major`.
115
+
Please always include the `firebase` package with the same version bump type as
116
+
your package. This is to ensure that the version of the `firebase` package will
117
+
be bumped correctly. For example,
118
+
119
+
```
120
+
---
121
+
"@firebase/storage": minor
122
+
"firebase": minor
123
+
---
124
+
125
+
This is a test.
126
+
```
127
+
128
+
#### Multiple changeset files
129
+
130
+
If your PR touches multiple SDKs or addresses multiple issues that require
131
+
different version bump or different description, you can create multiple
132
+
changeset files in the PR.
133
+
104
134
## <a name="docs"></a> Updating Documentation
105
135
106
136
Reference docs for the Firebase [JS SDK](https://firebase.google.com/docs/reference/js/) and [Node (client) SDK](https://firebase.google.com/docs/reference/node/) are generated by [Typedoc](https://typedoc.org/).
0 commit comments