From ee9f47af7059f327372a47762d3d0a25b453a262 Mon Sep 17 00:00:00 2001 From: Realm CI Date: Mon, 11 Sep 2023 15:06:52 +0200 Subject: [PATCH] Prepare version v14.0.4 (#1595) Co-authored-by: realm-ci --- CHANGELOG.md | 18 ++++++++++++++++++ RELEASENOTES.md | 3 +-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 22 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7cfb31db..e84696012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## Release 14.0.4 (2023-09-11) + +[Changes since v14.0.3](https://github.com/realm/realm-studio/compare/v14.0.3...v14.0.4) + +### Enhancements + +- None + +### Fixed + +- Fixed a bug where opening a Realm that contains asymmetric tables will crash the process with an error saying `You cannot query an asymmetric class`. ([#1591](https://github.com/realm/realm-studio/issues/1591)) +- Fixed an issue where opening a synchronized Realm that is open in another process would result in an error with a message `History type not consistent`. ([#1593](https://github.com/realm/realm-studio/issues/1593)) + +### Internals + +- None + + ## Release 14.0.3 (2023-05-10) [Changes since v14.0.2](https://github.com/realm/realm-studio/compare/v14.0.2...v14.0.3) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 5115f2cdb..9db3750f9 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -6,8 +6,7 @@ ### Fixed -- Fixed a bug where opening a Realm that contains asymmetric tables will crash the process with an error saying `You cannot query an asymmetric class`. ([#1591](https://github.com/realm/realm-studio/issues/1591)) -- Fixed an issue where opening a synchronized Realm that is open in another process would result in an error with a message `History type not consistent`. ([#1593](https://github.com/realm/realm-studio/issues/1593)) +- None ### Internals diff --git a/package-lock.json b/package-lock.json index 2bc9b175f..833aa764f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "realm-studio", - "version": "14.0.3", + "version": "14.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "realm-studio", - "version": "14.0.3", + "version": "14.0.4", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index d34c828fb..c1fd41153 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "realm-studio", "productName": "Realm Studio", - "version": "14.0.3", + "version": "14.0.4", "description": "A tool for everything Realm!", "author": { "name": "Realm",