Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5196e76

Browse files
authoredMar 23, 2023
[11.6.0] Bump version
1 parent 430afad commit 5196e76

File tree

5 files changed

+7
-10
lines changed

5 files changed

+7
-10
lines changed
 

‎CHANGELOG.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
## vNext (TBD)
2-
3-
### Deprecations
4-
* None
1+
## 11.6.0 (2023-03-23)
52

63
### Enhancements
74
* Added configuration option `App.baseFilePath` which controls where synced Realms and metadata is stored.

‎dependencies.list

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PACKAGE_NAME=realm-js
2-
VERSION=11.5.2
2+
VERSION=11.6.0
33
REALM_CORE_VERSION=13.6.0
44
NAPI_VERSION=5
55
MDBREALM_TEST_SERVER_TAG=2023-02-23

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "realm",
33
"description": "Realm is a mobile database: an alternative to SQLite and key-value stores",
4-
"version": "11.5.2",
4+
"version": "11.6.0",
55
"license": "apache-2.0",
66
"homepage": "https://realm.io",
77
"keywords": [

‎react-native/ios/RealmReact.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
192192
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
193193
COPY_PHASE_STRIP = NO;
194-
CURRENT_PROJECT_VERSION = 11.5.2;
194+
CURRENT_PROJECT_VERSION = 11.6.0;
195195
CXX = "$(SRCROOT)/../../scripts/ccache-clang++.sh";
196196
DEBUG_INFORMATION_FORMAT = dwarf;
197197
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -255,7 +255,7 @@
255255
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
256256
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
257257
COPY_PHASE_STRIP = NO;
258-
CURRENT_PROJECT_VERSION = 11.5.2;
258+
CURRENT_PROJECT_VERSION = 11.6.0;
259259
CXX = "$(SRCROOT)/../../scripts/ccache-clang++.sh";
260260
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
261261
ENABLE_STRICT_OBJC_MSGSEND = YES;

0 commit comments

Comments
 (0)
Please sign in to comment.