Skip to content

Commit

Permalink
Prepare version 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-beguin committed Mar 25, 2019
1 parent 6b7477f commit 035be0f
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 64 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 5.0.0 / YYYY-MM-DD
# 5.0.0 / 2019-03-25

## BREAKING CHANGES

Expand Down Expand Up @@ -51,6 +51,7 @@
- **angular-cookies** has been upgraded from 1.4.1 to **1.5.11"**
- **angular-mocks** has been upgraded from 1.4.1 to **1.5.11"**
- **angular-route** has been upgraded from 1.4.1 to **1.5.11"**
- **@openveo/api** has been upgraded from 5.1.0 to **6.2.0"**

# 4.0.0 / 2018-05-04

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ OpenVeo Player is an [AngularJS](https://angularjs.org/) directive to wrap an HT

# Documentation

Documentation is available on [Github pages](http://veo-labs.github.io/openveo-player/4.0.0/index.html).
Documentation is available on [Github pages](http://veo-labs.github.io/openveo-player/5.0.0/index.html).

# Contributors

Expand Down
190 changes: 130 additions & 60 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openveo/player",
"version": "4.0.0",
"version": "5.0.0",
"description": "OpenVeo player to play a video with associated images and chapters",
"keywords": [
"openveo",
Expand All @@ -24,7 +24,7 @@
"url": "https://github.com/veo-labs/openveo-player.git"
},
"devDependencies": {
"@openveo/api": "5.*",
"@openveo/api": "6.*",
"angular": "1.5.11",
"angular-animate": "1.5.11",
"angular-cookies": "1.5.11",
Expand Down

0 comments on commit 035be0f

Please sign in to comment.