Skip to content

Commit

Permalink
chore(v3): release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 10, 2023
1 parent c40081f commit 43e48b0
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [3.0.0](https://github.com/DanSnow/vue-recaptcha/compare/v2.0.3...v3.0.0) (2023-03-10)


### ⚠ BREAKING CHANGES

* replace RecaptchaScript with useRecaptchaProvider composable
* flatten recaptcha options to props
* init v3

### Features

* add recaptcha state + fix bug ([add3ac5](https://github.com/DanSnow/vue-recaptcha/commit/add3ac52aad5f61a71160de48fc825178b63897a))
* init nuxt module ([785f88d](https://github.com/DanSnow/vue-recaptcha/commit/785f88de250244f2c730a53a1f788e20be0f1099))
* init v3 ([f07566d](https://github.com/DanSnow/vue-recaptcha/commit/f07566dcec819898e124f6a9f9b9b817fccd2c0e))
* pass loader options down to script loader ([4e60148](https://github.com/DanSnow/vue-recaptcha/commit/4e601488a6d0183ec06397019e60acbac32d40b0))
* support simple version without unhead ([499cebb](https://github.com/DanSnow/vue-recaptcha/commit/499cebbd27230c3f1d9ddde46e36da120be1092e))
* support useRecaptchaNet and nonce ([eae75ab](https://github.com/DanSnow/vue-recaptcha/commit/eae75ab194302dba773dd93046221a87a0d4c09d))


### Bug Fixes

* add default for params ([e60ee18](https://github.com/DanSnow/vue-recaptcha/commit/e60ee18be041543abe6a588b3915c8d503922c5b))
* flatten recaptcha options to props ([ff264df](https://github.com/DanSnow/vue-recaptcha/commit/ff264dfe4e7f67bfc4a9ca0551e3401f23042443))
* typo ([c4cab73](https://github.com/DanSnow/vue-recaptcha/commit/c4cab735b04fb5227200d75f49d9b468dd385630))


### Code Refactoring

* replace RecaptchaScript with useRecaptchaProvider composable ([bfe1618](https://github.com/DanSnow/vue-recaptcha/commit/bfe16188f545ccc8434fe2d5df66dabdc778de4f))

## [2.0.3](https://github.com/DanSnow/vue-recaptcha/compare/v2.0.2...v2.0.3) (2022-09-17)


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": "vue-recaptcha",
"version": "3.0.0-alpha.2",
"version": "3.0.0",
"packageManager": "[email protected]",
"description": "ReCAPTCHA vue component",
"author": "DanSnow",
Expand Down

0 comments on commit 43e48b0

Please sign in to comment.