Skip to content

Commit 67d30c7

Browse files
[12.6.1] Bump version (#6507)
Co-authored-by: kraenhansen <[email protected]>
1 parent e2fd4b5 commit 67d30c7

File tree

3 files changed

+61
-22
lines changed

3 files changed

+61
-22
lines changed

CHANGELOG.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
## vNext (TBD)
2-
3-
### Deprecations
4-
* None
5-
6-
### Enhancements
7-
* None
1+
## 12.6.1 (2024-02-26)
82

93
### Fixed
104
* Fixed `User#callFunction` to correctly pass arguments to the server. Previously they would be sent as an array, so if your server-side function used to handle the unwrapping of arguments, it would need an update too. The "functions factory" pattern of calling `user.functions.sum(1, 2, 3)` wasn't affected by this bug. Thanks to @deckyfx for finding this and suggesting the fix! ([#6447](https://github.com/realm/realm-js/issues/6447), since v12.0.0)

package-lock.json

+59-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/realm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "realm",
3-
"version": "12.6.0",
3+
"version": "12.6.1",
44
"description": "Realm by MongoDB is an offline-first mobile database: an alternative to SQLite and key-value stores",
55
"license": "apache-2.0",
66
"homepage": "https://www.mongodb.com/docs/realm/",

0 commit comments

Comments
 (0)