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

Commit 38980c9

Browse files
author
george
committed
[Version 4.5.1] Update es module path to be a real path
1 parent 85b43d8 commit 38980c9

File tree

13 files changed

+12
-12
lines changed

13 files changed

+12
-12
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ exports[`<SideNav /> matches snapshot 1`] = `
124124
className="version-text has-no-padding has-gray800-text xsmall-12 columns"
125125
>
126126
Version
127-
4.5.0
127+
4.5.1
128128
</p>
129129
<div
130130
className="accordion-row"

app/docs/download.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ 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@4.5.0/dist/undernet.min.css"
11-
integrity="sha256-lpQ4AF+Mzlonw6AIGEURg3/TuNGRwNqzoL2KHub8YEU="
10+
href="https://cdn.jsdelivr.net/npm/undernet@4.5.1/dist/undernet.min.css"
11+
integrity="sha256-xACGC87WB9L/CsemHul0lOz/t8BmHC5M1JZ90BC1HkI="
1212
crossorigin="anonymous"
1313
/>
1414
```
1515

1616
```html
1717
<script
1818
type="text/javascript"
19-
src="https://cdn.jsdelivr.net/npm/undernet@4.5.0/dist/undernet.bundle.min.js"
20-
integrity="sha256-8CZr3jilCWu7b4gpoLsTFVjMxmVv98h9m4U2BheNIgw="
19+
src="https://cdn.jsdelivr.net/npm/undernet@4.5.1/dist/undernet.bundle.min.js"
20+
integrity="sha256-cbIE9XCnrxryabwtg3wflr5BwZJd6EZ5ISVFgL+aVvM="
2121
crossorigin="anonymous"
2222
></script>
2323
<script type="text/javascript">

app/pages/Docs/__snapshots__/Docs.spec.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ exports[`<Docs /> renders 1`] = `
217217
className="version-text has-no-padding has-gray800-text xsmall-12 columns"
218218
>
219219
Version
220-
4.5.0
220+
4.5.1
221221
</p>
222222
<div
223223
className="accordion-row xsmall-12 columns has-no-padding"

dist/undernet.bundle.js

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

dist/undernet.bundle.min.js

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

dist/undernet.css

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

dist/undernet.css.zip

0 Bytes
Binary file not shown.

dist/undernet.js.zip

0 Bytes
Binary file not shown.

dist/undernet.min.css

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

dist/undernet.modules.js.zip

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)