Skip to content

Commit

Permalink
Release version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MangelMaxime committed Apr 23, 2020
1 parent 10ab73f commit fc2e6af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 2.0.0 - 2020-03-23

* Complete from to use Feliz and Feliz.Bulma
* Fix https://github.com/fable-compiler/Fable/issues/1954: Add FABLE_COMPILER directive

## 1.0.6 - 2020-03-09

* Fix #106: Model should be updated in the update function not recreated from scratch
Expand Down
1 change: 1 addition & 0 deletions src/App/Loader.fs
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ let private view (model: Model) dispatch =
]

#if !DEBUG
open Fable.Core
open Fable.Core.JsInterop

let [<Global>] navigator: obj = jsNative
Expand Down
2 changes: 1 addition & 1 deletion src/App/Prelude.fs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ open Fable.Core

[<RequireQualifiedAccess>]
module Literals =
let [<Literal>] REPL_VERSION = "1.0.6" // Do not edit manually
let [<Literal>] REPL_VERSION = "2.0.0" // Do not edit manually
let [<Literal>] FABLE_VERSION = "2.4.18" // Do not edit manually
let [<Literal>] STORAGE_KEY = "fable-repl"
let [<Literal>] MAX_LOGS_LENGTH = 200
Expand Down

0 comments on commit fc2e6af

Please sign in to comment.