diff --git a/.changeset/blue-gorillas-lie.md b/.changeset/blue-gorillas-lie.md deleted file mode 100644 index 1f24a6b4..00000000 --- a/.changeset/blue-gorillas-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@theoplayer/comscore-connector-web": patch ---- - -Fixed an issue where DVR window length and offsets were incorrectly reported. diff --git a/.changeset/chilled-lamps-happen.md b/.changeset/chilled-lamps-happen.md deleted file mode 100644 index 3e245cf3..00000000 --- a/.changeset/chilled-lamps-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@theoplayer/comscore-connector-web": patch ---- - -Fixed an issue where playhead positions or content/ad durations were not reported in (rounded) milliseconds. diff --git a/.changeset/kind-pugs-grin.md b/.changeset/kind-pugs-grin.md deleted file mode 100644 index e36f5682..00000000 --- a/.changeset/kind-pugs-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@theoplayer/comscore-connector-web": patch ---- - -Fixed an issue where only one ad in an adbreak would be reported. diff --git a/.changeset/metal-ties-draw.md b/.changeset/metal-ties-draw.md deleted file mode 100644 index 9310f4a4..00000000 --- a/.changeset/metal-ties-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@theoplayer/comscore-connector-web": patch ---- - -Fixed an issue where playback of the main content wouldn't get reported if Google IMA returned an empty pre-roll ad break. diff --git a/.changeset/rare-cycles-give.md b/.changeset/rare-cycles-give.md deleted file mode 100644 index 329b7c9d..00000000 --- a/.changeset/rare-cycles-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@theoplayer/comscore-connector-web": patch ---- - -Fixed an issue where no content metadata was reported during a pre-roll ad. diff --git a/.changeset/wise-vans-begin.md b/.changeset/wise-vans-begin.md deleted file mode 100644 index 0c2f4f27..00000000 --- a/.changeset/wise-vans-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@theoplayer/comscore-connector-web": minor ---- - -Add the option to inform the ComScore library of the environment it is running in through the `setPlatformAPI`. diff --git a/comscore/CHANGELOG.md b/comscore/CHANGELOG.md index a4e3d3a3..f1dac190 100644 --- a/comscore/CHANGELOG.md +++ b/comscore/CHANGELOG.md @@ -1,5 +1,19 @@ # @theoplayer/comscore-connector-web +## 1.2.0 + +### ✨ Features + +- Add the option to inform the ComScore library of the environment it is running in through the `setPlatformAPI`. + +### 🐛 Issues + +- Fixed an issue where DVR window length and offsets were incorrectly reported. +- Fixed an issue where playhead positions or content/ad durations were not reported in (rounded) milliseconds. +- Fixed an issue where only one ad in an adbreak would be reported. +- Fixed an issue where playback of the main content wouldn't get reported if Google IMA returned an empty pre-roll ad break. +- Fixed an issue where no content metadata was reported during a pre-roll ad. + ## 1.1.0 ### ✨ Features diff --git a/comscore/package.json b/comscore/package.json index 6658fbb8..0f3c6229 100644 --- a/comscore/package.json +++ b/comscore/package.json @@ -1,6 +1,6 @@ { "name": "@theoplayer/comscore-connector-web", - "version": "1.1.0", + "version": "1.2.0", "description": "A connector implementing Comscore with THEOplayer", "main": "dist/comscore-connector.umd.js", "module": "dist/comscore-connector.esm.js",