Skip to content

Commit b748c5c

Browse files
committedNov 16, 2023
Release 9.0.0-rc.0
1 parent 0e0a72c commit b748c5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-redux",
3-
"version": "9.0.0-beta.0",
3+
"version": "9.0.0-rc.0",
44
"description": "Official React bindings for Redux",
55
"keywords": [
66
"react",

‎yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -9408,7 +9408,7 @@ __metadata:
94089408
react: ^18.0
94099409
react-dom: ^18.0
94109410
react-native: ">=0.71"
9411-
redux: ^5.0.0-beta.0
9411+
redux: ^5.0.0-rc.0
94129412
peerDependenciesMeta:
94139413
"@types/react":
94149414
optional: true

0 commit comments

Comments
 (0)
Please sign in to comment.