Skip to content

Commit

Permalink
Merge pull request #63 from plotly/release-1.0.4
Browse files Browse the repository at this point in the history
Release 1.0.4
  • Loading branch information
alexshoe authored Dec 2, 2022
2 parents 0b3a776 + b197096 commit ba0d6c3
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ This project adheres to [Semantic Versioning](https://semver.org/).

---

## [1.0.4] - 2022-12-02

## Fixed

- [#62](https://github.com/plotly/dash-player/pull/62) Fix typo in README

## Changed

- [#62](https://github.com/plotly/dash-player/pull/62) Remove `usage-method.py` and revamp `usage-advanced.py`

---

## [1.0.3] - 2022-11-10

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: dashPlayer
Title: Interactive Media Player Component for Dash

Version: 1.0.3
Version: 1.0.4
Description: Dash Player is a dash component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia, Mixcloud, and DailyMotion. It is wrapped around the react-player component.

Depends: R (>= 3.0.2)
Expand Down
4 changes: 2 additions & 2 deletions R/internal.R
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.dashPlayer_js_metadata <- function() {
deps_metadata <- list(`dash_player` = structure(list(name = "dash_player",
version = "1.0.3", src = list(href = NULL,
version = "1.0.4", src = list(href = NULL,
file = "deps"), meta = NULL,
script = 'dash_player.min.js',
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashPlayer",
all_files = FALSE), class = "html_dependency"),
`dash_player` = structure(list(name = "dash_player",
version = "1.0.3", src = list(href = NULL,
version = "1.0.4", src = list(href = NULL,
file = "deps"), meta = NULL,
script = 'dash_player.min.js.map',
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashPlayer",
Expand Down
2 changes: 1 addition & 1 deletion dash_player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plotly/dash-player",
"version": "1.0.3",
"version": "1.0.4",
"description": "Dash player component for videos",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plotly/dash-player",
"version": "1.0.3",
"version": "1.0.4",
"description": "Dash player component for videos",
"repository": {
"type": "git",
Expand Down

0 comments on commit ba0d6c3

Please sign in to comment.