From bf1c474bc3aff74342b1e17d37f0170fc21ed972 Mon Sep 17 00:00:00 2001 From: Realm CI Date: Wed, 17 Feb 2021 14:01:03 +0100 Subject: [PATCH] Prepare version v10.1.2 (#1398) Co-authored-by: Jenkins CI --- CHANGELOG.md | 18 ++++++++++++++++++ RELEASENOTES.md | 5 ++--- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 22 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8c76d2f8..8cb64e7c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Release 10.1.2 (2021-02-17) + +[Changes since v10.1.1](https://github.com/realm/realm-studio/compare/v10.1.1...v10.1.2) + +### Enhancements + +- None + +### Fixed + +- When exporting to JSON, `'data'` properties are serialized to base64-strings, and not `{}`. ([#1367](https://github.com/realm/realm-studio/pull/1367), since v10.1.0) +- Fixed CSV importing into an existing Realm a bit more. The user now gets to choose what class data gets imported into. ([#1391](https://github.com/realm/realm-studio/pull/1391), since 1.12.0 & 5.0.2) + +### Internals + +- Migrated from tslint to eslint. ([#1388](https://github.com/realm/realm-studio/pull/1388)) + + ## Release 10.1.1 (2021-01-28) [Changes since v10.1.0](https://github.com/realm/realm-studio/compare/v10.1.0...v10.1.1) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 435cefb2d..9db3750f9 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -6,9 +6,8 @@ ### Fixed -- When exporting to JSON, `'data'` properties are serialized to base64-strings, and not `{}`. ([#1367](https://github.com/realm/realm-studio/pull/1367), since v10.1.0) -- Fixed CSV importing into an existing Realm a bit more. The user now gets to choose what class data gets imported into. ([#1391](https://github.com/realm/realm-studio/pull/1391), since 1.12.0 & 5.0.2) +- None ### Internals -- Migrated from tslint to eslint. ([#1388](https://github.com/realm/realm-studio/pull/1388)) +- None diff --git a/package-lock.json b/package-lock.json index c509e84f7..77cc3ad83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "realm-studio", - "version": "10.1.1", + "version": "10.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b56df2244..86efa9ee6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "realm-studio", "productName": "MongoDB Realm Studio", - "version": "10.1.1", + "version": "10.1.2", "description": "A tool for everything MongoDB Realm!", "author": { "name": "Realm",