Skip to content

Commit

Permalink
[12.9.0] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
elle-j authored May 23, 2024
1 parent fd50d2e commit 7d0a2ad
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 19 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.9.0 (2024-05-23)

### Enhancements
* A `mixed` value can now hold a `Realm.List` and `Realm.Dictionary` with nested collections. Note that `Realm.Set` is not supported as a `mixed` value. ([#6613](https://github.com/realm/realm-js/pull/6613))
Expand Down
73 changes: 59 additions & 14 deletions 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.8.1",
"version": "12.9.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 7d0a2ad

Please sign in to comment.