Skip to content

Commit

Permalink
[Version 7.0.0] Major version release - see changelog on github for v7!
Browse files Browse the repository at this point in the history
  • Loading branch information
george committed Dec 29, 2019
1 parent e56a457 commit 80c1bd6
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions app/docs/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Include the link tag before your custom CSS to get styles, and the script tag at
<head>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/undernet@6.0.0/dist/undernet.min.css"
integrity="sha256-CCXHgVlt68r/j/PKF3UN+LRGsKMI1Xlsvi2O2zjRupA="
href="https://cdn.jsdelivr.net/npm/undernet@7.0.0/dist/undernet.min.css"
integrity="sha256-OYn11NyOqD3KbdKfAnxKDQ0EvklZ3pxaTrYEteHYXdc="
crossorigin="anonymous"
/>
<!-- add other styles here -->
Expand All @@ -23,8 +23,8 @@ Include the link tag before your custom CSS to get styles, and the script tag at
<!-- add page content here -->
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/undernet@6.0.0/dist/undernet.bundle.min.js"
integrity="sha256-/7qzKFwnWrXFElITB8gG0RLFvunoxxi0wDfyLfDTpgo="
src="https://cdn.jsdelivr.net/npm/undernet@7.0.0/dist/undernet.bundle.min.js"
integrity="sha256-75AwV7FxQ2TcN8zeJwq/s+g0/WEqW0jUE2d7Sb0A0hs="
crossorigin="anonymous"
></script>
<script type="text/javascript">
Expand Down
Binary file modified dist/undernet.css.zip
Binary file not shown.
Binary file modified dist/undernet.js.zip
Binary file not shown.
Binary file modified dist/undernet.modules.js.zip
Binary file not shown.
Binary file modified dist/undernet.scss.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "undernet",
"version": "6.0.0",
"version": "7.0.0",
"homepage": "https://undernet.io",
"description": "A modular, configuration-first front-end framework. No strings.",
"author": "George Treviranus",
Expand Down
2 changes: 1 addition & 1 deletion src/scss/undernet.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* @license MIT (https://github.com/geotrev/undernet/blob/master/LICENSE)
* undernet@6.0.0 (https://undernet.io)
* undernet@7.0.0 (https://undernet.io)
* Copyright 2017-2019 George Treviranus
*/

Expand Down

0 comments on commit 80c1bd6

Please sign in to comment.