Skip to content

Commit 17d73b4

Browse files
committed
v5.x
1 parent 7955046 commit 17d73b4

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: .NET
22

33
on:
44
push:
5-
branches: [ v4.x ]
5+
branches: [ v5.x ]
66
pull_request:
7-
branches: [ v4.x ]
7+
branches: [ v5.x ]
88

99
jobs:
1010
build:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish
22
on:
33
push:
44
branches:
5-
- v4.x
5+
- v5.x
66
workflow_dispatch:
77
jobs:
88
build:

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 5.0.0-beta-1
2+
* Breaking: Remove support for React 17 (#99), thanks @kerams
3+
14
## 4.0.0
25
* Breaking: Use Fable.ReactDom.Types dependency (#71), thanks Alfonso Garcia-Caro!
36
* Support for React 18

0 commit comments

Comments
 (0)