Skip to content

Commit 73f912b

Browse files
Bump version to 2.0.0-beta-003
1 parent 1442afc commit 73f912b

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

src/dotnet/Fable.Compiler/CLI/CLI.Util.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ namespace Fable.CLI
22

33
module Literals =
44

5-
let [<Literal>] VERSION = "2.0.0-beta-002"
5+
let [<Literal>] VERSION = "2.0.0-beta-003"
66
let [<Literal>] CORE_VERSION = "2.0.0"
77
let [<Literal>] DEFAULT_PORT = 61225
88
let [<Literal>] FORCE = "force:"

src/dotnet/Fable.Compiler/Fable.Compiler.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>Fable: F# to JS Compiler</Description>
55
<Version>2.0.0</Version>
6-
<PackageVersion>2.0.0-beta-002</PackageVersion>
6+
<PackageVersion>2.0.0-beta-003</PackageVersion>
77
<OutputType>Exe</OutputType>
88
<PackageType>DotnetCliTool</PackageType>
99
<AssemblyName>dotnet-fable</AssemblyName>

src/dotnet/Fable.Compiler/RELEASE_NOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 2.0.0-beta-003
2+
3+
* Improve int64 conversions @tomcl #1546
4+
* Add full call path for errors in inlined functions
5+
* Fix #1545: Warning when casting to and interface not directly implemented
6+
* Fix extension member overloads
7+
18
### 2.0.0-beta-002
29

310
* Compile chars as JS strings (as in Fable 1)

yarn.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2128,9 +2128,9 @@ extsprintf@^1.2.0:
21282128
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
21292129

21302130
"fable-loader@file:./src/js/fable-loader":
2131-
version "2.0.0-alpha-003"
2131+
version "2.0.0-beta-001"
21322132
dependencies:
2133-
fable-utils "^1.0.4"
2133+
fable-utils "^1.1.0"
21342134

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

2148+
fable-utils@^1.1.0:
2149+
version "1.1.0"
2150+
resolved "https://registry.yarnpkg.com/fable-utils/-/fable-utils-1.1.0.tgz#05d79f61b93d6cee17a63c18ea311bd97179fda4"
2151+
21482152
"fable-utils@file:./src/js/fable-utils":
2149-
version "1.0.6"
2153+
version "1.1.0"
21502154

21512155
fast-deep-equal@^2.0.1:
21522156
version "2.0.1"
@@ -4093,7 +4097,7 @@ rollup-plugin-commonjs@^9.1.4:
40934097
rollup-pluginutils "^2.0.1"
40944098

40954099
"rollup-plugin-fable@file:./src/js/rollup-plugin-fable":
4096-
version "1.1.1"
4100+
version "2.0.0-beta-001"
40974101
dependencies:
40984102
fable-utils "^1.0.4"
40994103
rollup-pluginutils "2.0.1"
@@ -4505,6 +4509,7 @@ term-size@^1.2.0:
45054509
execa "^0.7.0"
45064510

45074511
terser@^3.8.1, uglify-es@^3.3.4, "uglify-es@npm:terser":
4512+
name uglify-es
45084513
version "3.8.1"
45094514
resolved "https://registry.yarnpkg.com/terser/-/terser-3.8.1.tgz#cb70070ac9e0a71add169dfb63c0a64fca2738ac"
45104515
dependencies:

0 commit comments

Comments
 (0)