Skip to content

Commit

Permalink
Prepare version v3.8.2 (#1217)
Browse files Browse the repository at this point in the history
* Prepare version v3.8.2

* Update CHANGELOG.md
  • Loading branch information
realm-ci authored and Kræn Hansen committed Nov 12, 2019
1 parent 10ade63 commit e614b7a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ 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 3.8.2 (2019-11-12)

[Changes since v3.8.1](https://github.com/realm/realm-studio/compare/v3.8.1...v3.8.2)

### Enhancements

- None

### Fixed

- When saying no to upgrade Studio and restarting Studio, update to the newest version would happen at next start.
This is fixed so you are always asked to confirm download when starting Studio ([#1209](https://github.com/realm/realm-studio/pull/1209), since v0.0.1-alpha.8)
- Now prompting users to download the 3.8.1-ros-3-19-0 compatibility version when connecting to ROS < 3.20.1. ([#1211](https://github.com/realm/realm-studio/pull/1211), since v3.8.0)
- Fixed highlighting rows for editing in a `List`. ([#1216](https://github.com/realm/realm-studio/pull/1216), since v2.9.0)

### Internals

- Switched to using "esModuleInterop", allowing `import Lib from 'lib'` instead of `import * as Lib from 'lib'`. ([#1210](https://github.com/realm/realm-studio/pull/1210))


## Release 3.8.1 (2019-10-18)

[Changes since v3.8.0](https://github.com/realm/realm-studio/compare/v3.8.0...v3.8.1)
Expand Down
6 changes: 2 additions & 4 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@

### Fixed

- Fixed auto updating, to ask before downloading enabling users to say "no", quit and restart Studio without getting the new update. ([#1209](https://github.com/realm/realm-studio/pull/1209), since v0.0.1-alpha.8)
- Fixed prompting users to download the 3.8.1-ros-3-19-0 compatibility version when connecting to ROS < 3.20.1. ([#1211](https://github.com/realm/realm-studio/pull/1211), since v3.8.0)
- Fixed highlighting rows for editing in a `List`. ([#1216](https://github.com/realm/realm-studio/pull/1216), since v2.9.0)
- None

### Internals

- Switched to using "esModuleInterop", allowing `import Lib from 'lib'` instead of `import * as Lib from 'lib'`. ([#1210](https://github.com/realm/realm-studio/pull/1210))
- 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": "Realm Studio",
"version": "3.8.1",
"version": "3.8.2",
"description": "A tool for everything Realm!",
"author": {
"name": "Realm Inc.",
Expand Down

0 comments on commit e614b7a

Please sign in to comment.