Skip to content

Commit

Permalink
released v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 13, 2021
1 parent 3c4b47d commit 2350c6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/router-redux-rematch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@rematch/core": "2.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-dynamic-loadable": "2.0.5",
"react-dynamic-loadable": "3.0.0",
"react-redux": "7.2.4",
"react-router-dom": "5.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion example/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"react": "17.0.2",
"react-dom": "17.0.2",
"react-dynamic-loadable": "2.0.5"
"react-dynamic-loadable": "3.0.0"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dynamic-loadable",
"version": "2.0.5",
"version": "3.0.0",
"description": "A higher order component for loading components with dynamic imports.",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down

0 comments on commit 2350c6c

Please sign in to comment.