Skip to content

Instantly share code, notes, and snippets.

@nottrobin
Created May 8, 2019 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nottrobin/80e96e6e522be404888edad302b495e2 to your computer and use it in GitHub Desktop.
Save nottrobin/80e96e6e522be404888edad302b495e2 to your computer and use it in GitHub Desktop.
diff --git a/docs/.env b/docs/.env
index b24647eb..9f09d4cb 100644
--- a/docs/.env
+++ b/docs/.env
@@ -1 +1,2 @@
-PORT=8104
\ No newline at end of file
+PORT=8104
+FLASK_DEBUG=true
\ No newline at end of file
diff --git a/docs/index.md b/docs/index.md
index 6831bcf2..1abc4aa3 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -35,7 +35,7 @@ See [Building with Vanilla](/en/building-vanilla) and [Customising Vanilla](/en/
<div class="col-12">
<h3>Hotlink</h3>
<p>You can add Vanilla directly to your markup:</p>
- <pre><code>&lt;link rel="stylesheet" href="https://assets.ubuntu.com/v1/vanilla-framework-version-1.8.0.min.css" /&gt;</code></pre>
+ <pre><code>&lt;link rel="stylesheet" href="https://assets.ubuntu.com/v1/vanilla-framework-version-1.8.1.min.css" /&gt;</code></pre>
</div>
</div>
<hr class="is-deep">
@@ -43,7 +43,7 @@ See [Building with Vanilla](/en/building-vanilla) and [Customising Vanilla](/en/
<div class="col-12">
<h3>Download</h3>
<p>Download the latest version of Vanilla from GitHub.</p>
- <a href="https://github.com/vanilla-framework/vanilla-framework/archive/v1.8.0.zip" class="p-button--positive">Download v1.8.0</a>
+ <a href="https://github.com/vanilla-framework/vanilla-framework/archive/v1.8.1.zip" class="p-button--positive">Download v1.8.1</a>
</div>
</div>
<hr class="is-deep">
@@ -52,7 +52,7 @@ See [Building with Vanilla](/en/building-vanilla) and [Customising Vanilla](/en/
<h3>What's new</h3>
<ul class="p-list">
<li class="p-list__item--deep">
- <a href="https://github.com/vanilla-framework/vanilla-framework/releases/tag/v1.8.0">Release notes: v1.8.0</a>
+ <a href="https://github.com/vanilla-framework/vanilla-framework/releases/tag/v1.8.1">Release notes: v1.8.1</a>
</li>
<li class="p-list__item--deep">
<a href="https://github.com/vanilla-framework/vanilla-framework/releases/tag/v1.7.1">Release notes: v1.7.1</a>
diff --git a/package.json b/package.json
index a752aa6d..34f70d68 100644
--- a/package.json
+++ b/package.json
@@ -38,7 +38,7 @@
"report": "gulp report",
"precommit": "pretty-quick --staged"
},
- "version": "1.8.0",
+ "version": "1.8.1",
"devDependenciesComments": {
"vanilla-framework": "vanilla-framework is included in devDependencies for use in styling the docs site"
},
diff --git a/scss/_settings_system.scss b/scss/_settings_system.scss
index 01f13ae3..4b3fa27a 100644
--- a/scss/_settings_system.scss
+++ b/scss/_settings_system.scss
@@ -1,2 +1,2 @@
// Global system settings
-$app-version: '1.8.0' !default;
+$app-version: '1.8.1' !default;
diff --git a/yarn.lock b/yarn.lock
index a202e52d..33a37148 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2279,7 +2279,7 @@ minimist@1.1.x:
version "1.1.3"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.1.3.tgz#3bedfd91a92d39016fcfaa1c681e8faa1a1efda8"
-minimist@^1.1.0, minimist@^1.1.3, minimist@^1.2.0:
+minimist@^1.1.0, minimist@^1.1.3:
version "1.2.0"
resolved "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment