@react-lgpd-consent/core 0.6.2 → 0.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog - @react-lgpd-consent/core
|
|
2
2
|
|
|
3
|
+
## 0.6.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#115](https://github.com/lucianoedipo/react-lgpd-consent/pull/115) [`2a54bae`](https://github.com/lucianoedipo/react-lgpd-consent/commit/2a54bae6bbbe068b75e489eae72aa77705353d1e) Thanks [@lucianoedipo](https://github.com/lucianoedipo)! - Adiciona RECIPES.md com 8 receitas práticas, WORKFLOWS.md documentando CI/CD completo, novos workflows de versionamento/publicação/docs, correção de versão do TypeDoc e atualização da documentação em inglês.
|
|
8
|
+
|
|
3
9
|
## 0.6.2
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/dist/index.cjs
CHANGED
|
@@ -436,7 +436,7 @@ function removeConsentCookie(opts) {
|
|
|
436
436
|
}
|
|
437
437
|
|
|
438
438
|
// src/utils/dataLayerEvents.ts
|
|
439
|
-
var LIBRARY_VERSION = "0.6.
|
|
439
|
+
var LIBRARY_VERSION = "0.6.3";
|
|
440
440
|
function ensureDataLayer() {
|
|
441
441
|
if (typeof window === "undefined") return;
|
|
442
442
|
if (!window.dataLayer) {
|
package/dist/index.js
CHANGED
|
@@ -412,7 +412,7 @@ function removeConsentCookie(opts) {
|
|
|
412
412
|
}
|
|
413
413
|
|
|
414
414
|
// src/utils/dataLayerEvents.ts
|
|
415
|
-
var LIBRARY_VERSION = "0.6.
|
|
415
|
+
var LIBRARY_VERSION = "0.6.3";
|
|
416
416
|
function ensureDataLayer() {
|
|
417
417
|
if (typeof window === "undefined") return;
|
|
418
418
|
if (!window.dataLayer) {
|