Skip to content

Commit

Permalink
bump to 1.7.0 (#50)
Browse files Browse the repository at this point in the history
* bump to 1.7.0

* Update ConfirmHcaptcha.test.js.snap

* Update Hcaptcha.test.js.snap
  • Loading branch information
e271828- authored Feb 24, 2024
1 parent 8335022 commit f5af62a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion __tests__/__snapshots__/ConfirmHcaptcha.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ exports[`ConfirmHcaptcha snapshot tests renders ConfirmHcaptcha with all props 1
<meta name=\\"viewport\\" content=\\"width=device-width, initial-scale=1.0\\">
<meta http-equiv=\\"X-UA-Compatible\\" content=\\"ie=edge\\">
<script type=\\"text/javascript\\">
[\\"rnver_0_0_0\\",\\"dep_mocked-md5\\",\\"sdk_1_6_0\\"].forEach(function (value, i) { window[value] = true; });
[\\"rnver_0_0_0\\",\\"dep_mocked-md5\\",\\"sdk_1_7_0\\"].forEach(function (value, i) { window[value] = true; });
</script>
<script src=\\"https://all.props/api-endpoint?render=explicit&onload=onloadCallback&host=all-props-host&hl=en&sentry=true&endpoint=https%3A%2F%2Fall.props%2Fendpoint&assethost=https%3A%2F%2Fall.props%2Fassethost&imghost=https%3A%2F%2Fall.props%2Fimghost&reportapi=https%3A%2F%2Fall.props%2Freportapi\\" async defer></script>
<script type=\\"text/javascript\\">
Expand Down
2 changes: 1 addition & 1 deletion __tests__/__snapshots__/Hcaptcha.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ exports[`Hcaptcha snapshot tests renders Hcaptcha with all props 1`] = `
<meta name=\\"viewport\\" content=\\"width=device-width, initial-scale=1.0\\">
<meta http-equiv=\\"X-UA-Compatible\\" content=\\"ie=edge\\">
<script type=\\"text/javascript\\">
[\\"rnver_0_0_0\\",\\"dep_mocked-md5\\",\\"sdk_1_6_0\\"].forEach(function (value, i) { window[value] = true; });
[\\"rnver_0_0_0\\",\\"dep_mocked-md5\\",\\"sdk_1_7_0\\"].forEach(function (value, i) { window[value] = true; });
</script>
<script src=\\"https://all.props/api-endpoint?render=explicit&onload=onloadCallback&host=all-props-host&hl=fr&endpoint=https%3A%2F%2Fall.props%2Fendpoint&assethost=https%3A%2F%2Fall.props%2Fassethost&imghost=https%3A%2F%2Fall.props%2Fimghost&reportapi=https%3A%2F%2Fall.props%2Freportapi\\" async defer></script>
<script type=\\"text/javascript\\">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hcaptcha/react-native-hcaptcha",
"version": "1.6.0",
"version": "1.7.0",
"description": "hCaptcha Library for React Native (both Android and iOS)",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f5af62a

Please sign in to comment.