Release @probo/cookie-banner/v0.7.0

Signed-off-by: Bryan Frimin <bryan@probo.com>
This commit is contained in:
Bryan Frimin
2026-05-27 18:20:56 -07:00
parent 31995aa0ca
commit 1a397b13bc
3 changed files with 8 additions and 2 deletions

2
package-lock.json generated
View File

@@ -20595,7 +20595,7 @@
},
"packages/cookie-banner": {
"name": "@probo/cookie-banner",
"version": "0.6.0",
"version": "0.7.0",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.27.0",

View File

@@ -4,6 +4,12 @@ All notable changes to the `@probo/cookie-banner` SDK will be documented in this
## Unreleased
## [0.7.0] - 2026-05-27
### Added
- Re-export public domain types (`BannerConfig`, `Category`, `Regulation`, `ConsentAction`, `ConsentRecord`, `CookieItem`, `VisitorConsent`) from the package entry point
## [0.6.0] - 2026-05-26
### Added

View File

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