Skip to content

Commit

Permalink
Update frontend packages version
Browse files Browse the repository at this point in the history
Lock to stable versions
  • Loading branch information
ouranos committed Jun 20, 2017
1 parent 2ab8d92 commit 29eddda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/lib/tasks/mnoe_admin_tasks.rake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require 'rake/clean'
namespace :mnoe do
namespace :admin do
# Default version
MNOE_ADMIN_PANEL_VERSION = 'master'
MNOE_ADMIN_PANEL_VERSION = 'v1.0.x'
MNOE_ADMIN_PANEL_PKG = "git+https://[email protected]/maestrano/mnoe-admin-panel.git##{MNOE_ADMIN_PANEL_VERSION}"

# Final build
Expand Down
4 changes: 2 additions & 2 deletions frontend/lib/tasks/mnoe_frontend_tasks.rake
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ require 'rake/clean'
namespace :mnoe do
namespace :frontend do
# Default version
MNOE_ANGULAR_VERSION = "master"
IMPAC_ANGULAR_VERSION = "1.5.0"
MNOE_ANGULAR_VERSION = "v1.1.x"
IMPAC_ANGULAR_VERSION = "v1.5.x"

# Final build
frontend_dist_folder = "public/dashboard"
Expand Down

0 comments on commit 29eddda

Please sign in to comment.