Skip to content

Commit

Permalink
chore(release): 1.7.7 [skip ci]
Browse files Browse the repository at this point in the history
## [1.7.7](v1.7.6...v1.7.7) (2021-01-03)

### Bug Fixes

* generate assets for release ([d063f75](d063f75))
  • Loading branch information
semantic-release-bot committed Jan 3, 2021
1 parent 5625b4a commit 7f9475d
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 48 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.7.7](https://github.com/AndyOGo/stylelint-declaration-strict-value/compare/v1.7.6...v1.7.7) (2021-01-03)


### Bug Fixes

* generate assets for release ([d063f75](https://github.com/AndyOGo/stylelint-declaration-strict-value/commit/d063f7546a1f514376acdfd88af29d3c4e7e700f))

## [1.7.6](https://github.com/AndyOGo/stylelint-declaration-strict-value/compare/v1.7.5...v1.7.6) (2021-01-03)


Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
stylelint-declaration-strict-value - v1.7.5
stylelint-declaration-strict-value - v1.7.7

# stylelint-declaration-strict-value - v1.7.5
# stylelint-declaration-strict-value - v1.7.7

## Index

Expand Down
14 changes: 7 additions & 7 deletions docs/interfaces/defaults.declarationstrictvalueresult.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[stylelint-declaration-strict-value - v1.7.5](../README.md) / [defaults](../modules/defaults.md) / DeclarationStrictValueResult
[stylelint-declaration-strict-value - v1.7.7](../README.md) / [defaults](../modules/defaults.md) / DeclarationStrictValueResult

# Interface: DeclarationStrictValueResult

Expand Down Expand Up @@ -27,7 +27,7 @@ Result of CSS value validation.

Longhand CSS Property, if expanded.

Defined in: [defaults.ts:80](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/defaults.ts#L80)
Defined in: [defaults.ts:80](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/defaults.ts#L80)

___

Expand All @@ -37,7 +37,7 @@ ___

Longhand CSS value, if expanded.

Defined in: [defaults.ts:85](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/defaults.ts#L85)
Defined in: [defaults.ts:85](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/defaults.ts#L85)

___

Expand All @@ -47,7 +47,7 @@ ___

Whether or not function is valid.

Defined in: [defaults.ts:65](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/defaults.ts#L65)
Defined in: [defaults.ts:65](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/defaults.ts#L65)

___

Expand All @@ -57,7 +57,7 @@ ___

Whether or not keyword is valid.

Defined in: [defaults.ts:70](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/defaults.ts#L70)
Defined in: [defaults.ts:70](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/defaults.ts#L70)

___

Expand All @@ -67,7 +67,7 @@ ___

Whether or not value is valid.

Defined in: [defaults.ts:75](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/defaults.ts#L75)
Defined in: [defaults.ts:75](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/defaults.ts#L75)

___

Expand All @@ -77,4 +77,4 @@ ___

Whether or not variable is valid.

Defined in: [defaults.ts:60](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/defaults.ts#L60)
Defined in: [defaults.ts:60](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/defaults.ts#L60)
4 changes: 2 additions & 2 deletions docs/interfaces/defaults.ignorevaluehash.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[stylelint-declaration-strict-value - v1.7.5](../README.md) / [defaults](../modules/defaults.md) / IgnoreValueHash
[stylelint-declaration-strict-value - v1.7.7](../README.md) / [defaults](../modules/defaults.md) / IgnoreValueHash

# Interface: IgnoreValueHash

Expand Down Expand Up @@ -28,4 +28,4 @@ A hash of CSS properties with ignored values.

****: *string* \| *number* \| [*IgnoreValueList*](../modules/defaults.md#ignorevaluelist)

Defined in: [defaults.ts:32](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/defaults.ts#L32)
Defined in: [defaults.ts:32](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/defaults.ts#L32)
2 changes: 1 addition & 1 deletion docs/interfaces/defaults.ignorevariableorfunctionhash.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[stylelint-declaration-strict-value - v1.7.5](../README.md) / [defaults](../modules/defaults.md) / IgnoreVariableOrFunctionHash
[stylelint-declaration-strict-value - v1.7.7](../README.md) / [defaults](../modules/defaults.md) / IgnoreVariableOrFunctionHash

# Interface: IgnoreVariableOrFunctionHash

Expand Down
22 changes: 11 additions & 11 deletions docs/interfaces/defaults.secondaryoptions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[stylelint-declaration-strict-value - v1.7.5](../README.md) / [defaults](../modules/defaults.md) / SecondaryOptions
[stylelint-declaration-strict-value - v1.7.7](../README.md) / [defaults](../modules/defaults.md) / SecondaryOptions

# Interface: SecondaryOptions

Expand Down Expand Up @@ -33,7 +33,7 @@ By default no auto-fix feature.

**`defaultvalue`** null

Defined in: [defaults.ts:178](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/defaults.ts#L178)
Defined in: [defaults.ts:178](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/defaults.ts#L178)

___

Expand All @@ -45,7 +45,7 @@ Don't auto-fix if `--fix` option is applied.

**`defaultvalue`** false

Defined in: [defaults.ts:171](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/defaults.ts#L171)
Defined in: [defaults.ts:171](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/defaults.ts#L171)

___

Expand All @@ -57,7 +57,7 @@ Whether or not to expand shorthand CSS properties.

**`defaultvalue`** false

Defined in: [defaults.ts:143](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/defaults.ts#L143)
Defined in: [defaults.ts:143](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/defaults.ts#L143)

___

Expand All @@ -69,7 +69,7 @@ Whether or not to ignore function.

**`defaultvalue`** true

Defined in: [defaults.ts:121](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/defaults.ts#L121)
Defined in: [defaults.ts:121](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/defaults.ts#L121)

___

Expand All @@ -83,7 +83,7 @@ An ignored keywords config.

**`deprecated`** use `ignoreValues` option.

Defined in: [defaults.ts:129](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/defaults.ts#L129)
Defined in: [defaults.ts:129](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/defaults.ts#L129)

___

Expand All @@ -95,7 +95,7 @@ An ignored values config.

**`defaultvalue`** null

Defined in: [defaults.ts:136](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/defaults.ts#L136)
Defined in: [defaults.ts:136](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/defaults.ts#L136)

___

Expand All @@ -107,7 +107,7 @@ Whether or not to ignore variables.

**`defaultvalue`** true

Defined in: [defaults.ts:114](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/defaults.ts#L114)
Defined in: [defaults.ts:114](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/defaults.ts#L114)

___

Expand All @@ -119,7 +119,7 @@ A custom message when a rule is violated, interpolated with `${types}`, `${value

**`defaultvalue`** undefined

Defined in: [defaults.ts:164](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/defaults.ts#L164)
Defined in: [defaults.ts:164](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/defaults.ts#L164)

___

Expand All @@ -131,7 +131,7 @@ Whether or not to expand longhand CSS properties recursivly - this is only usefu

**`defaultvalue`** false

Defined in: [defaults.ts:150](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/defaults.ts#L150)
Defined in: [defaults.ts:150](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/defaults.ts#L150)

___

Expand All @@ -143,4 +143,4 @@ Adjust severity of the rule, `'warning'` or `'error'` (default).

**`defaultvalue`** 'error'

Defined in: [defaults.ts:157](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/defaults.ts#L157)
Defined in: [defaults.ts:157](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/defaults.ts#L157)
22 changes: 11 additions & 11 deletions docs/modules/defaults.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[stylelint-declaration-strict-value - v1.7.5](../README.md) / defaults
[stylelint-declaration-strict-value - v1.7.7](../README.md) / defaults

# Module: defaults

Expand Down Expand Up @@ -38,7 +38,7 @@

A autofix function.

Defined in: [defaults.ts:90](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/defaults.ts#L90)
Defined in: [defaults.ts:90](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/defaults.ts#L90)

___

Expand All @@ -48,7 +48,7 @@ ___

Possible config for `autoFixFunc` option.

Defined in: [defaults.ts:103](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/defaults.ts#L103)
Defined in: [defaults.ts:103](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/defaults.ts#L103)

___

Expand All @@ -58,7 +58,7 @@ ___

Path to autofix function module.

Defined in: [defaults.ts:99](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/defaults.ts#L99)
Defined in: [defaults.ts:99](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/defaults.ts#L99)

___

Expand All @@ -68,7 +68,7 @@ ___

A CSS value to be ignored.

Defined in: [defaults.ts:22](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/defaults.ts#L22)
Defined in: [defaults.ts:22](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/defaults.ts#L22)

___

Expand All @@ -78,7 +78,7 @@ ___

Possible config for `ignoreValues` and ~~`ignoreKeywords`~~ option.

Defined in: [defaults.ts:48](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/defaults.ts#L48)
Defined in: [defaults.ts:48](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/defaults.ts#L48)

___

Expand All @@ -88,7 +88,7 @@ ___

A list of CSS values to be ignored.

Defined in: [defaults.ts:26](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/defaults.ts#L26)
Defined in: [defaults.ts:26](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/defaults.ts#L26)

___

Expand All @@ -98,7 +98,7 @@ ___

Possible config for `ignoreVariables` and `ignoreFunctions` option.

Defined in: [defaults.ts:12](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/defaults.ts#L12)
Defined in: [defaults.ts:12](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/defaults.ts#L12)

___

Expand All @@ -108,15 +108,15 @@ ___

A Regular Expression string to match a CSS property or value.

Defined in: [defaults.ts:18](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/defaults.ts#L18)
Defined in: [defaults.ts:18](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/defaults.ts#L18)

## Variables

### default

`Const` **default**: [*SecondaryOptions*](../interfaces/defaults.secondaryoptions.md)

Defined in: [defaults.ts:181](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/defaults.ts#L181)
Defined in: [defaults.ts:181](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/defaults.ts#L181)

## Functions

Expand All @@ -135,4 +135,4 @@ Name | Type |

**Returns:** key is IgnoreValueHash

Defined in: [defaults.ts:40](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/defaults.ts#L40)
Defined in: [defaults.ts:40](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/defaults.ts#L40)
8 changes: 4 additions & 4 deletions docs/modules/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[stylelint-declaration-strict-value - v1.7.5](../README.md) / index
[stylelint-declaration-strict-value - v1.7.7](../README.md) / index

# Module: index

Expand All @@ -16,7 +16,7 @@

`Const` **default**: *any*

Defined in: [index.ts:461](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/index.ts#L461)
Defined in: [index.ts:461](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/index.ts#L461)

___

Expand All @@ -30,7 +30,7 @@ Name | Type | Value |
------ | ------ | ------ |
`expected` | function | (`types`: *function* \| *variable* \| *keyword* \| ExpectedTypes, `value`: *string*, `property`: *string*, `customMessage`: *string*) => *string* |

Defined in: [index.ts:28](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/index.ts#L28)
Defined in: [index.ts:28](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/index.ts#L28)

___

Expand All @@ -40,4 +40,4 @@ ___

Rule Name.

Defined in: [index.ts:26](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/index.ts#L26)
Defined in: [index.ts:26](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/index.ts#L26)
18 changes: 9 additions & 9 deletions docs/modules/lib_validation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[stylelint-declaration-strict-value - v1.7.5](../README.md) / lib/validation
[stylelint-declaration-strict-value - v1.7.7](../README.md) / lib/validation

# Module: lib/validation

Expand Down Expand Up @@ -38,7 +38,7 @@ Name | Type | Default value | Description |

Returns an expected message for stylelint report.

Defined in: [lib/validation.ts:197](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/lib/validation.ts#L197)
Defined in: [lib/validation.ts:197](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/lib/validation.ts#L197)

___

Expand All @@ -60,7 +60,7 @@ Name | Type | Description |

Returns the auto-fix function if found, else `null`.

Defined in: [lib/validation.ts:361](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/lib/validation.ts#L361)
Defined in: [lib/validation.ts:361](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/lib/validation.ts#L361)

___

Expand All @@ -84,7 +84,7 @@ Name | Type | Description |

Returns ignored keywords for a specific CSS property, or `null`.

Defined in: [lib/validation.ts:310](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/lib/validation.ts#L310)
Defined in: [lib/validation.ts:310](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/lib/validation.ts#L310)

___

Expand All @@ -108,7 +108,7 @@ Name | Type | Description |

Returns ignored values for a specific CSS property, or `null`.

Defined in: [lib/validation.ts:336](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/lib/validation.ts#L336)
Defined in: [lib/validation.ts:336](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/lib/validation.ts#L336)

___

Expand All @@ -132,7 +132,7 @@ Name | Type | Description |

Returns ignored variable or function for a specific CSS property.

Defined in: [lib/validation.ts:278](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/lib/validation.ts#L278)
Defined in: [lib/validation.ts:278](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/lib/validation.ts#L278)

___

Expand All @@ -155,7 +155,7 @@ Name | Type | Description |

Returns a list of configured types.

Defined in: [lib/validation.ts:237](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/lib/validation.ts#L237)
Defined in: [lib/validation.ts:237](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/lib/validation.ts#L237)

___

Expand All @@ -177,7 +177,7 @@ Name | Type | Description |

Returns `true` if secondary options are valid, else `false`.

Defined in: [lib/validation.ts:92](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/lib/validation.ts#L92)
Defined in: [lib/validation.ts:92](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/lib/validation.ts#L92)

___

Expand All @@ -199,4 +199,4 @@ Name | Type | Description |

Returns `true` if primary options are valid, else `false`.

Defined in: [lib/validation.ts:38](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/63acb54/src/lib/validation.ts#L38)
Defined in: [lib/validation.ts:38](https://github.com/AndyOGo/stylelint-declaration-strict-value/blob/5625b4a/src/lib/validation.ts#L38)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-declaration-strict-value",
"version": "1.7.6",
"version": "1.7.7",
"description": "Specify properties for which a variable, function, keyword or value must be used",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit 7f9475d

Please sign in to comment.