Skip to content

Commit

Permalink
Prepare version v10.1.2 (#1398)
Browse files Browse the repository at this point in the history
Co-authored-by: Jenkins CI <[email protected]>
  • Loading branch information
2 people authored and kraenhansen committed Feb 17, 2021
1 parent 8fb8502 commit bf1c474
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 2 additions & 3 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bf1c474

Please sign in to comment.