Skip to content

Commit

Permalink
5.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DethAriel committed Jun 14, 2019
1 parent e28ca37 commit d041a5f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="5.0.0-beta.2"></a>
# [5.0.0-beta.2](https://github.com/DethAriel/ng-recaptcha/compare/v5.0.0-beta.1...v5.0.0-beta.2) (2019-06-14)


### Bug Fixes

* **package:** fix the package publishing ([e28ca37](https://github.com/DethAriel/ng-recaptcha/commit/e28ca37))



<a name="5.0.0-beta.1"></a>
# [5.0.0-beta.1](https://github.com/DethAriel/ng-recaptcha/compare/v4.3.0...v5.0.0-beta.1) (2019-06-04)

Expand Down
4 changes: 2 additions & 2 deletions demo/v6/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3994,9 +3994,9 @@ next-tick@^1.0.0:
integrity sha1-yobR/ogoFpsBICCOPchCS524NCw=

ng-recaptcha@../../ng-recaptcha-latest.tgz:
version "5.0.0-beta.1"
version "5.0.0-beta.2"
resolved "../../ng-recaptcha-latest.tgz#ea657bc417100a8f8a4161cdc9ac8fac5d06dfbb79582231dc49406580197289dc83f2466e8dd5845ade0b41842124be6c9c87a9a912dace5d7be69f622e6011"
integrity sha1-tjQeimdVeZgGDyC8jz+5eGbwaAk=
integrity sha1-obOhZWVJ0j/8XiQPRS5rrvqGGHY=
dependencies:
tslib "^1.9.0"
optionalDependencies:
Expand Down
4 changes: 2 additions & 2 deletions demo/v7/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3810,9 +3810,9 @@ neo-async@^2.5.0:
integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==

ng-recaptcha@../../ng-recaptcha-latest.tgz:
version "5.0.0-beta.1"
version "5.0.0-beta.2"
resolved "../../ng-recaptcha-latest.tgz#ea657bc417100a8f8a4161cdc9ac8fac5d06dfbb79582231dc49406580197289dc83f2466e8dd5845ade0b41842124be6c9c87a9a912dace5d7be69f622e6011"
integrity sha1-tjQeimdVeZgGDyC8jz+5eGbwaAk=
integrity sha1-obOhZWVJ0j/8XiQPRS5rrvqGGHY=
dependencies:
tslib "^1.9.0"
optionalDependencies:
Expand Down
4 changes: 2 additions & 2 deletions demo/v8/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3888,9 +3888,9 @@ neo-async@^2.5.0:
integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==

ng-recaptcha@../../ng-recaptcha-latest.tgz:
version "5.0.0-beta.1"
version "5.0.0-beta.2"
resolved "../../ng-recaptcha-latest.tgz#ea657bc417100a8f8a4161cdc9ac8fac5d06dfbb79582231dc49406580197289dc83f2466e8dd5845ade0b41842124be6c9c87a9a912dace5d7be69f622e6011"
integrity sha1-tjQeimdVeZgGDyC8jz+5eGbwaAk=
integrity sha1-obOhZWVJ0j/8XiQPRS5rrvqGGHY=
dependencies:
tslib "^1.9.0"
optionalDependencies:
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": "ng-recaptcha",
"version": "5.0.0-beta.1",
"version": "5.0.0-beta.2",
"description": "Angular component for Google reCAPTCHA",
"scripts": {
"demo": "cd demo && yarn serve",
Expand Down

0 comments on commit d041a5f

Please sign in to comment.