Release @probo/cookie-banner/v0.10.1

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-07-28 15:07:11 +02:00
parent 85bdcffdbb
commit bb9fb22913
3 changed files with 4 additions and 2 deletions

2
package-lock.json generated
View File

@@ -20446,7 +20446,7 @@
},
"packages/cookie-banner": {
"name": "@probo/cookie-banner",
"version": "0.10.0",
"version": "0.10.1",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.28.1",

View File

@@ -4,6 +4,8 @@ All notable changes to the `@probo/cookie-banner` SDK will be documented in this
## Unreleased
## [0.10.1] - 2026-07-28
### Fixed
- Grant all Google Consent Mode types when the banner config is unavailable (discovery mode), so GTM-managed tags can fire and be detected instead of staying blocked by the eager deny-all bootstrap

View File

@@ -1,6 +1,6 @@
{
"name": "@probo/cookie-banner",
"version": "0.10.0",
"version": "0.10.1",
"description": "Probo cookie consent banner SDK",
"type": "module",
"main": "dist/cookie-banner.mjs",