diff --git a/.changeset/moody-shirts-arrive.md b/.changeset/moody-shirts-arrive.md deleted file mode 100644 index fc05cc55..00000000 --- a/.changeset/moody-shirts-arrive.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@theoplayer/yospace-connector-web": patch -"@theoplayer/cmcd-connector-web": patch ---- - -Added support for THEOplayer 7.0. diff --git a/.changeset/thick-carpets-laugh.md b/.changeset/thick-carpets-laugh.md deleted file mode 100644 index d134afa1..00000000 --- a/.changeset/thick-carpets-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@theoplayer/conviva-connector-web": patch ---- - -Fixed an issue where the THEOplayer library and the Yospace connector were accidentally bundled together with the Conviva connector. diff --git a/cmcd/CHANGELOG.md b/cmcd/CHANGELOG.md index a12c37cc..7b8733b2 100644 --- a/cmcd/CHANGELOG.md +++ b/cmcd/CHANGELOG.md @@ -1,5 +1,11 @@ # @theoplayer/cmcd-connector-web +## 1.0.1 + +### 🐛 Issues + +- Added support for THEOplayer 7.0. + ## 1.0.0 ### ✨ Features diff --git a/cmcd/package.json b/cmcd/package.json index 02521674..38bf9d83 100644 --- a/cmcd/package.json +++ b/cmcd/package.json @@ -1,6 +1,6 @@ { "name": "@theoplayer/cmcd-connector-web", - "version": "1.0.0", + "version": "1.0.1", "description": "A connector implementing CMCD support for web.", "main": "dist/cmcd-connector.umd.js", "repository": { diff --git a/conviva/CHANGELOG.md b/conviva/CHANGELOG.md index 4dc18bed..5bd250a6 100644 --- a/conviva/CHANGELOG.md +++ b/conviva/CHANGELOG.md @@ -1,5 +1,15 @@ # @theoplayer/conviva-connector-web +## 2.0.2 + +### 🐛 Issues + +- Fixed an issue where the THEOplayer library and the Yospace connector were accidentally bundled together with the Conviva connector. + +### 📦 Dependency Updates + +- @theoplayer/yospace-connector-web@2.1.1 + ## 2.0.1 ### 🐛 Issues diff --git a/conviva/package.json b/conviva/package.json index 40bc8f25..b56a9bc1 100644 --- a/conviva/package.json +++ b/conviva/package.json @@ -1,6 +1,6 @@ { "name": "@theoplayer/conviva-connector-web", - "version": "2.0.1", + "version": "2.0.2", "description": "A connector implementing Conviva for web.", "main": "dist/conviva-connector.umd.js", "repository": "https://github.com/THEOplayer/conviva-connector-web", @@ -37,7 +37,7 @@ "@convivainc/conviva-js-coresdk": "^4.7.4" }, "peerDependencies": { - "@theoplayer/yospace-connector-web": "^2.1.0", + "@theoplayer/yospace-connector-web": "^2.1.1", "theoplayer": "^5.0.0 || ^6.0.0 || ^7.0.0" }, "peerDependenciesMeta": { diff --git a/yospace/CHANGELOG.md b/yospace/CHANGELOG.md index 15a46dbf..9ddf7654 100644 --- a/yospace/CHANGELOG.md +++ b/yospace/CHANGELOG.md @@ -1,5 +1,11 @@ # @theoplayer/yospace-connector-web +## 2.1.1 + +### 🐛 Issues + +- Added support for THEOplayer 7.0. + ## 2.1.0 ### ✨ Features diff --git a/yospace/package.json b/yospace/package.json index 6015acb7..b3be3b46 100644 --- a/yospace/package.json +++ b/yospace/package.json @@ -1,6 +1,6 @@ { "name": "@theoplayer/yospace-connector-web", - "version": "2.1.0", + "version": "2.1.1", "description": "A connector implementing Yospace for web.", "main": "dist/yospace-connector.umd.js", "repository": {