Skip to content

Commit

Permalink
Bump 1.5.1 (#37)
Browse files Browse the repository at this point in the history
* bump to 1.5.1

* chore(test) update version in tests after bump
  • Loading branch information
CAMOBAP authored Feb 14, 2023
1 parent b3db1d8 commit 01de7c7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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_5_0\\"].forEach(function (value, i) { window[value] = true; });
[\\"rnver_0_0_0\\",\\"dep_mocked-md5\\",\\"sdk_1_5_1\\"].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_5_0\\"].forEach(function (value, i) { window[value] = true; });
[\\"rnver_0_0_0\\",\\"dep_mocked-md5\\",\\"sdk_1_5_1\\"].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
4 changes: 2 additions & 2 deletions 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,6 +1,6 @@
{
"name": "@hcaptcha/react-native-hcaptcha",
"version": "1.5.0",
"version": "1.5.1",
"description": "hCaptcha Library for React Native (both Android and iOS)",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 01de7c7

Please sign in to comment.