Skip to content

Commit

Permalink
Bump version to 2.0.0-beta-003
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Aug 31, 2018
1 parent 1442afc commit 73f912b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/dotnet/Fable.Compiler/CLI/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.0.0-beta-002"
let [<Literal>] VERSION = "2.0.0-beta-003"
let [<Literal>] CORE_VERSION = "2.0.0"
let [<Literal>] DEFAULT_PORT = 61225
let [<Literal>] FORCE = "force:"
Expand Down
2 changes: 1 addition & 1 deletion src/dotnet/Fable.Compiler/Fable.Compiler.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Fable: F# to JS Compiler</Description>
<Version>2.0.0</Version>
<PackageVersion>2.0.0-beta-002</PackageVersion>
<PackageVersion>2.0.0-beta-003</PackageVersion>
<OutputType>Exe</OutputType>
<PackageType>DotnetCliTool</PackageType>
<AssemblyName>dotnet-fable</AssemblyName>
Expand Down
7 changes: 7 additions & 0 deletions src/dotnet/Fable.Compiler/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 2.0.0-beta-003

* Improve int64 conversions @tomcl #1546
* Add full call path for errors in inlined functions
* Fix #1545: Warning when casting to and interface not directly implemented
* Fix extension member overloads

### 2.0.0-beta-002

* Compile chars as JS strings (as in Fable 1)
Expand Down
13 changes: 9 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2128,9 +2128,9 @@ extsprintf@^1.2.0:
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"

"fable-loader@file:./src/js/fable-loader":
version "2.0.0-alpha-003"
version "2.0.0-beta-001"
dependencies:
fable-utils "^1.0.4"
fable-utils "^1.1.0"

"fable-splitter@file:./src/js/fable-splitter":
version "2.0.0-alpha-003"
Expand All @@ -2145,8 +2145,12 @@ fable-utils@^1.0.4, fable-utils@^1.0.6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/fable-utils/-/fable-utils-1.0.6.tgz#df4af260a2948b7562e3cbcfa044a3482b5c0573"

fable-utils@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/fable-utils/-/fable-utils-1.1.0.tgz#05d79f61b93d6cee17a63c18ea311bd97179fda4"

"fable-utils@file:./src/js/fable-utils":
version "1.0.6"
version "1.1.0"

fast-deep-equal@^2.0.1:
version "2.0.1"
Expand Down Expand Up @@ -4093,7 +4097,7 @@ rollup-plugin-commonjs@^9.1.4:
rollup-pluginutils "^2.0.1"

"rollup-plugin-fable@file:./src/js/rollup-plugin-fable":
version "1.1.1"
version "2.0.0-beta-001"
dependencies:
fable-utils "^1.0.4"
rollup-pluginutils "2.0.1"
Expand Down Expand Up @@ -4505,6 +4509,7 @@ term-size@^1.2.0:
execa "^0.7.0"

terser@^3.8.1, uglify-es@^3.3.4, "uglify-es@npm:terser":
name uglify-es
version "3.8.1"
resolved "https://registry.yarnpkg.com/terser/-/terser-3.8.1.tgz#cb70070ac9e0a71add169dfb63c0a64fca2738ac"
dependencies:
Expand Down

0 comments on commit 73f912b

Please sign in to comment.