Skip to content

Commit

Permalink
bump: 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongkyuuuu committed Sep 13, 2023
1 parent 420172a commit 64dbe2a
Show file tree
Hide file tree
Showing 78 changed files with 1,436 additions and 13 deletions.
746 changes: 746 additions & 0 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file added .yarn/versions/90be9163.yml
Empty file.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 2.0.0 (2023-09-13)

- BREAKING CHANGE: 2.0.0 ([b87c74b](https://github.com/dongkyuuuu/vue3-recaptcha-v2/commit/b87c74b))

### New Features

- [#10](https://github.com/Dongkyuuuu/vue3-recaptcha-v2/issues/10) [#8](https://github.com/Dongkyuuuu/vue3-recaptcha-v2/issues/8) Add language props in `RecaptchaV2 ` component
- [#7](https://github.com/Dongkyuuuu/vue3-recaptcha-v2/issues/7) Add `invisible` component option, `handleExecute` composable
- [#6](https://github.com/Dongkyuuuu/vue3-recaptcha-v2/issues/6) Add `Nuxt 3 usage` documentation

### Fixed

- [#9](https://github.com/Dongkyuuuu/vue3-recaptcha-v2/issues/9) Unit test bug fix

## [1.0.1](https://github.com/dongkyuuuu/vue3-recaptcha-v2/compare/v1.0.0...v1.0.1) (2022-02-02)

### Bug Fix
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue3-recaptcha-v2",
"version": "1.0.1",
"version": "2.0.0",
"description": "reCAPTCHA for Vue3 : CompositionAPI, Types",
"type": "module",
"main": "./dist/index.umd.cjs",
Expand Down Expand Up @@ -29,13 +29,15 @@
},
"scripts": {
"build": "vite build -c ./vite.config.ts",
"dev": "vite ./playground"
"dev": "vite ./playground",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1"
},
"peerDependencies": {
"vue": "^3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.4",
"conventional-changelog-cli": "^4.1.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.5.3",
Expand Down
Loading

0 comments on commit 64dbe2a

Please sign in to comment.