Skip to content

Commit

Permalink
bump version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cwtuan committed Nov 23, 2017
1 parent a61851e commit bf98842
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/browser-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"react-scripts": "0.8.4"
},
"dependencies": {
"react-intl-universal": "^1.4.3",
"react-intl-universal": "^1.5.1",
"axios": "^0.16.1",
"lodash": "^4.17.4",
"react": "^15.5.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/node-js-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"react-scripts": "^0.9.0"
},
"dependencies": {
"react-intl-universal": "^1.4.3",
"react-intl-universal": "^1.5.1",
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-intl-universal",
"version": "1.4.3",
"version": "1.5.1",
"description": "Internationalize React apps. Not only for React.Component but also for Vanilla JS.",
"keywords": [
"intl",
Expand Down Expand Up @@ -31,7 +31,7 @@
"cookie": "^0.3.1",
"escape-html": "^1.0.3",
"intl": "^1.2.5",
"intl-messageformat": "^1.3.0",
"intl-messageformat": "^2.2.0",
"invariant": "^2.2.2",
"load-script": "^1.0.0",
"object-keys": "^1.0.11",
Expand Down Expand Up @@ -89,4 +89,4 @@
"type": "git",
"url": "https://github.com/alibaba/react-intl-universal.git"
}
}
}

0 comments on commit bf98842

Please sign in to comment.