From 0cb046316c8e395f46ce150f11a2a110029361ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 15:06:33 +0200 Subject: [PATCH] Release (#22) Co-authored-by: github-actions[bot] Co-authored-by: Mattias Buelens --- .changeset/lemon-spoons-boil.md | 5 ----- .changeset/odd-scissors-rule.md | 5 ----- comscore/CHANGELOG.md | 6 +++++- comscore/package.json | 2 +- 4 files changed, 6 insertions(+), 12 deletions(-) delete mode 100644 .changeset/lemon-spoons-boil.md delete mode 100644 .changeset/odd-scissors-rule.md diff --git a/.changeset/lemon-spoons-boil.md b/.changeset/lemon-spoons-boil.md deleted file mode 100644 index d53e727b..00000000 --- a/.changeset/lemon-spoons-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@theoplayer/comscore-connector-web": patch ---- - -Fixed multiple issues where the timing of reporting the DVR window length and the playhead's offset wrt the DVR window end was wrong if a LIVE stream with a CSAI pre-roll was set as the player source. diff --git a/.changeset/odd-scissors-rule.md b/.changeset/odd-scissors-rule.md deleted file mode 100644 index 89e8253d..00000000 --- a/.changeset/odd-scissors-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@theoplayer/comscore-connector-web": patch ---- - -Initial release to npm. diff --git a/comscore/CHANGELOG.md b/comscore/CHANGELOG.md index f037a0d7..44753366 100644 --- a/comscore/CHANGELOG.md +++ b/comscore/CHANGELOG.md @@ -4,4 +4,8 @@ ### ✨ Features -- Initial release as a connector +- Initial release as a connector on npm. + +### 🐛 Issues + +- Fixed multiple issues where the timing of reporting the DVR window length and the playhead's offset wrt the DVR window end was wrong if a LIVE stream with a CSAI pre-roll was set as the player source. diff --git a/comscore/package.json b/comscore/package.json index 2b84dba5..440d053b 100644 --- a/comscore/package.json +++ b/comscore/package.json @@ -1,6 +1,6 @@ { "name": "@theoplayer/comscore-connector-web", - "version": "1.0.20", + "version": "1.0.21", "description": "A connector implementing Comscore with THEOplayer", "main": "dist/comscore-connector.umd.js", "module": "dist/comscore-connector.esm.js",