Skip to content

Commit 1b1b09e

Browse files
chore(release): 2.0.0-beta.1 [skip ci]
# [2.0.0-beta.1](1.9.9...2.0.0-beta.1) (2022-12-08) ### Bug Fixes * **components:** add missing imports ([aa88808](aa88808)) * **components:** correct properties ([ef752ea](ef752ea)) * **components:** include typing ([443bda0](443bda0)) * **components:** migrate to script setup ([d7f3b3e](d7f3b3e)) * correct composables ([22faf97](22faf97)) * correct typing ([79322a3](79322a3)) * correct typing ([bde33f4](bde33f4)) * **eslint:** set end of line to auto ([17890db](17890db)) * **git:** ignore output ([a1fa4c3](a1fa4c3)) * **lint-stages:** only lint staged files ([d392cdd](d392cdd)) * **locale:** correct imports ([71c5eab](71c5eab)) * **package:** add release configuration ([68c944a](68c944a)) * **package:** correct files ([759c520](759c520)) * **package:** correct typecheck command ([3e2fc33](3e2fc33)) * **package:** improve script names ([0d61201](0d61201)) * **package:** use npm in prepack ([fe73557](fe73557)) * **src:** add missing tsconfig ([c0a0cd6](c0a0cd6)) ### Features * add Arabic and Dutch translations ([c0c0422](c0c0422)) * begin nuxt 3 migration ([64c997d](64c997d)) * continue migration ([a07b462](a07b462)) * continue nuxt 3 migration ([3ace873](3ace873)) * **deps:** make peer dependencies optional ([355fd43](355fd43)) * finish nuxt 3 migration ([ccc55a7](ccc55a7)) * import composable ([a07f344](a07f344)) * improve typing ([1c982c9](1c982c9)) * **playground:** add cookie iframe component ([33f3624](33f3624)) * **playground:** add module configuration ([8140d81](8140d81)) * **plugin:** add nuxt context to accepted / declined calls ([9ac2fd0](9ac2fd0)) * **postinstall:** remove outdated link ([0f66469](0f66469)) * remove `globalname` ([f2d2178](f2d2178)) ### BREAKING CHANGES * `globalname` is not available anymore.
1 parent 68c944a commit 1b1b09e

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

Diff for: CHANGELOG.md

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# [2.0.0-beta.1](https://github.com/dargmuesli/nuxt-cookie-control/compare/1.9.9...2.0.0-beta.1) (2022-12-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **components:** add missing imports ([aa88808](https://github.com/dargmuesli/nuxt-cookie-control/commit/aa888087086baa7c44298f7d25ddbb073d82893e))
7+
* **components:** correct properties ([ef752ea](https://github.com/dargmuesli/nuxt-cookie-control/commit/ef752ead79150597bac0fba843d86009f3527f80))
8+
* **components:** include typing ([443bda0](https://github.com/dargmuesli/nuxt-cookie-control/commit/443bda0c51fdc0e9abb1c83a33830467f4d27dcb))
9+
* **components:** migrate to script setup ([d7f3b3e](https://github.com/dargmuesli/nuxt-cookie-control/commit/d7f3b3e7ca9d3b30a3c97af2e3ed726297b0f298))
10+
* correct composables ([22faf97](https://github.com/dargmuesli/nuxt-cookie-control/commit/22faf97f2041faaebaecc261d07a87fab89d9511))
11+
* correct typing ([79322a3](https://github.com/dargmuesli/nuxt-cookie-control/commit/79322a38431b23451c305ec960342458b2e13c14))
12+
* correct typing ([bde33f4](https://github.com/dargmuesli/nuxt-cookie-control/commit/bde33f4282d5691cf6be202eeaddc1395047e1bb))
13+
* **eslint:** set end of line to auto ([17890db](https://github.com/dargmuesli/nuxt-cookie-control/commit/17890dbc2f648e49465e26b264337d520d91fe14))
14+
* **git:** ignore output ([a1fa4c3](https://github.com/dargmuesli/nuxt-cookie-control/commit/a1fa4c356e68541ef9872b2ddd42ad147d9512e7))
15+
* **lint-stages:** only lint staged files ([d392cdd](https://github.com/dargmuesli/nuxt-cookie-control/commit/d392cdddc7d4f8afee463352b655307acdc3275f))
16+
* **locale:** correct imports ([71c5eab](https://github.com/dargmuesli/nuxt-cookie-control/commit/71c5eab0a80f7bf9b8e9329d5a4ba4046bb85789))
17+
* **package:** add release configuration ([68c944a](https://github.com/dargmuesli/nuxt-cookie-control/commit/68c944ac6c922b95e5bdf848e63e28333dd783d5))
18+
* **package:** correct files ([759c520](https://github.com/dargmuesli/nuxt-cookie-control/commit/759c5205b28ba9fc77370770a0d495a2a6138b0d))
19+
* **package:** correct typecheck command ([3e2fc33](https://github.com/dargmuesli/nuxt-cookie-control/commit/3e2fc33b74c8d02ca5ee0bf19cc848f2ea7b4a89))
20+
* **package:** improve script names ([0d61201](https://github.com/dargmuesli/nuxt-cookie-control/commit/0d6120142ff6645ea073a03e9b969e7d15a4d9df))
21+
* **package:** use npm in prepack ([fe73557](https://github.com/dargmuesli/nuxt-cookie-control/commit/fe7355703a094dd0414205a981ab8e3ef816233a))
22+
* **src:** add missing tsconfig ([c0a0cd6](https://github.com/dargmuesli/nuxt-cookie-control/commit/c0a0cd651782d0d480e7997878d3562e54d2d2db))
23+
24+
25+
### Features
26+
27+
* add Arabic and Dutch translations ([c0c0422](https://github.com/dargmuesli/nuxt-cookie-control/commit/c0c042279fe60b52f34fe31c6e157ffe0d8c720f))
28+
* begin nuxt 3 migration ([64c997d](https://github.com/dargmuesli/nuxt-cookie-control/commit/64c997d5e7294a066c58036a111034c87621d942))
29+
* continue migration ([a07b462](https://github.com/dargmuesli/nuxt-cookie-control/commit/a07b462f34f0c40da3e4501e5ee178a8f9edf47b))
30+
* continue nuxt 3 migration ([3ace873](https://github.com/dargmuesli/nuxt-cookie-control/commit/3ace873a6566a3a1f06d57794f1bca97a8e066e9))
31+
* **deps:** make peer dependencies optional ([355fd43](https://github.com/dargmuesli/nuxt-cookie-control/commit/355fd439da0630fcda1d75349bdf243cea8732f6))
32+
* finish nuxt 3 migration ([ccc55a7](https://github.com/dargmuesli/nuxt-cookie-control/commit/ccc55a76d7fa2443fbb9cfbe41054751b224f56d))
33+
* import composable ([a07f344](https://github.com/dargmuesli/nuxt-cookie-control/commit/a07f344fdbe6eb9c06c7c267a86912d6688faedd))
34+
* improve typing ([1c982c9](https://github.com/dargmuesli/nuxt-cookie-control/commit/1c982c9f4a95cda91c2be5e89a0ad1b8cf679eb2))
35+
* **playground:** add cookie iframe component ([33f3624](https://github.com/dargmuesli/nuxt-cookie-control/commit/33f3624ee77a07ed1d2193b2ab2cb9d672e18bcc))
36+
* **playground:** add module configuration ([8140d81](https://github.com/dargmuesli/nuxt-cookie-control/commit/8140d8152d68b45edb2939d8934ecc052678af15))
37+
* **plugin:** add nuxt context to accepted / declined calls ([9ac2fd0](https://github.com/dargmuesli/nuxt-cookie-control/commit/9ac2fd03feeae6ec0f316dfafd920b386ca7d9a2))
38+
* **postinstall:** remove outdated link ([0f66469](https://github.com/dargmuesli/nuxt-cookie-control/commit/0f664694f810332db1a7610cbb76917ef83732ef))
39+
* remove `globalname` ([f2d2178](https://github.com/dargmuesli/nuxt-cookie-control/commit/f2d2178f396225096661ed9fe64c9e716bbcc0da))
40+
41+
42+
### BREAKING CHANGES
43+
44+
* `globalname` is not available anymore.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dargmuesli/nuxt-cookie-control",
3-
"version": "2.0.0",
3+
"version": "2.0.0-beta.1",
44
"description": "Nuxt Cookies Control Module",
55
"author": "Dario Ferderber <[email protected]>",
66
"maintainers": [

0 commit comments

Comments
 (0)