Skip to content

Commit

Permalink
[12.12.0] Bump version (#6805)
Browse files Browse the repository at this point in the history
Co-authored-by: gagik <[email protected]>
  • Loading branch information
fealebenpae and gagik authored Jul 23, 2024
1 parent 528c3d7 commit 9d80922
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## vNext (TBD)
## 12.12.0 (2024-07-23)

### Deprecations
* The callback for `SyncSession.addProgressNotification` taking `transferred` and `transferable` arguments is deprecated and will be removed. See **Enhancements** below for the new callback supporting both Flexible Sync and Partition-Based Sync. ([#6743](https://github.com/realm/realm-js/pull/6743))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/realm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "realm",
"version": "12.11.1",
"version": "12.12.0",
"description": "Realm by MongoDB is an offline-first mobile database: an alternative to SQLite and key-value stores",
"license": "apache-2.0",
"homepage": "https://www.mongodb.com/docs/realm/",
Expand Down Expand Up @@ -357,4 +357,4 @@
6
]
}
}
}

0 comments on commit 9d80922

Please sign in to comment.