Skip to content

Commit

Permalink
Update version and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bartaz committed Jan 11, 2023
1 parent fdaff87 commit 9735b8f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"percy": "percy exec -- node snapshots.js",
"icon-svgs-to-mixins": "node scripts/convert-svgs-to-icon-mixins.js icons"
},
"version": "3.9.0",
"version": "3.10.0",
"files": [
"_index.scss",
"/scss",
Expand Down
4 changes: 2 additions & 2 deletions templates/_layouts/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<ul class="p-side-navigation__list">
<li class="p-side-navigation__item--title"><span class="p-side-navigation__text">Base elements</span></li>
{{ side_nav_item("/docs/base/code", "Code") }}
{{ side_nav_item("/docs/base/forms", "Forms", "Updated", "information") }}
{{ side_nav_item("/docs/base/forms", "Forms") }}
{{ side_nav_item("/docs/base/reset", "Reset") }}
{{ side_nav_item("/docs/base/separators", "Separators") }}
{{ side_nav_item("/docs/base/tables", "Tables") }}
Expand All @@ -73,7 +73,7 @@
{{ side_nav_item("/docs/patterns/empty-state", "Empty state") }}
{{ side_nav_item("/docs/patterns/grid", "Grid") }}
{{ side_nav_item("/docs/patterns/heading-icon", "Heading icon") }}
{{ side_nav_item("/docs/patterns/icons", "Icons") }}
{{ side_nav_item("/docs/patterns/icons", "Icons", "Updated", "information") }}
{{ side_nav_item("/docs/patterns/images", "Images") }}
{{ side_nav_item("/docs/patterns/links", "Links") }}
{{ side_nav_item("/docs/patterns/list-tree", "List tree") }}
Expand Down
25 changes: 19 additions & 6 deletions templates/docs/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ When we add, make significant updates, or deprecate a component we update their
</tr>
</thead>
<tbody>
<!-- 3.9.0 -->
<!-- 3.10.0 -->
<tr>
<th>
<a href="/docs/base/forms">
Forms
<a href="/docs/patterns/icons">
Icons
</a>
</th>
<td>
<span class="p-status-label--information">Updated</span>
<span class="p-status-label--positive">New</span>
</td>
<td>3.9.0</td>
<td>We've updated the visual style of form elements, such as inputs, checkboxes and buttons.</td>
<td>3.10.0</td>
<td>We've added new desktop icon `.p-icon--desktop`.</td>
</tr>
</tbody>
</table>
Expand All @@ -48,6 +48,19 @@ When we add, make significant updates, or deprecate a component we update their
</tr>
</thead>
<tbody>
<!-- 3.9.0 -->
<tr>
<th>
<a href="/docs/base/forms">
Forms
</a>
</th>
<td>
<span class="p-status-label--information">Updated</span>
</td>
<td>3.9.0</td>
<td>We've updated the visual style of form elements, such as inputs, checkboxes and buttons.</td>
</tr>
<!-- 3.8.0 -->
<tr>
<th>
Expand Down

0 comments on commit 9735b8f

Please sign in to comment.