Skip to content

Commit 8b3d5f9

Browse files
authored
Merge pull request #55 from plotly/release-1.0.1
Release 1.0.1
2 parents 2f3b074 + 06ee5c1 commit 8b3d5f9

File tree

7 files changed

+21
-7
lines changed

7 files changed

+21
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ This project adheres to [Semantic Versioning](https://semver.org/).
55

66
---
77

8+
## [1.0.1] - 2022-10-20
9+
10+
## Changed
11+
12+
- [#53](https://github.com/plotly/dash-player/pull/53) Use README as package description
13+
- [#54](https://github.com/plotly/dash-player/pull/54) Bump `npm` and `node` versions and remove an obsolete file to reduce the package size
14+
15+
---
16+
817
## [1.0.0] - 2022-10-20
918

1019
This release is `v1.0.0` to indicate that `dash-player` is now considered production-ready.

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Build manually
44

5+
We recommend the following versions to build this package:
6+
7+
- `node`: 16.17.0
8+
- `npm`: 8.15.0
9+
510
To generate builds manually, run the following:
611

712
```sh

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.0
4+
Version: 1.0.1
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.0", src = list(href = NULL,
3+
version = "1.0.1", 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.0", src = list(href = NULL,
9+
version = "1.0.1", 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.0",
3+
"version": "1.0.1",
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.0",
3+
"version": "1.0.1",
44
"description": "Dash player component for videos",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)