Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arialpew committed Jun 12, 2019
1 parent 7ef2dd0 commit 88aea3a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.6.0
# 0.6.1

- Support JSX v3 (hook component), with React Suspense/Lazy.
- Add JSX v3 examples (Parcel/Webpack).
Expand Down
2 changes: 1 addition & 1 deletion examples/with-parcel-jsx-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"bs-dynamic-import": "^0.4.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"reason-loadable": "^0.6.0",
"reason-loadable": "^0.6.1",
"reason-react": "^0.7.0"
},
"browserslist": [
Expand Down
2 changes: 1 addition & 1 deletion examples/with-parcel-jsx-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"bs-dynamic-import": "^0.4.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"reason-loadable": "^0.6.0",
"reason-loadable": "^0.6.1",
"reason-react": "^0.7.0"
},
"browserslist": [
Expand Down
2 changes: 1 addition & 1 deletion examples/with-webpack-jsx-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"bs-dynamic-import": "^0.4.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"reason-loadable": "^0.6.0",
"reason-loadable": "^0.6.1",
"reason-react": "^0.7.0"
},
"browserslist": [
Expand Down
2 changes: 1 addition & 1 deletion examples/with-webpack-jsx-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"bs-dynamic-import": "^0.4.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"reason-loadable": "^0.6.0",
"reason-loadable": "^0.6.1",
"reason-react": "^0.7.0"
},
"browserslist": [
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "reason-loadable",
"description": "A higher order module for loading dynamic components with ReasonReact",
"version": "0.6.0",
"version": "0.6.1",
"author": "Robin Meillet <[email protected]>",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 88aea3a

Please sign in to comment.