From 89e3a6a3b7af899e49269cc53bb42088e1998ee5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:29:03 +0000 Subject: [PATCH] Version Packages (#907) Co-authored-by: github-actions[bot] --- .changeset/early-rocks-destroy.md | 7 ------- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/early-rocks-destroy.md diff --git a/.changeset/early-rocks-destroy.md b/.changeset/early-rocks-destroy.md deleted file mode 100644 index c575a46c8..000000000 --- a/.changeset/early-rocks-destroy.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@guardian/consent-management-platform': minor ---- - -- Adding the includeGppApi param to the sourcepoint config for CCPA. -- Updating type to include includeGppApi for the window object. -- Refactoring stub.ts to load both \_\_uspapi and \_\_gpp stub for CCPA but only load \_\_uspapi for AUS. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f99eb039..1e9a729fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @guardian/consent-management-platform +## 13.8.0 + +### Minor Changes + +- 60b7d15: - Adding the includeGppApi param to the sourcepoint config for CCPA. + - Updating type to include includeGppApi for the window object. + - Refactoring stub.ts to load both \_\_uspapi and \_\_gpp stub for CCPA but only load \_\_uspapi for AUS. + ## 13.7.3 ### Patch Changes diff --git a/package.json b/package.json index da1f0b08a..2004b3b6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@guardian/consent-management-platform", - "version": "13.7.3", + "version": "13.8.0", "description": "Consent management for *.theguardian.com.", "homepage": "https://github.com/guardian/consent-management-platform.git", "repository": "https://github.com/guardian/consent-management-platform.git",