Skip to content

Commit 99ab0ae

Browse files
[12.15.0] Bump version (#7033)
Co-authored-by: kraenhansen <[email protected]>
1 parent c4f068c commit 99ab0ae

File tree

3 files changed

+48
-7
lines changed

3 files changed

+48
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
## vNext (TBD)
2-
3-
### Deprecations
4-
* None
1+
## 12.15.0 (2025-08-11)
52

63
### Enhancements
74
* Add support for React Native 0.80.0, by migrating to a pure C++ TurboModule. ([#7029](https://github.com/realm/realm-js/pull/7027))

package-lock.json

Lines changed: 45 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/realm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "realm",
3-
"version": "12.14.2",
3+
"version": "12.15.0",
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/",
@@ -284,4 +284,4 @@
284284
6
285285
]
286286
}
287-
}
287+
}

0 commit comments

Comments
 (0)