Skip to content

Commit 26b3d64

Browse files
committed
[2.21.1] Bump version
1 parent 3c93e2c commit 26b3d64

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
x.x.x Release notes (yyyy-MM-dd)
1+
2.21.1 Release notes (2018-12-13)
22
=============================================================
33
### Enhancements
44
* None.
55

66
### Fixed
7-
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-js/issues/????), since v?.?.?)
87
* ReactNative for Android no longer uses deprecated methods and can build using Gradle 5.0 and above. ([#1995](https://github.com/realm/realm-js/issues/1995))
98
* A bug caused loading the binary component of the SDK to hang on Windows. ([#2169](https://github.com/realm/realm-js/issues/2169), since v2.21.0)
109
* Fix occasional `FATAL ERROR: v8::String::Cast Could not convert to string` crashes when reading a property from a Realm object. ([#2172](https://github.com/realm/realm-js/pull/2172), since v2.19.0)
11-
* Reverted support for `n` as it prevent users to include Realm in iOS apps. We restore the old behaviour as a temporary solution, and we will reenable support of `n` in the near future. ([#2099](https://github.com/realm/realm-js/issues/2099), since v2.19.0-rc.5)
10+
* Reverted support for `n` as it prevents users to include Realm in iOS apps. We restore the old behaviour as a temporary solution, and we will reenable support of `n` in the near future. ([#2099](https://github.com/realm/realm-js/issues/2099), since v2.19.0-rc.5)
1211

1312
### Compatibility
1413
* Realm Object Server: 3.11.0 or later.

dependencies.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PACKAGE_NAME=realm-js
2-
VERSION=2.21.0
2+
VERSION=2.21.1
33
REALM_CORE_VERSION=5.12.5
44
REALM_SYNC_VERSION=3.14.3
55
REALM_OBJECT_SERVER_VERSION=3.11.1

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
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": "2.21.0",
4+
"version": "2.21.1",
55
"license": "See the actual license in the file LICENSE",
66
"homepage": "https://realm.io",
77
"keywords": [

src/RealmJS.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@
969969
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
970970
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
971971
COPY_PHASE_STRIP = NO;
972-
CURRENT_PROJECT_VERSION = 2.21.0;
972+
CURRENT_PROJECT_VERSION = 2.21.1;
973973
CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh";
974974
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
975975
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -1033,7 +1033,7 @@
10331033
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
10341034
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
10351035
COPY_PHASE_STRIP = NO;
1036-
CURRENT_PROJECT_VERSION = 2.21.0;
1036+
CURRENT_PROJECT_VERSION = 2.21.1;
10371037
CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh";
10381038
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
10391039
ENABLE_NS_ASSERTIONS = NO;

0 commit comments

Comments
 (0)