Skip to content

Commit

Permalink
Add tags for better indexing on Fable.Packages + release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Mangel committed Jan 14, 2023
1 parent e2e4ad8 commit 8204845
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 7 deletions.
1 change: 0 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>fable_logo.png</PackageIcon>
<PackageTags>fsharp;fable;javascript;f#;js;react</PackageTags>
<Authors>Fable contributors</Authors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

Expand Down
5 changes: 3 additions & 2 deletions src/Fable.React.Types/Fable.React.Types.fsproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>18.2.0</Version>
<PackageVersion>18.2.0</PackageVersion>
<Version>18.3.0</Version>
<PackageVersion>18.3.0</PackageVersion>
<TargetFramework>netstandard2.0</TargetFramework>
<!-- <DefineConstants>$(DefineConstants);FABLE_COMPILER</DefineConstants> -->
<PackageTags>fsharp;fable;javascript;f#;js;react;fable-binding;fable-javascript</PackageTags>
</PropertyGroup>
<PropertyGroup>
<NpmDependencies>
Expand Down
8 changes: 8 additions & 0 deletions src/Fable.React.Types/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 18.3.0

- Add tags for indexing in Fable packages project

### 18.2.0

- Include source files under `fable` folder

### 18.1.0

- Move react-dom bindings to own package
Expand Down
5 changes: 3 additions & 2 deletions src/Fable.React/Fable.React.fsproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>9.1.0</Version>
<PackageVersion>9.1.0</PackageVersion>
<Version>9.2.0</Version>
<PackageVersion>9.2.0</PackageVersion>
<TargetFramework>netstandard2.0</TargetFramework>
<!-- <DefineConstants>$(DefineConstants);FABLE_COMPILER</DefineConstants> -->
<PackageTags>fsharp;fable;javascript;f#;js;react;fable-library;fable-javascript;fable-dotnet</PackageTags>
</PropertyGroup>
<ItemGroup>
<Compile Include="Fable.React.Props.fs" />
Expand Down
4 changes: 4 additions & 0 deletions src/Fable.React/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 9.2.0

- Add tags for indexing in Fable packages project

### 9.1.0

- Add Fable.ReactDom.Types dependency
Expand Down
5 changes: 3 additions & 2 deletions src/Fable.ReactDom.Types/Fable.ReactDom.Types.fsproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>18.1.0</Version>
<PackageVersion>18.1.0</PackageVersion>
<Version>18.2.0</Version>
<PackageVersion>18.2.0</PackageVersion>
<TargetFramework>netstandard2.0</TargetFramework>
<!-- <DefineConstants>$(DefineConstants);FABLE_COMPILER</DefineConstants> -->
<PackageTags>fsharp;fable;javascript;f#;js;react;fable-binding;fable-javascript</PackageTags>
</PropertyGroup>
<PropertyGroup>
<NpmDependencies>
Expand Down
8 changes: 8 additions & 0 deletions src/Fable.ReactDom.Types/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 18.2.0

- Add tags for indexing in Fable packages project

### 18.1.0

- Include source files under `fable` folder

### 18.0.0

- React DOM 18 types

0 comments on commit 8204845

Please sign in to comment.