[devdocsgjs/main: 841/1867] bump vue to 2.6.10




commit 4f7d93b43838adf1109bec2a55c89d7230aec67d
Author: Jiawen Geng <technicalcute gmail com>
Date:   Tue Aug 13 16:24:42 2019 +0800

    bump vue to 2.6.10

 assets/javascripts/templates/pages/about_tmpl.coffee | 2 +-
 lib/docs/scrapers/vue.rb                             | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee 
b/assets/javascripts/templates/pages/about_tmpl.coffee
index 5e9dc6cc..b4c174fa 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -720,7 +720,7 @@ credits = [
     'https://raw.githubusercontent.com/mitchellh/vagrant/master/website/LICENSE.md'
   ], [
     'Vue.js',
-    '2013-2018 Evan You, Vue.js contributors',
+    '2013-2019 Evan You, Vue.js contributors',
     'MIT',
     'https://raw.githubusercontent.com/vuejs/vue/master/LICENSE'
   ], [
diff --git a/lib/docs/scrapers/vue.rb b/lib/docs/scrapers/vue.rb
index 333ade1d..3555fa06 100644
--- a/lib/docs/scrapers/vue.rb
+++ b/lib/docs/scrapers/vue.rb
@@ -15,12 +15,12 @@ module Docs
     options[:replace_paths] = { 'guide/' => 'guide/index.html' }
 
     options[:attribution] = <<-HTML
-      &copy; 2013&ndash;2018 Evan You, Vue.js contributors<br>
+      &copy; 2013&ndash;2019 Evan You, Vue.js contributors<br>
       Licensed under the MIT License.
     HTML
 
     version '2' do
-      self.release = '2.5.16'
+      self.release = '2.6.10'
       self.base_url = 'https://vuejs.org/v2/'
       self.root_path = 'guide/index.html'
       self.initial_paths = %w(api/)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]