瀏覽代碼

Update React Router documentation (6.3.0)

Simon Legner 3 年之前
父節點
當前提交
310424e103
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      assets/javascripts/templates/pages/about_tmpl.coffee
  2. 2 2
      lib/docs/scrapers/react_router.rb

+ 1 - 1
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'
   ], [

+ 2 - 2
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