From 8204845fbf5c9586d0b925114b9e40805dd6b63f Mon Sep 17 00:00:00 2001 From: Maxime Mangel Date: Sat, 14 Jan 2023 09:57:45 +0100 Subject: [PATCH] Add tags for better indexing on Fable.Packages + release new version --- Directory.Build.props | 1 - src/Fable.React.Types/Fable.React.Types.fsproj | 5 +++-- src/Fable.React.Types/RELEASE_NOTES.md | 8 ++++++++ src/Fable.React/Fable.React.fsproj | 5 +++-- src/Fable.React/RELEASE_NOTES.md | 4 ++++ src/Fable.ReactDom.Types/Fable.ReactDom.Types.fsproj | 5 +++-- src/Fable.ReactDom.Types/RELEASE_NOTES.md | 8 ++++++++ 7 files changed, 29 insertions(+), 7 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index cbc1aa97..e62bb897 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -6,7 +6,6 @@ LICENSE README.md fable_logo.png - fsharp;fable;javascript;f#;js;react Fable contributors true diff --git a/src/Fable.React.Types/Fable.React.Types.fsproj b/src/Fable.React.Types/Fable.React.Types.fsproj index f19fe273..13d316b1 100644 --- a/src/Fable.React.Types/Fable.React.Types.fsproj +++ b/src/Fable.React.Types/Fable.React.Types.fsproj @@ -1,10 +1,11 @@ - 18.2.0 - 18.2.0 + 18.3.0 + 18.3.0 netstandard2.0 + fsharp;fable;javascript;f#;js;react;fable-binding;fable-javascript diff --git a/src/Fable.React.Types/RELEASE_NOTES.md b/src/Fable.React.Types/RELEASE_NOTES.md index 89ba2bf1..97323941 100644 --- a/src/Fable.React.Types/RELEASE_NOTES.md +++ b/src/Fable.React.Types/RELEASE_NOTES.md @@ -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 diff --git a/src/Fable.React/Fable.React.fsproj b/src/Fable.React/Fable.React.fsproj index 5643bbf9..685a7ae8 100644 --- a/src/Fable.React/Fable.React.fsproj +++ b/src/Fable.React/Fable.React.fsproj @@ -1,10 +1,11 @@ - 9.1.0 - 9.1.0 + 9.2.0 + 9.2.0 netstandard2.0 + fsharp;fable;javascript;f#;js;react;fable-library;fable-javascript;fable-dotnet diff --git a/src/Fable.React/RELEASE_NOTES.md b/src/Fable.React/RELEASE_NOTES.md index 21ce003d..30c7a0dd 100644 --- a/src/Fable.React/RELEASE_NOTES.md +++ b/src/Fable.React/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +### 9.2.0 + +- Add tags for indexing in Fable packages project + ### 9.1.0 - Add Fable.ReactDom.Types dependency diff --git a/src/Fable.ReactDom.Types/Fable.ReactDom.Types.fsproj b/src/Fable.ReactDom.Types/Fable.ReactDom.Types.fsproj index 3085065e..427d332c 100644 --- a/src/Fable.ReactDom.Types/Fable.ReactDom.Types.fsproj +++ b/src/Fable.ReactDom.Types/Fable.ReactDom.Types.fsproj @@ -1,10 +1,11 @@ - 18.1.0 - 18.1.0 + 18.2.0 + 18.2.0 netstandard2.0 + fsharp;fable;javascript;f#;js;react;fable-binding;fable-javascript diff --git a/src/Fable.ReactDom.Types/RELEASE_NOTES.md b/src/Fable.ReactDom.Types/RELEASE_NOTES.md index 390a8dd5..4621318f 100644 --- a/src/Fable.ReactDom.Types/RELEASE_NOTES.md +++ b/src/Fable.ReactDom.Types/RELEASE_NOTES.md @@ -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