Skip to content

Commit f8dd310

Browse files
authored
Merge pull request #67 from plotly/release-1.0.5
Release 1.0.5
2 parents 2b5e642 + dd4f85d commit f8dd310

File tree

6 files changed

+19
-7
lines changed

6 files changed

+19
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@ Changes to `dash-player` were sponsored by Volkswagen's Center of Excellence for
1313

1414
---
1515

16+
## [1.0.5] - 2022-12-08
17+
18+
### Added
19+
20+
- [#64](https://github.com/plotly/dash-player/pull/64) Add partnership information to `README` and `CHANGELOG`
21+
22+
## Changed
23+
24+
- [#66](https://github.com/plotly/dash-player/pull/66) Remove all usage files and replace with link to official documentaion
25+
26+
---
27+
1628
## [1.0.4] - 2022-12-02
1729

1830
## Fixed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: dashPlayer
22
Title: Interactive Media Player Component for Dash
33

4-
Version: 1.0.4
4+
Version: 1.0.5
55
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.
66

77
Depends: R (>= 3.0.2)

R/internal.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.dashPlayer_js_metadata <- function() {
22
deps_metadata <- list(`dash_player` = structure(list(name = "dash_player",
3-
version = "1.0.4", src = list(href = NULL,
3+
version = "1.0.5", src = list(href = NULL,
44
file = "deps"), meta = NULL,
55
script = 'dash_player.min.js',
66
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashPlayer",
77
all_files = FALSE), class = "html_dependency"),
88
`dash_player` = structure(list(name = "dash_player",
9-
version = "1.0.4", src = list(href = NULL,
9+
version = "1.0.5", src = list(href = NULL,
1010
file = "deps"), meta = NULL,
1111
script = 'dash_player.min.js.map',
1212
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashPlayer",

dash_player/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plotly/dash-player",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Dash player component for videos",
55
"repository": {
66
"type": "git",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plotly/dash-player",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Dash player component for videos",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)