Skip to content

Commit f5af62a

Browse files
authored
bump to 1.7.0 (#50)
* bump to 1.7.0 * Update ConfirmHcaptcha.test.js.snap * Update Hcaptcha.test.js.snap
1 parent 8335022 commit f5af62a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

__tests__/__snapshots__/ConfirmHcaptcha.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ exports[`ConfirmHcaptcha snapshot tests renders ConfirmHcaptcha with all props 1
7070
<meta name=\\"viewport\\" content=\\"width=device-width, initial-scale=1.0\\">
7171
<meta http-equiv=\\"X-UA-Compatible\\" content=\\"ie=edge\\">
7272
<script type=\\"text/javascript\\">
73-
[\\"rnver_0_0_0\\",\\"dep_mocked-md5\\",\\"sdk_1_6_0\\"].forEach(function (value, i) { window[value] = true; });
73+
[\\"rnver_0_0_0\\",\\"dep_mocked-md5\\",\\"sdk_1_7_0\\"].forEach(function (value, i) { window[value] = true; });
7474
</script>
7575
<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>
7676
<script type=\\"text/javascript\\">

__tests__/__snapshots__/Hcaptcha.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ exports[`Hcaptcha snapshot tests renders Hcaptcha with all props 1`] = `
3232
<meta name=\\"viewport\\" content=\\"width=device-width, initial-scale=1.0\\">
3333
<meta http-equiv=\\"X-UA-Compatible\\" content=\\"ie=edge\\">
3434
<script type=\\"text/javascript\\">
35-
[\\"rnver_0_0_0\\",\\"dep_mocked-md5\\",\\"sdk_1_6_0\\"].forEach(function (value, i) { window[value] = true; });
35+
[\\"rnver_0_0_0\\",\\"dep_mocked-md5\\",\\"sdk_1_7_0\\"].forEach(function (value, i) { window[value] = true; });
3636
</script>
3737
<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>
3838
<script type=\\"text/javascript\\">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hcaptcha/react-native-hcaptcha",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "hCaptcha Library for React Native (both Android and iOS)",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)