Skip to content

Commit 3ceb9c0

Browse files
committed
release v0.31.3
1 parent a7dc0db commit 3ceb9c0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 0.31.3
4+
- Fix import of `batchedUpdates` (currently ReactDOM.unstable_batchedUpdates) for use with the CDN
5+
version of React.
6+
37
## 0.31.2
48
- Remove an errant 'let' that made its way into the build.
59

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-component",
3-
"version": "0.31.2",
3+
"version": "0.31.3",
44
"description": "Declarative router component for React",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)