Skip to content

Commit

Permalink
chore: release main (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 6, 2024
1 parent d2abefc commit c108070
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"examples/nextjs": "0.1.10",
"examples/nextjs": "0.1.11",
"scripts/build-react-wrapper": "0.1.6",
"packages/castable-video": "1.1.0",
"packages/cloudflare-video-element": "1.1.6",
Expand All @@ -12,7 +12,7 @@
"packages/spotify-audio-element": "0.1.10",
"packages/super-media-element": "1.4.2",
"packages/videojs-video-element": "1.2.7",
"packages/vimeo-video-element": "1.1.6",
"packages/vimeo-video-element": "1.1.7",
"packages/wistia-video-element": "1.1.7",
"packages/youtube-video-element": "1.1.6"
}
9 changes: 9 additions & 0 deletions examples/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.1.11](https://github.com/muxinc/media-elements/compare/[email protected]@0.1.11) (2024-11-06)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* vimeo-video-element bumped from ^1.1.6 to ^1.1.7

## [0.1.10](https://github.com/muxinc/media-elements/compare/[email protected]@0.1.10) (2024-09-25)


Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs",
"version": "0.1.10",
"version": "0.1.11",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -21,7 +21,7 @@
"shaka-video-element": "^0.6.6",
"spotify-audio-element": "^0.1.10",
"videojs-video-element": "^1.2.7",
"vimeo-video-element": "^1.1.6",
"vimeo-video-element": "^1.1.7",
"wistia-video-element": "^1.1.7",
"youtube-video-element": "^1.1.6"
},
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/vimeo-video-element/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
[1]: https://www.npmjs.com/package/vimeo-video-element?activeTab=versions


## [1.1.7](https://github.com/muxinc/media-elements/compare/[email protected]@1.1.7) (2024-11-06)


### Bug Fixes

* Match params for unlisted videos ([#43](https://github.com/muxinc/media-elements/issues/43)) ([d2abefc](https://github.com/muxinc/media-elements/commit/d2abefcfff370bf26232331abbb009aaf02108fb))

## [1.1.6](https://github.com/muxinc/media-elements/compare/[email protected]@1.1.6) (2024-06-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/vimeo-video-element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vimeo-video-element",
"version": "1.1.6",
"version": "1.1.7",
"description": "A custom element for the Vimeo player with an API that matches the `<video>` API",
"author": "@muxinc",
"license": "MIT",
Expand Down

0 comments on commit c108070

Please sign in to comment.