Release @probo/cookie-banner/v0.8.0

This commit is contained in:
Ludovic Vielle
2026-06-03 14:48:48 +02:00
parent 460decaa1b
commit ab05e501ac
3 changed files with 98 additions and 214 deletions

304
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -4,6 +4,12 @@ All notable changes to the `@probo/cookie-banner` SDK will be documented in this
## Unreleased
## [0.8.0] - 2026-06-03
### Added
- Expose tracker type on `CookieItem` and render it in the headless cookie list and themed banner
## [0.7.0] - 2026-05-27
### Added

View File

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