Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
chore: update website for v3.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jeeyun Lim <jeeyun.lim@gmail.com>
  • Loading branch information
jeeyun committed Mar 12, 2020
1 parent da8a565 commit 854158a
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 2 deletions.
7 changes: 7 additions & 0 deletions src/website/src/releases/1.x/1.3.6.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<h2>Bug Fixes</h2>
<ul class="list">
<li bug-fix>Accessibility: type error on focus initialization <a href="https://github.com/vmware/clarity/pull/4291"
target="_blank">(#4291)</a></li>
<li bug-fix>Dropdown: let user overwrite ClrDropdownItem id <a href="https://github.com/vmware/clarity/pull/4339"
target="_blank">(#4339)</a></li>
</ul>
15 changes: 15 additions & 0 deletions src/website/src/releases/2.x/2.3.9.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!--
~ Copyright (c) 2016-2020 VMWare, Inc. All Rights Reserved.
~ This software is released under MIT License.
~ The full license information can be found in LICENSE in the root directory of this project.
-->

<h2>Bug Fixes</h2>
<ul class="list">
<li bug-fix>Accessibility: type error on focus initialization <a href="https://github.com/vmware/clarity/pull/4291"
target="_blank">(#4291)</a></li>
<li bug-fix>Dropdown: let user overwrite ClrDropdownItem id <a href="https://github.com/vmware/clarity/pull/4339"
target="_blank">(#4339)</a></li>
<li bug-fix>Vertical Nav: add aria label for nav btn <a href="https://github.com/vmware/clarity/pull/4342"
target="_blank">(#4342)</a></li>
</ul>
15 changes: 15 additions & 0 deletions src/website/src/releases/3.x/3.0.1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!--
~ Copyright (c) 2016-2020 VMWare, Inc. All Rights Reserved.
~ This software is released under MIT License.
~ The full license information can be found in LICENSE in the root directory of this project.
-->

<h2>Bug Fixes</h2>
<ul class="list">
<li bug-fix>Accessibility: type error on focus initialization <a href="https://github.com/vmware/clarity/pull/4291"
target="_blank">(#4291)</a></li>
<li bug-fix>Dropdown: let user overwrite ClrDropdownItem id <a href="https://github.com/vmware/clarity/pull/4339"
target="_blank">(#4339)</a></li>
<li bug-fix>Vertical Nav: add aria label for nav btn <a href="https://github.com/vmware/clarity/pull/4342"
target="_blank">(#4342)</a></li>
</ul>
20 changes: 18 additions & 2 deletions src/website/src/releases/release-list.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"current": "3.0.0",
"current": "3.0.1",
"all": {
"3.0.1": {
"date": "Mar 12, 2020",
"sketch": "2.2.0",
"commit": "da8a565eb73927242676441ab74fda13771c73ff"
},
"3.0.0": {
"date": "Feb 27, 2020",
"sketch": "2.2.0"
"sketch": "2.2.0",
"commit": "d452f2f3e606c9394ce7d1f1495802fd7c45cb7c"
},
"3.0.0-rc.1": {
"date": "Feb 21, 2020",
Expand Down Expand Up @@ -47,6 +53,11 @@
"date": "Oct 3, 2019",
"sketch": "2.2.0"
},
"2.3.9": {
"date": "Mar 12, 2020",
"sketch": "2.2.0",
"commit": "bc6858a8c3c5ef92532d1e57164ff82947a51d93"
},
"2.3.8": {
"date": "Feb 21, 2020",
"sketch": "2.2.0",
Expand Down Expand Up @@ -157,6 +168,11 @@
"sketch": "2.0.0",
"commit": ""
},
"1.3.6": {
"date": "Mar 12, 2020",
"sketch": "1.0.0",
"commit": "ec3865d8443fcd8bb53dc6d55ae1c32073e73180"
},
"1.3.5": {
"date": "Jan 9, 2020",
"sketch": "1.0.0",
Expand Down
3 changes: 3 additions & 0 deletions src/website/src/releases/release-template-stub.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"3.0.1": "src/website/src/releases/3.x/3.0.1.html",
"3.0.0": "src/website/src/releases/3.x/3.0.0.html",
"3.0.0-rc.1": "src/website/src/releases/3.x/3.0.0-rc.1.html",
"3.0.0-next.8": "src/website/src/releases/3.x/3.0.0-next.8.html",
Expand All @@ -10,6 +11,7 @@
"3.0.0-next.2": "src/website/src/releases/3.x/3.0.0-next.2.html",
"3.0.0-next.1": "src/website/src/releases/3.x/3.0.0-next.1.html",

"2.3.9": "src/website/src/releases/2.x/2.3.9.html",
"2.3.8": "src/website/src/releases/2.x/2.3.8.html",
"2.3.7": "src/website/src/releases/2.x/2.3.7.html",
"2.3.6": "src/website/src/releases/2.x/2.3.6.html",
Expand All @@ -33,6 +35,7 @@
"2.0.0-beta.2": "src/website/src/releases/2.x/2.0.0-beta.2.html",
"2.0.0-beta.1": "src/website/src/releases/2.x/2.0.0-beta.1.html",

"1.3.6": "src/website/src/releases/1.x/1.3.6.html",
"1.3.5": "src/website/src/releases/1.x/1.3.5.html",
"1.3.4": "src/website/src/releases/1.x/1.3.4.html",
"1.3.3": "src/website/src/releases/1.x/1.3.3.html",
Expand Down
12 changes: 12 additions & 0 deletions src/website/src/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,10 @@
<loc>https://clarity.design/news</loc>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clarity.design/news/3.0.1</loc>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clarity.design/news/3.0.0</loc>
<changefreq>daily</changefreq>
Expand Down Expand Up @@ -340,6 +344,10 @@
<loc>https://clarity.design/news/3.0.0-next.1</loc>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clarity.design/news/2.3.9</loc>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clarity.design/news/2.3.8</loc>
<changefreq>daily</changefreq>
Expand Down Expand Up @@ -428,6 +436,10 @@
<loc>https://clarity.design/news/2.0.0-beta.1</loc>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clarity.design/news/1.3.6</loc>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://clarity.design/news/1.3.5</loc>
<changefreq>daily</changefreq>
Expand Down

0 comments on commit 854158a

Please sign in to comment.