Skip to content

Commit

Permalink
[10.19.1] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kneth committed Jun 7, 2022
1 parent 99fd004 commit ee9175b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 13 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
x.x.x Release notes (yyyy-MM-dd)
10.19.1 Release notes (2022-6-7)
=============================================================
### Enhancements
* None.

### Fixed
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-js/issues/????), since v?.?.?)
* None.

### Compatibility
Expand All @@ -14,9 +13,6 @@ x.x.x Release notes (yyyy-MM-dd)
* File format: generates Realms with format v22 (reads and upgrades file format v5 or later for non-synced Realm, upgrades file format v10 or later for synced Realms).

### Internal
* <Either mention core version or upgrade>
* <Using Realm Core vX.Y.Z>
* <Upgraded Realm Core from vX.Y.Z to vA.B.C>
* Removed support for node.js v12 and earlier versions and bumped to Node-API v5.
* Fix FLX error scenario tests.
* Fixed a bug preventing opening a synced Realm as a local Realm. (since v10.18.0)
Expand Down
2 changes: 1 addition & 1 deletion dependencies.list
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME=realm-js
VERSION=10.19.0
VERSION=10.19.1
REALM_CORE_VERSION=12.1.0
NAPI_VERSION=5
OPENSSL_VERSION=1.1.1g
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "realm",
"description": "Realm is a mobile database: an alternative to SQLite and key-value stores",
"version": "10.19.0",
"version": "10.19.1",
"license": "See the actual license in the file LICENSE",
"homepage": "https://realm.io",
"keywords": [
Expand Down Expand Up @@ -160,4 +160,4 @@
5
]
}
}
}
6 changes: 3 additions & 3 deletions react-native/ios/RealmReact.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -396,9 +396,9 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
<<<<<<< HEAD
CURRENT_PROJECT_VERSION = 10.19.0;
CURRENT_PROJECT_VERSION = 10.19.1;
=======
CURRENT_PROJECT_VERSION = 10.19.0;
CURRENT_PROJECT_VERSION = 10.19.1;
>>>>>>> 2060b9c6 ([10.19.0-alpha.0] Bump version)
CXX = "$(SRCROOT)/../../scripts/ccache-clang++.sh";
DEBUG_INFORMATION_FORMAT = dwarf;
Expand Down Expand Up @@ -463,7 +463,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 10.19.0;
CURRENT_PROJECT_VERSION = 10.19.1;
CXX = "$(SRCROOT)/../../scripts/ccache-clang++.sh";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down

0 comments on commit ee9175b

Please sign in to comment.