Skip to content

Commit

Permalink
Merge pull request #27 from eea/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
avoinea committed Oct 22, 2023
2 parents 4a4e77d + 945f89a commit 62e8b10
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### [0.4.7](https://github.com/eea/volto-nextcloud-video-block/compare/0.4.6...0.4.7) - 13 October 2023
### [0.4.8](https://github.com/eea/volto-nextcloud-video-block/compare/0.4.7...0.4.8) - 20 October 2023

#### :house: Internal changes

- chore: husky, lint-staged use fixed versions [valentinab25 - [`d25d01f`](https://github.com/eea/volto-nextcloud-video-block/commit/d25d01ff07e8619cb3cd37124a8a31ad87c23d48)]

#### :hammer_and_wrench: Others

- Update README [Cretu Mihaela - [`3848b3b`](https://github.com/eea/volto-nextcloud-video-block/commit/3848b3b0b690f49ccd26b6ca481f93b6268ca885)]
- Update README.md [ana-oprea - [`306d34c`](https://github.com/eea/volto-nextcloud-video-block/commit/306d34cbb0c6073a9d310b2aed0535fd7bcb65ed)]
### [0.4.7](https://github.com/eea/volto-nextcloud-video-block/compare/0.4.6...0.4.7) - 13 October 2023

### [0.4.6](https://github.com/eea/volto-nextcloud-video-block/compare/0.4.5...0.4.6) - 12 October 2023

#### :house: Internal changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
## Features

This add-on only allows playback from Nextcloud videos, from a selection of allowed domains.
![Nextcloud](https://github.com/eea/volto-nextcloud-video-block/raw/master/docs/Nextcloud-video.gif)
![Nextcloud](https://raw.githubusercontent.com/eea/volto-nextcloud-video-block/master/docs/Nextcloud-video.gif)

Add `whitelist`` in **index.js**:

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-nextcloud-video-block",
"version": "0.4.7",
"version": "0.4.8",
"description": "@eeacms/volto-nextcloud-video-block: Volto add-on to embed Videos from NextCloud",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand All @@ -27,8 +27,8 @@
"@plone/scripts": "*",
"babel-plugin-transform-class-properties": "^6.24.1",
"cypress-fail-fast": "^5.0.1",
"husky": "*",
"lint-staged": "*",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"md5": "^2.3.0"
},
"lint-staged": {
Expand Down

0 comments on commit 62e8b10

Please sign in to comment.