We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e369f3d commit c7c8fbaCopy full SHA for c7c8fba
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gatsby-plugin-react-i18next",
3
- "version": "0.0.27",
+ "version": "1.0.0",
4
"description": "Easily translate your Gatsby website into multiple languages",
5
"main": "index.js",
6
"types": "index.d.ts",
@@ -66,7 +66,8 @@
66
"bluebird": "^3.7.2",
67
"browser-lang": "^0.1.0",
68
"outdent": "^0.8.0",
69
- "path-to-regexp": "^6.2.0"
+ "path-to-regexp": "^6.2.0",
70
+ "react-helmet": "^6.1.0"
71
},
72
"peerDependencies": {
73
"gatsby": "^2.2.0",
0 commit comments