Skip to content

Commit

Permalink
Release (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 9, 2024
1 parent 06f1168 commit 0a70b1f
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 25 deletions.
6 changes: 0 additions & 6 deletions .changeset/hungry-crabs-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-buckets-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-bottles-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-melons-mix.md

This file was deleted.

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

## 1.0.2

### 🐛 Issues

- Fix missing API types in TypeScript type definitions.
- Fixed an issue where multiple CMCD query arguments were being added to the request URL.

## 1.0.1

### 🐛 Issues
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.1",
"version": "1.0.2",
"description": "A connector implementing CMCD support for web.",
"main": "dist/cmcd-connector.umd.js",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions conviva/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @theoplayer/conviva-connector-web

## 2.1.0

### ✨ Features

- Changed Conviva SDK to a peer dependency, enabling users to update it independently from the Conviva connector.

### 🐛 Issues

- Fixed an issue where TypeScript could throw a TS2307 type error on the generated type definitions when the optional `@theoplayer/yospace-connector-web` peer dependency is not installed.

### 📦 Dependency Updates

- @theoplayer/yospace-connector-web@2.1.2

## 2.0.2

### 🐛 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.2",
"version": "2.1.0",
"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 @@ -35,7 +35,7 @@
],
"peerDependencies": {
"@convivainc/conviva-js-coresdk": "^4.7.4",
"@theoplayer/yospace-connector-web": "^2.1.1",
"@theoplayer/yospace-connector-web": "^2.1.2",
"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.2

### 🐛 Issues

- Fix missing API types in TypeScript type definitions.

## 2.1.1

### 🐛 Issues
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.1",
"version": "2.1.2",
"description": "A connector implementing Yospace for web.",
"main": "dist/yospace-connector.umd.js",
"repository": {
Expand Down

0 comments on commit 0a70b1f

Please sign in to comment.