Skip to content

Commit

Permalink
[12.10.0-rc.0] Bump version (#6696)
Browse files Browse the repository at this point in the history
Co-authored-by: elle-j <elle-j@users.noreply.github.com>
  • Loading branch information
fealebenpae and elle-j authored May 31, 2024
1 parent 771cc6a commit 8198e5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
## vNext (TBD)

### Deprecations
* None
## 12.10.0-rc.0 (2024-05-31)

### Enhancements
* A `counter` presentation data type has been introduced. The `int` data type can now be used as a logical counter for performing numeric updates that need to be synchronized as sequentially consistent events rather than individual reassignments of the number. ([#6694](https://github.com/realm/realm-js/pull/6694))
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.

2 changes: 1 addition & 1 deletion packages/realm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "realm",
"version": "12.9.0",
"version": "12.10.0-rc.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

0 comments on commit 8198e5c

Please sign in to comment.