Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Sep 25, 2019
1 parent 6452101 commit dcc8a65
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 9 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.25"
let [<Literal>] VERSION = "2.4.0"
let [<Literal>] CORE_VERSION = "2.1.0"
let [<Literal>] DEFAULT_PORT = 61225
let [<Literal>] FORCE = "force:"
Expand Down
4 changes: 2 additions & 2 deletions src/Fable.Core/Fable.Core.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<Description>Fable Core Library</Description>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>3.1.0</Version>
<PackageVersion>3.1.0</PackageVersion>
<Version>3.1.1</Version>
<PackageVersion>3.1.1</PackageVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.fs" />
Expand Down
4 changes: 4 additions & 0 deletions src/Fable.Core/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.1.1

* Fix TypedArray bindings @Titaye

### 3.1.0

* Add JS Typed Arrays @Titaye
Expand Down
2 changes: 1 addition & 1 deletion src/fable-compiler-js/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-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fable-compiler-js",
"version": "1.0.5",
"version": "1.0.6",
"main": "index.js",
"bin": {
"fable": "index.js"
Expand Down
5 changes: 5 additions & 0 deletions src/fable-compiler/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 2.4.0

* Support F# 4.7 (implicit yields) @ncave
* Fix #1910: Roll forward major version to run on dotnet SDK 3 @forki

### 2.3.25

* Fix #1900: gen param names conflict
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.25",
"version": "2.4.0",
"main": "dist/index.js",
"description": "Fable compiler",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/fable-standalone/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-standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fable-standalone",
"version": "1.1.7",
"version": "1.1.8",
"main": "dist/bundle.min.js",
"description": "Fable compiler",
"keywords": [
Expand Down

0 comments on commit dcc8a65

Please sign in to comment.