Skip to content

Commit 3a9eaac

Browse files
authored
Clean up old changelogs (#3458)
* clean up changelogs * qualify version with package name
1 parent 7f0860a commit 3a9eaac

File tree

4 files changed

+79
-64
lines changed

4 files changed

+79
-64
lines changed

packages/database/CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,26 @@
3030
without transactions.
3131
- [fixed] Fixed Realtime Database URL parsing bug to support domains with more than 3 components.
3232

33-
# Released
33+
## 0.5.6
3434

3535
- [fixed] Fixed an issue that caused large numeric values with leading zeros to
3636
not always be sorted correctly.
37+
38+
## 0.5.3
39+
3740
- [changed] Internal cleanup to Node.JS support.
3841

39-
# 6.4.0
42+
## 0.5.0
4043

4144
- [fixed] Fixed an issue that caused `.info/serverTimeOffset` events not to fire (#2043).
4245
- [changed] Treat `ns` url query parameter as the default Realtime Database
4346
namespace name.
4447

45-
# 6.3.4
48+
## 0.4.11
4649

4750
- [fixed] Fixed an issue where multi-byte UTF-8 characters would not be written correctly when using `firebase.js` or `firebase-database.js` (#2035).
4851

49-
# 6.0.0
52+
## 0.4.0
5053

5154
- [changed] Improved consistency between the type annotations for `Query.on`/`Reference.on`,
5255
`Query.off`/`Reference.off` and `Query.once`/`Reference.once` (#1188, #1204).

0 commit comments

Comments
 (0)