From 09d1b1b5d11012ca369ef2ad0305256181adbea7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 17:37:40 +0000 Subject: [PATCH] chore(main): release 7.5.0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b12b8f..4afd9a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [7.5.0](https://github.com/Notifycal/shared/compare/v7.4.0...v7.5.0) (2025-08-21) + + +### Features + +* cookie consent config ([#275](https://github.com/Notifycal/shared/issues/275)) ([91b6b98](https://github.com/Notifycal/shared/commit/91b6b983922e31bde971c6f2a311595215c7b509)) + + +### Bug Fixes + +* **deps:** Update dependency radashi to v12.6.2 ([#277](https://github.com/Notifycal/shared/issues/277)) ([61d8231](https://github.com/Notifycal/shared/commit/61d82316874eb97e892b38f0f603315ca37c3924)) +* increase font size for new secondary font ([#279](https://github.com/Notifycal/shared/issues/279)) ([0dc9c06](https://github.com/Notifycal/shared/commit/0dc9c06fe10fee4857229fa3ab5385ba74ddae6b)) + ## [7.4.0](https://github.com/Notifycal/shared/compare/v7.3.0...v7.4.0) (2025-08-19) diff --git a/package-lock.json b/package-lock.json index f784e85..a622c3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@notifycal/shared", - "version": "7.4.0", + "version": "7.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@notifycal/shared", - "version": "7.4.0", + "version": "7.5.0", "license": "ISC", "dependencies": { "radashi": "^12.6.0" diff --git a/package.json b/package.json index a62e074..b40f7b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@notifycal/shared", - "version": "7.4.0", + "version": "7.5.0", "main": "dist/index.js", "scripts": { "build": "rm -rf dist && tsc && tsc-alias && npm run build:styles",