Skip to content

Commit

Permalink
5.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DethAriel committed Jun 4, 2019
1 parent b66c17d commit 5e7faa7
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 7 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<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)


### Features

* **component:** make Angular 8.0.0 a supported peer dependency ([f003ff2](https://github.com/DethAriel/ng-recaptcha/commit/f003ff2))
* **package:** implement Angular Package format ([71340c4](https://github.com/DethAriel/ng-recaptcha/commit/71340c4))


### BREAKING CHANGES

* **package:** * `ng-recaptcha/forms` entry point has been removed. `RecaptchaFormsModule` and `RecaptchaValueAccessorDirective` should now be imported directly from `ng-recaptcha`
* `tslib` is now a package dependency to ensure minimum possible bundle size. If your project doesn't yet have a dependency on `tslib`, run `npm install -D tslib@^1.9.0` (or `yarn add -D tslib@^1.9.0` if you use yarn)



<a name="4.3.0"></a>
# [4.3.0](https://github.com/DethAriel/ng-recaptcha/compare/v4.3.0-beta.1...v4.3.0) (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 "4.3.0-beta.1"
version "5.0.0-beta.1"
resolved "../../ng-recaptcha-latest.tgz#ea657bc417100a8f8a4161cdc9ac8fac5d06dfbb79582231dc49406580197289dc83f2466e8dd5845ade0b41842124be6c9c87a9a912dace5d7be69f622e6011"
integrity sha1-i7fxsPv9o+OBxFS4EPPgzDQpepg=
integrity sha1-tjQeimdVeZgGDyC8jz+5eGbwaAk=
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 "4.3.0-beta.1"
version "5.0.0-beta.1"
resolved "../../ng-recaptcha-latest.tgz#ea657bc417100a8f8a4161cdc9ac8fac5d06dfbb79582231dc49406580197289dc83f2466e8dd5845ade0b41842124be6c9c87a9a912dace5d7be69f622e6011"
integrity sha1-i7fxsPv9o+OBxFS4EPPgzDQpepg=
integrity sha1-tjQeimdVeZgGDyC8jz+5eGbwaAk=
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 "4.3.0-beta.1"
version "5.0.0-beta.1"
resolved "../../ng-recaptcha-latest.tgz#ea657bc417100a8f8a4161cdc9ac8fac5d06dfbb79582231dc49406580197289dc83f2466e8dd5845ade0b41842124be6c9c87a9a912dace5d7be69f622e6011"
integrity sha1-i7fxsPv9o+OBxFS4EPPgzDQpepg=
integrity sha1-tjQeimdVeZgGDyC8jz+5eGbwaAk=
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": "4.3.0",
"version": "5.0.0-beta.1",
"description": "Angular component for Google reCAPTCHA",
"scripts": {
"demo": "cd demo && yarn serve",
Expand Down

0 comments on commit 5e7faa7

Please sign in to comment.