Skip to content

Commit

Permalink
release: prepare version 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-beguin committed May 4, 2020
1 parent ef7ee67 commit 36cb9d6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 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 / 2020-05-04

## BREAKING CHANGES

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ From OpenVeo root directory:

# Documentation

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

# Contributors

Expand Down
2 changes: 1 addition & 1 deletion generators/app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"yuidoc-theme-blue": "^0.1.9"
},
"peerDependencies": {
"@openveo/core": ">=8.*"
"@openveo/core": ">=9.*"
},
"scripts": {
"prepack": "grunt prod",
Expand Down
2 changes: 1 addition & 1 deletion 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": "generator-openveo-plugin",
"version": "4.0.0",
"version": "5.0.0",
"description": "A Yeoman generator for OpenVeo plugins",
"keywords": [
"openveo",
Expand Down

0 comments on commit 36cb9d6

Please sign in to comment.