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

Commit 80c1bd6

Browse files
author
george
committed
[Version 7.0.0] Major version release - see changelog on github for v7!
1 parent e56a457 commit 80c1bd6

File tree

8 files changed

+7
-7
lines changed

8 files changed

+7
-7
lines changed

app/docs/download.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Include the link tag before your custom CSS to get styles, and the script tag at
1313
<head>
1414
<link
1515
rel="stylesheet"
16-
href="https://cdn.jsdelivr.net/npm/undernet@6.0.0/dist/undernet.min.css"
17-
integrity="sha256-CCXHgVlt68r/j/PKF3UN+LRGsKMI1Xlsvi2O2zjRupA="
16+
href="https://cdn.jsdelivr.net/npm/undernet@7.0.0/dist/undernet.min.css"
17+
integrity="sha256-OYn11NyOqD3KbdKfAnxKDQ0EvklZ3pxaTrYEteHYXdc="
1818
crossorigin="anonymous"
1919
/>
2020
<!-- add other styles here -->
@@ -23,8 +23,8 @@ Include the link tag before your custom CSS to get styles, and the script tag at
2323
<!-- add page content here -->
2424
<script
2525
type="text/javascript"
26-
src="https://cdn.jsdelivr.net/npm/undernet@6.0.0/dist/undernet.bundle.min.js"
27-
integrity="sha256-/7qzKFwnWrXFElITB8gG0RLFvunoxxi0wDfyLfDTpgo="
26+
src="https://cdn.jsdelivr.net/npm/undernet@7.0.0/dist/undernet.bundle.min.js"
27+
integrity="sha256-75AwV7FxQ2TcN8zeJwq/s+g0/WEqW0jUE2d7Sb0A0hs="
2828
crossorigin="anonymous"
2929
></script>
3030
<script type="text/javascript">

dist/undernet.css.zip

5.73 KB
Binary file not shown.

dist/undernet.js.zip

20.7 KB
Binary file not shown.

dist/undernet.modules.js.zip

11.1 KB
Binary file not shown.

dist/undernet.scss.zip

2.51 KB
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": "6.0.0",
3+
"version": "7.0.0",
44
"homepage": "https://undernet.io",
55
"description": "A modular, configuration-first front-end framework. No strings.",
66
"author": "George Treviranus",

src/scss/undernet.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* @license MIT (https://github.com/geotrev/undernet/blob/master/LICENSE)
3-
* undernet@6.0.0 (https://undernet.io)
3+
* undernet@7.0.0 (https://undernet.io)
44
* Copyright 2017-2019 George Treviranus
55
*/
66

0 commit comments

Comments
 (0)