Skip to content

Commit

Permalink
[12.13.2] Bump version (#6915)
Browse files Browse the repository at this point in the history
Co-authored-by: kraenhansen <[email protected]>
  • Loading branch information
fealebenpae and kraenhansen authored Oct 30, 2024
1 parent 0969aa3 commit 92220a2
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 10 deletions.
8 changes: 1 addition & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
## vNext (TBD)

### Deprecations
* None

### Enhancements
* None
## 12.13.2 (2024-10-30)

### Fixed
* Fixed build error on React Native Android when used with React Native 0.76, due to the merge of dynamic libraries. ([#6908](https://github.com/realm/realm-js/issues/6908) since React Native v0.76.0).
Expand Down
45 changes: 44 additions & 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.13.1",
"version": "12.13.2",
"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 @@ -284,4 +284,4 @@
6
]
}
}
}

0 comments on commit 92220a2

Please sign in to comment.