Skip to content

Commit

Permalink
Merge pull request #16 from THEOplayer/changeset-release/main
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
MattiasBuelens authored Apr 5, 2024
2 parents 8075e7f + 919730c commit 0b934ac
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changeset/moody-shirts-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-carpets-laugh.md

This file was deleted.

6 changes: 6 additions & 0 deletions cmcd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @theoplayer/cmcd-connector-web

## 1.0.1

### 🐛 Issues

- Added support for THEOplayer 7.0.

## 1.0.0

### ✨ Features
Expand Down
2 changes: 1 addition & 1 deletion cmcd/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
10 changes: 10 additions & 0 deletions conviva/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions conviva/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions yospace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @theoplayer/yospace-connector-web

## 2.1.1

### 🐛 Issues

- Added support for THEOplayer 7.0.

## 2.1.0

### ✨ Features
Expand Down
2 changes: 1 addition & 1 deletion yospace/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 0b934ac

Please sign in to comment.