Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [@srgssr/pillarbox-playlist-v2.0.0](https://github.com/SRGSSR/pillarbox-web-suite/compare/@srgssr/pillarbox-playlist-v1.3.0...@srgssr/pillarbox-playlist-v2.0.0) (2024-08-08)

### ⚠ BREAKING CHANGES

* **playlist-plugin:** - Changed the API to toggle the repeat mode and the initialization options.
- The repeat mode is no longer a boolean. It is now a number representing each mode (0: no repeat,
  1: repeat all, 2: repeat one).

### Docs 📖

* correct type reference for button component ([57abd71](57abd71))

### New Features 🚀

* **playlist-plugin:** introduce repeat one mode ([a76840c](a76840c))
  • Loading branch information
semantic-release-bot committed Aug 8, 2024
1 parent 57abd71 commit 75f8f6b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions packages/pillarbox-playlist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [@srgssr/pillarbox-playlist-v2.0.0](https://github.com/SRGSSR/pillarbox-web-suite/compare/@srgssr/pillarbox-playlist-v1.3.0...@srgssr/pillarbox-playlist-v2.0.0) (2024-08-08)


### ⚠ BREAKING CHANGES

* **playlist-plugin:** - Changed the API to toggle the repeat mode and the initialization options.
- The repeat mode is no longer a boolean. It is now a number representing each mode (0: no repeat,
1: repeat all, 2: repeat one).

### Docs 📖

* correct type reference for button component ([57abd71](https://github.com/SRGSSR/pillarbox-web-suite/commit/57abd7169018e07b70f4ba06e1f81d68b3d93e7c))


### New Features 🚀

* **playlist-plugin:** introduce repeat one mode ([a76840c](https://github.com/SRGSSR/pillarbox-web-suite/commit/a76840c671d9cbfab579a97513968d3b0cc0cb33))

## [@srgssr/pillarbox-playlist-v1.3.0](https://github.com/SRGSSR/pillarbox-web-suite/compare/@srgssr/pillarbox-playlist-v1.2.1...@srgssr/pillarbox-playlist-v1.3.0) (2024-07-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/pillarbox-playlist/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@srgssr/pillarbox-playlist",
"description": "Add Playlist management capabilities to video.js",
"version": "1.3.0",
"version": "2.0.0",
"license": "MIT",
"author": "SRG SSR",
"repository": {
Expand Down

0 comments on commit 75f8f6b

Please sign in to comment.