Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit f4ce711

Browse files
author
george
committed
Merge branch 'develop'
2 parents b3c9518 + c0c633f commit f4ce711

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

app/components/SideNav/__tests__/__snapshots__/SideNav.spec.js.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ exports[`<SideNav /> #handleMenuToggleClick toggles menu when button is clicked
3535
className="version-text has-no-padding has-gray800-text xsmall-12 columns"
3636
>
3737
Version
38-
5.1.0
38+
5.1.1
3939
</p>
4040
<div
4141
className="accordion-row"
@@ -136,7 +136,7 @@ exports[`<SideNav /> #handleMenuVisibility hides menu at or below 1199 1`] = `
136136
className="version-text has-no-padding has-gray800-text xsmall-12 columns"
137137
>
138138
Version
139-
5.1.0
139+
5.1.1
140140
</p>
141141
<div
142142
className="accordion-row"
@@ -237,7 +237,7 @@ exports[`<SideNav /> #handleMenuVisibility shows menu above 1199 1`] = `
237237
className="version-text has-no-padding has-gray800-text xsmall-12 columns"
238238
>
239239
Version
240-
5.1.0
240+
5.1.1
241241
</p>
242242
<div
243243
className="accordion-row"
@@ -357,7 +357,7 @@ exports[`<SideNav /> #render renders 1`] = `
357357
className="version-text has-no-padding has-gray800-text xsmall-12 columns"
358358
>
359359
Version
360-
5.1.0
360+
5.1.1
361361
</p>
362362
<div
363363
className="accordion-row"

app/docs/download.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The quickest way to use Undernet is to link the bundled js and minified css usin
77
```html
88
<link
99
rel="stylesheet"
10-
href="https://cdn.jsdelivr.net/npm/undernet@5.1.0/dist/undernet.min.css"
10+
href="https://cdn.jsdelivr.net/npm/undernet@5.1.1/dist/undernet.min.css"
1111
integrity="sha256-ayx+zb/OIkki6WyE9iO9UPuiTcW5dmQgP6Leke0ejEM="
1212
crossorigin="anonymous"
1313
/>
@@ -16,8 +16,8 @@ The quickest way to use Undernet is to link the bundled js and minified css usin
1616
```html
1717
<script
1818
type="text/javascript"
19-
src="https://cdn.jsdelivr.net/npm/undernet@5.1.0/dist/undernet.bundle.min.js"
20-
integrity="sha256-ZHYwZ2KI/WBNZZh95uwPak3wcjQTwU8Aw5NDMEopnqU="
19+
src="https://cdn.jsdelivr.net/npm/undernet@5.1.1/dist/undernet.bundle.min.js"
20+
integrity="sha256-EJnj0aE0aRZ2JVAqwiMMJ278tFE6RLvVq7LF/c0AC7I="
2121
crossorigin="anonymous"
2222
></script>
2323
<script type="text/javascript">

app/pages/Home/__tests__/__snapshots__/Home.spec.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ exports[`<Home /> renders 1`] = `
133133
className="un-version has-no-margin"
134134
>
135135
Version
136-
5.1.0
136+
5.1.1
137137
</p>
138138
</div>
139139
<div

dist/undernet.css.zip

0 Bytes
Binary file not shown.

dist/undernet.js.zip

-18 Bytes
Binary file not shown.

dist/undernet.modules.js.zip

2 Bytes
Binary file not shown.

dist/undernet.scss.zip

-2 Bytes
Binary file not shown.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "undernet",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"homepage": "https://undernet.io",
55
"description": "A modular, configuration-first front-end framework. No strings.",
66
"author": "George Treviranus",

0 commit comments

Comments
 (0)