From 93615ee27e3970730b80305032b3e2daf78c75ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 12 Jun 2024 09:47:05 +0000 Subject: [PATCH] Release --- .changeset/rotten-hairs-watch.md | 5 ----- yospace/CHANGELOG.md | 6 ++++++ yospace/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/rotten-hairs-watch.md diff --git a/.changeset/rotten-hairs-watch.md b/.changeset/rotten-hairs-watch.md deleted file mode 100644 index 7c07f23e..00000000 --- a/.changeset/rotten-hairs-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@theoplayer/yospace-connector-web": minor ---- - -The connector now integrates with the [custom server-side ad integration API](https://www.theoplayer.com/docs/theoplayer/v7/api-reference/web/interfaces/Ads.html#registerServerSideIntegration.registerServerSideIntegration-1) introduced in THEOplayer 7.4.0. This allows Yospace adverts to show up through the `player.ads` API of THEOplayer. diff --git a/yospace/CHANGELOG.md b/yospace/CHANGELOG.md index 29b35ae8..aa4f58d3 100644 --- a/yospace/CHANGELOG.md +++ b/yospace/CHANGELOG.md @@ -1,5 +1,11 @@ # @theoplayer/yospace-connector-web +## 2.2.0 + +### ✨ Features + +- The connector now integrates with the [custom server-side ad integration API](https://www.theoplayer.com/docs/theoplayer/v7/api-reference/web/interfaces/Ads.html#registerServerSideIntegration.registerServerSideIntegration-1) introduced in THEOplayer 7.4.0. This allows Yospace adverts to show up through the `player.ads` API of THEOplayer. + ## 2.1.3 ### 🐛 Issues diff --git a/yospace/package.json b/yospace/package.json index 8bacb11f..a73d1736 100644 --- a/yospace/package.json +++ b/yospace/package.json @@ -1,6 +1,6 @@ { "name": "@theoplayer/yospace-connector-web", - "version": "2.1.3", + "version": "2.2.0", "description": "A connector implementing Yospace for web.", "main": "dist/yospace-connector.umd.js", "repository": {