Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Apr 16, 2019
1 parent 0380607 commit f0b5cf0
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Fable.Cli/Util.fs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace Fable.Cli

module Literals =

let [<Literal>] VERSION = "2.3.0-beta-001"
let [<Literal>] VERSION = "2.3.0"
let [<Literal>] CORE_VERSION = "2.1.0"
let [<Literal>] DEFAULT_PORT = 61225
let [<Literal>] FORCE = "force:"
Expand Down
2 changes: 1 addition & 1 deletion src/Fable.Core/Fable.Core.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>3.0.0</Version>
<PackageVersion>3.0.0-beta-006</PackageVersion>
<PackageVersion>3.0.0</PackageVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.fs" />
Expand Down
8 changes: 8 additions & 0 deletions src/Fable.Core/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 3.0.0

* Add `JsInterop.importValueDynamic`
* Move `nameof` operators to Experimental module
* JS extensions
* Add Emit and Import attribute aliases
* Namespace restructure

### 3.0.0-beta-006

* Add `JsInterop.importValueDynamic`
Expand Down
2 changes: 1 addition & 1 deletion src/fable-compiler/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 2.3.0-beta-001
### 2.3.0

* Give warnings if an anonymous record casted to an interface with `!!` mismatches any field
* Compatibility with `JsInterop.importValueDynamic`
Expand Down
2 changes: 1 addition & 1 deletion src/fable-compiler/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 src/fable-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fable-compiler",
"version": "2.3.0-beta-001",
"version": "2.3.0",
"main": "dist/index.js",
"description": "Fable compiler",
"keywords": [
Expand Down

0 comments on commit f0b5cf0

Please sign in to comment.