From 34c3e382a22b2954425425f35990b6155fb171aa Mon Sep 17 00:00:00 2001 From: Realm CI Date: Thu, 23 Nov 2023 18:59:54 +0100 Subject: [PATCH] Prepare version v14.1.0 (#1603) Co-authored-by: realm-ci --- CHANGELOG.md | 19 +++++++++++++++++++ RELEASENOTES.md | 6 ++---- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 24 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e84696012..0dfd9e713 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## Release 14.1.0 (2023-11-23) + +[Changes since v14.0.4](https://github.com/realm/realm-studio/compare/v14.0.4...v14.1.0) + +### Enhancements + +- Added ability to open a Realm via the Atlas Device Sync. ([#1600](https://github.com/realm/realm-studio/pull/1600)) +- Added ability to add embedded classes and click back to the parent object. ([#1602](https://github.com/realm/realm-studio/pull/1602)) + +### Fixed + +- None + +### Internals + +- Upgraded dependencies, including Electron to v24.8.6. ([#1570](https://github.com/realm/realm-studio/pull/1570) & [#1598](https://github.com/realm/realm-studio/pull/1598)) +- Upgraded Realm JS to v11.10.2. ([#1600](https://github.com/realm/realm-studio/pull/1600)) + + ## 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) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 1131b88b9..9db3750f9 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -2,8 +2,7 @@ ### Enhancements -- Added ability to open a Realm via the Atlas Device Sync. ([#1600](https://github.com/realm/realm-studio/pull/1600)) -- Added ability to add embedded classes and click back to the parent object. ([#1602](https://github.com/realm/realm-studio/pull/1602)) +- None ### Fixed @@ -11,5 +10,4 @@ ### Internals -- Upgraded dependencies, including Electron to v24.8.6. ([#1570](https://github.com/realm/realm-studio/pull/1570) & [#1598](https://github.com/realm/realm-studio/pull/1598)) -- Upgraded Realm JS to v11.10.2. ([#1600](https://github.com/realm/realm-studio/pull/1600)) +- None diff --git a/package-lock.json b/package-lock.json index e174d2634..0991863ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "realm-studio", - "version": "14.0.4", + "version": "14.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "realm-studio", - "version": "14.0.4", + "version": "14.1.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 25e76d119..49e584b26 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "realm-studio", "productName": "Realm Studio", - "version": "14.0.4", + "version": "14.1.0", "description": "A tool for everything Realm!", "author": { "name": "Realm",