Skip to content

Commit f8d7e09

Browse files
committed
Update Version to 1.0.0 and update README
1 parent c20c78c commit f8d7e09

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,12 @@ Feliz style bindings for [react-select](https://react-select.com/home).
55
A demo with some example props can be found [here](https://compositionalit.github.io/Feliz.ReactSelect/).
66

77
For the full props list visit the docs for [react-select](https://react-select.com/props)
8+
9+
## Version Compatibility
10+
11+
This table shows version compatibility with dependencies.
12+
13+
| Feliz.ReactSelect | React | Fable | Feliz |
14+
|- |- |- |- |
15+
| 0.x | 17.x | 3.x | 1.x |
16+
| 1.x | 18.x | 4.x | 2.x |

fable/Feliz.ReactSelect/Feliz.ReactSelect.fsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Authors>Compositional IT</Authors>
99
<Company>Compositional IT</Company>
1010
<Description>Wrapper for react-select component</Description>
11-
<Version>0.0.7</Version>
11+
<Version>1.0.0</Version>
1212
<PackageProjectUrl>https://github.com/CompositionalIT/MultiSelect</PackageProjectUrl>
1313
<RepositoryUrl>https://github.com/CompositionalIT/MultiSelect</RepositoryUrl>
1414
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

0 commit comments

Comments
 (0)