We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7955046 commit 17d73b4Copy full SHA for 17d73b4
3 files changed
.github/workflows/ci.yml
@@ -2,9 +2,9 @@ name: .NET
2
3
on:
4
push:
5
- branches: [ v4.x ]
+ branches: [ v5.x ]
6
pull_request:
7
8
9
jobs:
10
build:
.github/workflows/publish.yml
@@ -2,7 +2,7 @@ name: Publish
branches:
- - v4.x
+ - v5.x
workflow_dispatch:
RELEASE_NOTES.md
@@ -1,3 +1,6 @@
1
+## 5.0.0-beta-1
+* Breaking: Remove support for React 17 (#99), thanks @kerams
+
## 4.0.0
* Breaking: Use Fable.ReactDom.Types dependency (#71), thanks Alfonso Garcia-Caro!
* Support for React 18
0 commit comments