From 859e7ee308f9ea4d194d4a085e8c12c2c640598c Mon Sep 17 00:00:00 2001 From: hiulit Date: Tue, 18 Dec 2018 17:15:18 +0100 Subject: [PATCH] Bumped to v6.0.1 --- CHANGELOG.md | 6 ++++++ bower.json | 2 +- package.json | 2 +- sassdoc/index.html | 6 +++--- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3e6e30..a4665c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v6.0.1 (December 18th 2018) + +### Fixes + +* Failed to publish **v6.0.0** correctly to npm and yarn. + ## v6.0.0 (December 18th 2018) **NOTE:** This release contains breaking changes! diff --git a/bower.json b/bower.json index fa169ff..774e425 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "sassy-gridlover", "description": "Super easy to use Sass mixins to establish a typographic system with modular scale and vertical rhythm. Based on the Gridlover app.", - "version": "6.0.0", + "version": "6.0.1", "main": [ "sassy-gridlover/_config.scss", "sassy-gridlover/_debug-mode.scss", diff --git a/package.json b/package.json index 0ea2c00..104d5b5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Sassy-Gridlover", "name": "sassy-gridlover", - "version": "6.0.0", + "version": "6.0.1", "description": "Super easy to use Sass mixins to establish a typographic system with modular scale and vertical rhythm. Based on the Gridlover app.", "keywords": [ "typography", diff --git a/sassdoc/index.html b/sassdoc/index.html index 2bb40e2..77f002d 100644 --- a/sassdoc/index.html +++ b/sassdoc/index.html @@ -1,5 +1,5 @@ -Sassy-Gridlover - v6.0.0

General

variables

sgl-base-font-size

$sgl-base-font-size: 18 !default;

Description

Base font size.

Type

Number

sgl-base-line-height

$sgl-base-line-height: 1.3 !default;

Description

Base line height.

Type

Number

Used by

sgl-base-unit

$sgl-base-unit: "em" !default;

Description

Base unit (px, em, rem, pxrem).

Type

String

sgl-scale-factor

$sgl-scale-factor: $GOLDEN_SECTION !default;

Description

Scale factor.

Type

Number

Used by

sgl-debug-mode

$sgl-debug-mode: false !default;

Description

Enables/disables debug mode.

Outputs background lines imitating a notebook's sheet.

Declare it in your own _variables.scss, _config.scss or the like. Basically, it must be declared before the @import "sassy-gridlover".

Type

Boolean

Example

$sgl-debug-mode: true;
html {
+Sassy-Gridlover - v6.0.1

General

variables

sgl-base-font-size

$sgl-base-font-size: 18 !default;

Description

Base font size.

Type

Number

sgl-base-line-height

$sgl-base-line-height: 1.3 !default;

Description

Base line height.

Type

Number

Used by

sgl-base-unit

$sgl-base-unit: "em" !default;

Description

Base unit (px, em, rem, pxrem).

Type

String

sgl-scale-factor

$sgl-scale-factor: $GOLDEN_SECTION !default;

Description

Scale factor.

Type

Number

Used by

sgl-debug-mode

$sgl-debug-mode: false !default;

Description

Enables/disables debug mode.

Outputs background lines imitating a notebook's sheet.

Declare it in your own _variables.scss, _config.scss or the like. Basically, it must be declared before the @import "sassy-gridlover".

Type

Boolean

Example

$sgl-debug-mode: true;
html {
     background-image: linear-gradient(rgba(0, 170, 255, 0.3) 1px, transparent 1px);
     background-position: left top;
     background-size: 19px 19px;
@@ -260,4 +260,4 @@
     margin-bottom: 0px;
     margin-top: 0rem;
     margin-bottom: 0rem;
-}

Requires

\ No newline at end of file +}

Requires

\ No newline at end of file