[devdocsgjs/main: 26/64] Update React Router documentation (6.3.0)




commit 310424e103d8cb9f0da37ee84932ca157c08c781
Author: Simon Legner <Simon Legner gmail com>
Date:   Wed Apr 20 20:04:08 2022 +0200

    Update React Router documentation (6.3.0)

 assets/javascripts/templates/pages/about_tmpl.coffee | 2 +-
 lib/docs/scrapers/react_router.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 72cc9451..0ddad865 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -739,7 +739,7 @@ credits = [
     'https://raw.githubusercontent.com/react-bootstrap/react-bootstrap/master/LICENSE'
   ], [
     'React Router',
-    'React Training 2015-2019<br>Remix Software 2020-2021',
+    'React Training 2015-2019<br>Remix Software 2020-2022',
     'MIT',
     'https://raw.githubusercontent.com/remix-run/react-router/main/LICENSE.md'
   ], [
diff --git a/lib/docs/scrapers/react_router.rb b/lib/docs/scrapers/react_router.rb
index 6cb84c41..3d04d0fe 100644
--- a/lib/docs/scrapers/react_router.rb
+++ b/lib/docs/scrapers/react_router.rb
@@ -3,7 +3,7 @@ module Docs
     self.name = 'React Router'
     self.slug = 'react_router'
     self.type = 'simple'
-    self.release = '6.2.1'
+    self.release = '6.3.0'
     self.base_url = 'https://reactrouterdotcom.fly.dev/docs/en/v6/api'
 
     self.links = {
@@ -15,7 +15,7 @@ module Docs
 
     options[:attribution] = <<-HTML
       &copy; React Training 2015-2019<br>
-      &copy; Remix Software 2020-2021<br>
+      &copy; Remix Software 2020-2022<br>
       Licensed under the MIT License (MIT).
     HTML
 


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