From f5e4d858fa1b97e7087b70df11c3def34c5e8d80 Mon Sep 17 00:00:00 2001 From: mparticle-automation Date: Tue, 30 May 2023 16:28:45 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/mparticle-integrations/mparticle-javascript-integration-google-analytics-4/compare/v1.0.6...v1.1.0) (2023-05-30) ### Features * Capture Client ID on Client Side Forwarding ([#37](https://github.com/mparticle-integrations/mparticle-javascript-integration-google-analytics-4/issues/37)) ([9636091](https://github.com/mparticle-integrations/mparticle-javascript-integration-google-analytics-4/commit/963609125d598220a69c8d1f7b854c41f345c3ba)) --- packages/GA4Client/CHANGELOG.md | 7 +++++++ packages/GA4Client/package-lock.json | 4 ++-- packages/GA4Client/package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/packages/GA4Client/CHANGELOG.md b/packages/GA4Client/CHANGELOG.md index 3cf6afd..ea27dce 100644 --- a/packages/GA4Client/CHANGELOG.md +++ b/packages/GA4Client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/mparticle-integrations/mparticle-javascript-integration-google-analytics-4/compare/v1.0.6...v1.1.0) (2023-05-30) + + +### Features + +* Capture Client ID on Client Side Forwarding ([#37](https://github.com/mparticle-integrations/mparticle-javascript-integration-google-analytics-4/issues/37)) ([9636091](https://github.com/mparticle-integrations/mparticle-javascript-integration-google-analytics-4/commit/963609125d598220a69c8d1f7b854c41f345c3ba)) + ## [1.0.6](https://github.com/mparticle-integrations/mparticle-javascript-integration-google-analytics-4/compare/v1.0.5...v1.0.6) (2023-02-22) diff --git a/packages/GA4Client/package-lock.json b/packages/GA4Client/package-lock.json index d7f3b5b..4028372 100644 --- a/packages/GA4Client/package-lock.json +++ b/packages/GA4Client/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mparticle/web-google-analytics-4-client-kit", - "version": "1.0.6", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mparticle/web-google-analytics-4-client-kit", - "version": "1.0.6", + "version": "1.1.0", "license": "Apache-2.0", "dependencies": { "@mparticle/web-sdk": "^2.12.2", diff --git a/packages/GA4Client/package.json b/packages/GA4Client/package.json index 211ecf3..1c85b87 100644 --- a/packages/GA4Client/package.json +++ b/packages/GA4Client/package.json @@ -1,6 +1,6 @@ { "name": "@mparticle/web-google-analytics-4-client-kit", - "version": "1.0.6", + "version": "1.1.0", "author": "mParticle Developers (https://www.mparticle.com)", "description": "mParticle integration sdk for Google Analytics", "main": "dist/GoogleAnalytics4EventForwarderClientSide-Kit.common.js",