File tree Expand file tree Collapse file tree 7 files changed +29
-7
lines changed Expand file tree Collapse file tree 7 files changed +29
-7
lines changed Original file line number Diff line number Diff line change 6
6
<PackageLicenseFile >LICENSE</PackageLicenseFile >
7
7
<PackageReadmeFile >README.md</PackageReadmeFile >
8
8
<PackageIcon >fable_logo.png</PackageIcon >
9
- <PackageTags >fsharp;fable;javascript;f#;js;react</PackageTags >
10
9
<Authors >Fable contributors</Authors >
11
10
<GenerateDocumentationFile >true</GenerateDocumentationFile >
12
11
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project Sdk =" Microsoft.NET.Sdk" >
3
3
<PropertyGroup >
4
- <Version >18.2 .0</Version >
5
- <PackageVersion >18.2 .0</PackageVersion >
4
+ <Version >18.3 .0</Version >
5
+ <PackageVersion >18.3 .0</PackageVersion >
6
6
<TargetFramework >netstandard2.0</TargetFramework >
7
7
<!-- <DefineConstants>$(DefineConstants);FABLE_COMPILER</DefineConstants> -->
8
+ <PackageTags >fsharp;fable;javascript;f#;js;react;fable-binding;fable-javascript</PackageTags >
8
9
</PropertyGroup >
9
10
<PropertyGroup >
10
11
<NpmDependencies >
Original file line number Diff line number Diff line change
1
+ ### 18.3.0
2
+
3
+ - Add tags for indexing in Fable packages project
4
+
5
+ ### 18.2.0
6
+
7
+ - Include source files under ` fable ` folder
8
+
1
9
### 18.1.0
2
10
3
11
- Move react-dom bindings to own package
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project Sdk =" Microsoft.NET.Sdk" >
3
3
<PropertyGroup >
4
- <Version >9.1 .0</Version >
5
- <PackageVersion >9.1 .0</PackageVersion >
4
+ <Version >9.2 .0</Version >
5
+ <PackageVersion >9.2 .0</PackageVersion >
6
6
<TargetFramework >netstandard2.0</TargetFramework >
7
7
<!-- <DefineConstants>$(DefineConstants);FABLE_COMPILER</DefineConstants> -->
8
+ <PackageTags >fsharp;fable;javascript;f#;js;react;fable-library;fable-javascript;fable-dotnet</PackageTags >
8
9
</PropertyGroup >
9
10
<ItemGroup >
10
11
<Compile Include =" Fable.React.Props.fs" />
Original file line number Diff line number Diff line change
1
+ ### 9.2.0
2
+
3
+ - Add tags for indexing in Fable packages project
4
+
1
5
### 9.1.0
2
6
3
7
- Add Fable.ReactDom.Types dependency
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project Sdk =" Microsoft.NET.Sdk" >
3
3
<PropertyGroup >
4
- <Version >18.1 .0</Version >
5
- <PackageVersion >18.1 .0</PackageVersion >
4
+ <Version >18.2 .0</Version >
5
+ <PackageVersion >18.2 .0</PackageVersion >
6
6
<TargetFramework >netstandard2.0</TargetFramework >
7
7
<!-- <DefineConstants>$(DefineConstants);FABLE_COMPILER</DefineConstants> -->
8
+ <PackageTags >fsharp;fable;javascript;f#;js;react;fable-binding;fable-javascript</PackageTags >
8
9
</PropertyGroup >
9
10
<PropertyGroup >
10
11
<NpmDependencies >
Original file line number Diff line number Diff line change
1
+ ### 18.2.0
2
+
3
+ - Add tags for indexing in Fable packages project
4
+
5
+ ### 18.1.0
6
+
7
+ - Include source files under ` fable ` folder
8
+
1
9
### 18.0.0
2
10
3
11
- React DOM 18 types
You can’t perform that action at this time.
0 commit comments