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

Commit 5089d7f

Browse files
author
george
committed
[Version 5.3.0] Minor updates to class helpers
1 parent 67cde58 commit 5089d7f

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

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@5.2.1/dist/undernet.min.css"
11-
integrity="sha256-NrLLg3IsOypW6aWBpH8EC628QsnbCPaAps81ovqs3gs="
10+
href="https://cdn.jsdelivr.net/npm/undernet@5.3.0/dist/undernet.min.css"
11+
integrity="sha256-y3bpJ0RvsBvegMpyXXW2slORgb/0leV7/LTAFbcusMQ="
1212
crossorigin="anonymous"
1313
/>
1414
```
1515

1616
```html
1717
<script
1818
type="text/javascript"
19-
src="https://cdn.jsdelivr.net/npm/undernet@5.2.1/dist/undernet.bundle.min.js"
20-
integrity="sha256-RFH9J8rSTYHZauB9opYKzZtzpDzFRoj3BGB4wwHhb9c="
19+
src="https://cdn.jsdelivr.net/npm/undernet@5.3.0/dist/undernet.bundle.min.js"
20+
integrity="sha256-XT5OiIsPZUyS6t1Wdn/Kj7Du459TAMpLf8j3R8FFq50="
2121
crossorigin="anonymous"
2222
></script>
2323
<script type="text/javascript">

dist/undernet.css.zip

28 Bytes
Binary file not shown.

dist/undernet.js.zip

0 Bytes
Binary file not shown.

dist/undernet.modules.js.zip

0 Bytes
Binary file not shown.

dist/undernet.scss.zip

73 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.2.1",
3+
"version": "5.3.0",
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)