diff --git a/CHANGELOG.md b/CHANGELOG.md index 912b24c3..bf482404 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [11.1.4](https://github.com/phun-ky/speccer/compare/v11.1.3...v11.1.4) (2024-11-18) + + +### Bug + +* 🐛 Make sure spacing is including children again ([749e1b1](https://github.com/phun-ky/speccer/commit/749e1b1f13e7e8ebbf6d790018a026c501fc1feb)) + ## [11.1.3](https://github.com/phun-ky/speccer/compare/v11.1.2...v11.1.3) (2024-11-18) diff --git a/api/README.md b/api/README.md index e4629872..0d63cb2d 100644 --- a/api/README.md +++ b/api/README.md @@ -8,7 +8,7 @@ --- -> Last updated 2024-11-18T09:12:16.661Z +> Last updated 2024-11-18T11:00:02.709Z ## Modules diff --git a/api/config/browser.md b/api/config/browser.md index 83d21e3f..ec01a4e0 100644 --- a/api/config/browser.md +++ b/api/config/browser.md @@ -6,7 +6,7 @@ # config/browser -> Last updated 2024-11-18T09:12:16.663Z +> Last updated 2024-11-18T11:00:02.711Z Contains the helper functions to activate SPECCER via a script tag, based on attributes: diff --git a/api/features/a11y.md b/api/features/a11y.md index 98adb91d..60089190 100644 --- a/api/features/a11y.md +++ b/api/features/a11y.md @@ -6,7 +6,7 @@ # features/a11y -> Last updated 2024-11-18T09:12:16.667Z +> Last updated 2024-11-18T11:00:02.715Z This feature will annotate or highlight accessibility areas like landmarks and region. It can also display tab stops/sequence and any keyboard shortcuts assigned @@ -55,7 +55,7 @@ a11y(); #### Defined in -[features/a11y/index.ts:148](https://github.com/phun-ky/speccer/blob/main/src/features/a11y/index.ts#L148) +[features/a11y/index.ts:150](https://github.com/phun-ky/speccer/blob/main/src/features/a11y/index.ts#L150) --- diff --git a/api/features/a11y/constants.md b/api/features/a11y/constants.md index 7e85fe3a..e0362a50 100644 --- a/api/features/a11y/constants.md +++ b/api/features/a11y/constants.md @@ -6,7 +6,7 @@ # features/a11y/constants -> Last updated 2024-11-18T09:12:16.668Z +> Last updated 2024-11-18T11:00:02.716Z ## Variables diff --git a/api/features/a11y/utils/create-a11y-element.md b/api/features/a11y/utils/create-a11y-element.md index 8f923c52..06543fd7 100644 --- a/api/features/a11y/utils/create-a11y-element.md +++ b/api/features/a11y/utils/create-a11y-element.md @@ -6,7 +6,7 @@ # features/a11y/utils/create-a11y-element -> Last updated 2024-11-18T09:12:16.670Z +> Last updated 2024-11-18T11:00:02.718Z ## Functions diff --git a/api/features/a11y/utils/styles.md b/api/features/a11y/utils/styles.md index 158ea870..1caf4248 100644 --- a/api/features/a11y/utils/styles.md +++ b/api/features/a11y/utils/styles.md @@ -6,7 +6,7 @@ # features/a11y/utils/styles -> Last updated 2024-11-18T09:12:16.671Z +> Last updated 2024-11-18T11:00:02.719Z ## Functions diff --git a/api/features/grid.md b/api/features/grid.md index b03f221c..fcaef030 100644 --- a/api/features/grid.md +++ b/api/features/grid.md @@ -6,7 +6,7 @@ # features/grid -> Last updated 2024-11-18T09:12:16.671Z +> Last updated 2024-11-18T11:00:02.719Z This feature will highlight the grid spacing in a `display: grid;` element. @@ -128,7 +128,7 @@ grid(targetElement, options); #### Defined in -[features/grid/index.ts:197](https://github.com/phun-ky/speccer/blob/main/src/features/grid/index.ts#L197) +[features/grid/index.ts:202](https://github.com/phun-ky/speccer/blob/main/src/features/grid/index.ts#L202) --- diff --git a/api/features/mark.md b/api/features/mark.md index f6a02614..99c0aef5 100644 --- a/api/features/mark.md +++ b/api/features/mark.md @@ -6,7 +6,7 @@ # features/mark -> Last updated 2024-11-18T09:12:16.672Z +> Last updated 2024-11-18T11:00:02.720Z This feature marks given element diff --git a/api/features/measure.md b/api/features/measure.md index 8aca8a11..e7e5aa5b 100644 --- a/api/features/measure.md +++ b/api/features/measure.md @@ -6,7 +6,7 @@ # features/measure -> Last updated 2024-11-18T09:12:16.673Z +> Last updated 2024-11-18T11:00:02.721Z This feature measures given element diff --git a/api/features/pin.md b/api/features/pin.md index b7405483..113d3058 100644 --- a/api/features/pin.md +++ b/api/features/pin.md @@ -6,7 +6,7 @@ # features/pin -> Last updated 2024-11-18T09:12:16.674Z +> Last updated 2024-11-18T11:00:02.722Z This feature annotate or highlight the anatomy of an element. diff --git a/api/features/pin/utils/create-pin-element.md b/api/features/pin/utils/create-pin-element.md index ec28ede8..c6ac90c0 100644 --- a/api/features/pin/utils/create-pin-element.md +++ b/api/features/pin/utils/create-pin-element.md @@ -6,7 +6,7 @@ # features/pin/utils/create-pin-element -> Last updated 2024-11-18T09:12:16.675Z +> Last updated 2024-11-18T11:00:02.722Z ## Functions diff --git a/api/features/pin/utils/get-character-to-use.md b/api/features/pin/utils/get-character-to-use.md index f04049fe..f39f8dde 100644 --- a/api/features/pin/utils/get-character-to-use.md +++ b/api/features/pin/utils/get-character-to-use.md @@ -6,7 +6,7 @@ # features/pin/utils/get-character-to-use -> Last updated 2024-11-18T09:12:16.675Z +> Last updated 2024-11-18T11:00:02.723Z ## Functions diff --git a/api/features/pin/utils/get-content-for-pin.md b/api/features/pin/utils/get-content-for-pin.md index 441e9903..54520fbe 100644 --- a/api/features/pin/utils/get-content-for-pin.md +++ b/api/features/pin/utils/get-content-for-pin.md @@ -6,7 +6,7 @@ # features/pin/utils/get-content-for-pin -> Last updated 2024-11-18T09:12:16.675Z +> Last updated 2024-11-18T11:00:02.723Z ## Functions diff --git a/api/features/pin/utils/pin-element.md b/api/features/pin/utils/pin-element.md index e3b290ea..3c4a968a 100644 --- a/api/features/pin/utils/pin-element.md +++ b/api/features/pin/utils/pin-element.md @@ -6,7 +6,7 @@ # features/pin/utils/pin-element -> Last updated 2024-11-18T09:12:16.676Z +> Last updated 2024-11-18T11:00:02.723Z ## Functions diff --git a/api/features/pin/utils/styles.md b/api/features/pin/utils/styles.md index f20ce1c2..d18c0bc6 100644 --- a/api/features/pin/utils/styles.md +++ b/api/features/pin/utils/styles.md @@ -6,7 +6,7 @@ # features/pin/utils/styles -> Last updated 2024-11-18T09:12:16.676Z +> Last updated 2024-11-18T11:00:02.724Z ## Functions diff --git a/api/features/spacing.md b/api/features/spacing.md index 7dbbee88..c8be0f14 100644 --- a/api/features/spacing.md +++ b/api/features/spacing.md @@ -6,7 +6,7 @@ # features/spacing -> Last updated 2024-11-18T09:12:16.676Z +> Last updated 2024-11-18T11:00:02.724Z This feature highlights the spacing of an element. diff --git a/api/features/spacing/utils/position.md b/api/features/spacing/utils/position.md index 9422d7c9..38a1f4f3 100644 --- a/api/features/spacing/utils/position.md +++ b/api/features/spacing/utils/position.md @@ -6,7 +6,7 @@ # features/spacing/utils/position -> Last updated 2024-11-18T09:12:16.677Z +> Last updated 2024-11-18T11:00:02.725Z ## Functions diff --git a/api/features/typography.md b/api/features/typography.md index f79b5dc7..014756fc 100644 --- a/api/features/typography.md +++ b/api/features/typography.md @@ -6,7 +6,7 @@ # features/typography -> Last updated 2024-11-18T09:12:16.677Z +> Last updated 2024-11-18T11:00:02.725Z This feature presents typography diff --git a/api/features/typography/utils/position.md b/api/features/typography/utils/position.md index 322c498d..3e6510d1 100644 --- a/api/features/typography/utils/position.md +++ b/api/features/typography/utils/position.md @@ -6,7 +6,7 @@ # features/typography/utils/position -> Last updated 2024-11-18T09:12:16.678Z +> Last updated 2024-11-18T11:00:02.726Z ## Functions diff --git a/api/features/typography/utils/template.md b/api/features/typography/utils/template.md index 6e1b6bfc..2285f817 100644 --- a/api/features/typography/utils/template.md +++ b/api/features/typography/utils/template.md @@ -6,7 +6,7 @@ # features/typography/utils/template -> Last updated 2024-11-18T09:12:16.679Z +> Last updated 2024-11-18T11:00:02.727Z ## Functions diff --git a/api/main.md b/api/main.md index 70620ce1..0ad5b5bf 100644 --- a/api/main.md +++ b/api/main.md @@ -6,7 +6,7 @@ # main -> Last updated 2024-11-18T09:12:16.679Z +> Last updated 2024-11-18T11:00:02.727Z ## Table of Contents diff --git a/api/types/bezier.md b/api/types/bezier.md index 82e13c3e..e69c6c94 100644 --- a/api/types/bezier.md +++ b/api/types/bezier.md @@ -6,7 +6,7 @@ # types/bezier -> Last updated 2024-11-18T09:12:16.681Z +> Last updated 2024-11-18T11:00:02.729Z ## Type Aliases diff --git a/api/types/css.md b/api/types/css.md index ca5cfbf8..27267514 100644 --- a/api/types/css.md +++ b/api/types/css.md @@ -6,7 +6,7 @@ # types/css -> Last updated 2024-11-18T09:12:16.682Z +> Last updated 2024-11-18T11:00:02.730Z ## Type Aliases diff --git a/api/types/debounce.md b/api/types/debounce.md index b13471d3..018834f8 100644 --- a/api/types/debounce.md +++ b/api/types/debounce.md @@ -6,7 +6,7 @@ # types/debounce -> Last updated 2024-11-18T09:12:16.683Z +> Last updated 2024-11-18T11:00:02.731Z ## Type Aliases diff --git a/api/types/enums/area.md b/api/types/enums/area.md index 4c588855..5a8f5413 100644 --- a/api/types/enums/area.md +++ b/api/types/enums/area.md @@ -6,7 +6,7 @@ # types/enums/area -> Last updated 2024-11-18T09:12:16.683Z +> Last updated 2024-11-18T11:00:02.731Z ## Enumerations diff --git a/api/types/interfaces/attributes.md b/api/types/interfaces/attributes.md index 8064288b..92c601b9 100644 --- a/api/types/interfaces/attributes.md +++ b/api/types/interfaces/attributes.md @@ -6,7 +6,7 @@ # types/interfaces/attributes -> Last updated 2024-11-18T09:12:16.684Z +> Last updated 2024-11-18T11:00:02.732Z ## Interfaces diff --git a/api/types/interfaces/classnames.md b/api/types/interfaces/classnames.md index 217b25bf..11fd5e00 100644 --- a/api/types/interfaces/classnames.md +++ b/api/types/interfaces/classnames.md @@ -6,7 +6,7 @@ # types/interfaces/classnames -> Last updated 2024-11-18T09:12:16.684Z +> Last updated 2024-11-18T11:00:02.732Z ## Type Aliases diff --git a/api/types/interfaces/global.md b/api/types/interfaces/global.md index 707aeda3..b075f9eb 100644 --- a/api/types/interfaces/global.md +++ b/api/types/interfaces/global.md @@ -6,7 +6,7 @@ # types/interfaces/global -> Last updated 2024-11-18T09:12:16.685Z +> Last updated 2024-11-18T11:00:02.733Z ## Interfaces diff --git a/api/types/interfaces/position.md b/api/types/interfaces/position.md index 19e3e816..e018872d 100644 --- a/api/types/interfaces/position.md +++ b/api/types/interfaces/position.md @@ -6,7 +6,7 @@ # types/interfaces/position -> Last updated 2024-11-18T09:12:16.685Z +> Last updated 2024-11-18T11:00:02.733Z ## Interfaces diff --git a/api/types/position.md b/api/types/position.md index 4d1f45d2..52d4253e 100644 --- a/api/types/position.md +++ b/api/types/position.md @@ -6,7 +6,7 @@ # types/position -> Last updated 2024-11-18T09:12:16.686Z +> Last updated 2024-11-18T11:00:02.734Z ## Type Aliases diff --git a/api/types/speccer.md b/api/types/speccer.md index c70438c2..7a4fcf12 100644 --- a/api/types/speccer.md +++ b/api/types/speccer.md @@ -6,7 +6,7 @@ # types/speccer -> Last updated 2024-11-18T09:12:16.686Z +> Last updated 2024-11-18T11:00:02.734Z ## Table of Contents diff --git a/api/types/styles.md b/api/types/styles.md index 16062749..3563e41d 100644 --- a/api/types/styles.md +++ b/api/types/styles.md @@ -6,7 +6,7 @@ # types/styles -> Last updated 2024-11-18T09:12:16.687Z +> Last updated 2024-11-18T11:00:02.735Z ## Type Aliases diff --git a/api/types/xy.md b/api/types/xy.md index adad7907..913ddc3f 100644 --- a/api/types/xy.md +++ b/api/types/xy.md @@ -6,7 +6,7 @@ # types/xy -> Last updated 2024-11-18T09:12:16.687Z +> Last updated 2024-11-18T11:00:02.735Z ## Interfaces diff --git a/api/utils/angle.md b/api/utils/angle.md index 71e285c7..7c864ccd 100644 --- a/api/utils/angle.md +++ b/api/utils/angle.md @@ -6,7 +6,7 @@ # utils/angle -> Last updated 2024-11-18T09:12:16.688Z +> Last updated 2024-11-18T11:00:02.736Z ## Functions diff --git a/api/utils/area.md b/api/utils/area.md index 708207d9..e700d4d6 100644 --- a/api/utils/area.md +++ b/api/utils/area.md @@ -6,7 +6,7 @@ # utils/area -> Last updated 2024-11-18T09:12:16.688Z +> Last updated 2024-11-18T11:00:02.736Z ## Functions diff --git a/api/utils/attributes.md b/api/utils/attributes.md index fb66f048..f0992871 100644 --- a/api/utils/attributes.md +++ b/api/utils/attributes.md @@ -6,7 +6,7 @@ # utils/attributes -> Last updated 2024-11-18T09:12:16.690Z +> Last updated 2024-11-18T11:00:02.738Z ## Functions diff --git a/api/utils/bezier.md b/api/utils/bezier.md index c08360a0..ad47537a 100644 --- a/api/utils/bezier.md +++ b/api/utils/bezier.md @@ -6,7 +6,7 @@ # utils/bezier -> Last updated 2024-11-18T09:12:16.690Z +> Last updated 2024-11-18T11:00:02.738Z ## Functions diff --git a/api/utils/camel-case.md b/api/utils/camel-case.md index 889d5612..5bae849d 100644 --- a/api/utils/camel-case.md +++ b/api/utils/camel-case.md @@ -6,7 +6,7 @@ # utils/camel-case -> Last updated 2024-11-18T09:12:16.691Z +> Last updated 2024-11-18T11:00:02.739Z ## Functions diff --git a/api/utils/cardinal.md b/api/utils/cardinal.md index 4d2b48a5..4870f7f0 100644 --- a/api/utils/cardinal.md +++ b/api/utils/cardinal.md @@ -6,7 +6,7 @@ # utils/cardinal -> Last updated 2024-11-18T09:12:16.691Z +> Last updated 2024-11-18T11:00:02.739Z ## Functions diff --git a/api/utils/classes/DrawCircle.md b/api/utils/classes/DrawCircle.md index f6148716..65924515 100644 --- a/api/utils/classes/DrawCircle.md +++ b/api/utils/classes/DrawCircle.md @@ -6,7 +6,7 @@ # utils/classes/DrawCircle -> Last updated 2024-11-18T09:12:16.691Z +> Last updated 2024-11-18T11:00:02.740Z ## Classes diff --git a/api/utils/classes/DrawSVGCurlyBracket.md b/api/utils/classes/DrawSVGCurlyBracket.md index 57429565..8fa0c311 100644 --- a/api/utils/classes/DrawSVGCurlyBracket.md +++ b/api/utils/classes/DrawSVGCurlyBracket.md @@ -6,7 +6,7 @@ # utils/classes/DrawSVGCurlyBracket -> Last updated 2024-11-18T09:12:16.692Z +> Last updated 2024-11-18T11:00:02.740Z ## Classes diff --git a/api/utils/classes/DrawSVGLine.md b/api/utils/classes/DrawSVGLine.md index 52c8c08e..2c9a40ba 100644 --- a/api/utils/classes/DrawSVGLine.md +++ b/api/utils/classes/DrawSVGLine.md @@ -6,7 +6,7 @@ # utils/classes/DrawSVGLine -> Last updated 2024-11-18T09:12:16.693Z +> Last updated 2024-11-18T11:00:02.741Z ## Classes diff --git a/api/utils/classnames.md b/api/utils/classnames.md index df3297b8..3a9279d1 100644 --- a/api/utils/classnames.md +++ b/api/utils/classnames.md @@ -6,7 +6,7 @@ # utils/classnames -> Last updated 2024-11-18T09:12:16.693Z +> Last updated 2024-11-18T11:00:02.741Z ## Functions diff --git a/api/utils/constants.md b/api/utils/constants.md index 2b6469ab..72c46a24 100644 --- a/api/utils/constants.md +++ b/api/utils/constants.md @@ -6,7 +6,7 @@ # utils/constants -> Last updated 2024-11-18T09:12:16.694Z +> Last updated 2024-11-18T11:00:02.742Z ## Variables diff --git a/api/utils/coords.md b/api/utils/coords.md index 86fbd833..1c9de0ea 100644 --- a/api/utils/coords.md +++ b/api/utils/coords.md @@ -6,7 +6,7 @@ # utils/coords -> Last updated 2024-11-18T09:12:16.695Z +> Last updated 2024-11-18T11:00:02.743Z ## Variables diff --git a/api/utils/css.md b/api/utils/css.md index 2c63bc35..ff189400 100644 --- a/api/utils/css.md +++ b/api/utils/css.md @@ -6,7 +6,7 @@ # utils/css -> Last updated 2024-11-18T09:12:16.695Z +> Last updated 2024-11-18T11:00:02.743Z ## Functions diff --git a/api/utils/debounce.md b/api/utils/debounce.md index a9acb29f..958a1c24 100644 --- a/api/utils/debounce.md +++ b/api/utils/debounce.md @@ -6,7 +6,7 @@ # utils/debounce -> Last updated 2024-11-18T09:12:16.696Z +> Last updated 2024-11-18T11:00:02.744Z ## Functions diff --git a/api/utils/direction-of-element.md b/api/utils/direction-of-element.md index a3a2402a..b67e5872 100644 --- a/api/utils/direction-of-element.md +++ b/api/utils/direction-of-element.md @@ -6,7 +6,7 @@ # utils/direction-of-element -> Last updated 2024-11-18T09:12:16.696Z +> Last updated 2024-11-18T11:00:02.744Z ## Functions diff --git a/api/utils/get-coords-pair-from-objects.md b/api/utils/get-coords-pair-from-objects.md index 4d079d7e..58945cd0 100644 --- a/api/utils/get-coords-pair-from-objects.md +++ b/api/utils/get-coords-pair-from-objects.md @@ -6,7 +6,7 @@ # utils/get-coords-pair-from-objects -> Last updated 2024-11-18T09:12:16.696Z +> Last updated 2024-11-18T11:00:02.745Z ## Functions diff --git a/api/utils/get-options.md b/api/utils/get-options.md index 80d60792..80c0f613 100644 --- a/api/utils/get-options.md +++ b/api/utils/get-options.md @@ -6,7 +6,7 @@ # utils/get-options -> Last updated 2024-11-18T09:12:16.697Z +> Last updated 2024-11-18T11:00:02.745Z ## Functions diff --git a/api/utils/id.md b/api/utils/id.md index 900d76b7..742d86a5 100644 --- a/api/utils/id.md +++ b/api/utils/id.md @@ -6,7 +6,7 @@ # utils/id -> Last updated 2024-11-18T09:12:16.697Z +> Last updated 2024-11-18T11:00:02.745Z ## Functions diff --git a/api/utils/intrinsic-coords.md b/api/utils/intrinsic-coords.md index 2f457ba9..534f8d56 100644 --- a/api/utils/intrinsic-coords.md +++ b/api/utils/intrinsic-coords.md @@ -6,7 +6,7 @@ # utils/intrinsic-coords -> Last updated 2024-11-18T09:12:16.697Z +> Last updated 2024-11-18T11:00:02.745Z ## Functions diff --git a/api/utils/node.md b/api/utils/node.md index a630e9d2..454e88e6 100644 --- a/api/utils/node.md +++ b/api/utils/node.md @@ -6,7 +6,7 @@ # utils/node -> Last updated 2024-11-18T09:12:16.698Z +> Last updated 2024-11-18T11:00:02.746Z ## Functions diff --git a/api/utils/number.md b/api/utils/number.md index d2edc425..90024e82 100644 --- a/api/utils/number.md +++ b/api/utils/number.md @@ -6,7 +6,7 @@ # utils/number -> Last updated 2024-11-18T09:12:16.698Z +> Last updated 2024-11-18T11:00:02.746Z ## Functions diff --git a/api/utils/position.md b/api/utils/position.md index ae040a05..138413f6 100644 --- a/api/utils/position.md +++ b/api/utils/position.md @@ -6,7 +6,7 @@ # utils/position -> Last updated 2024-11-18T09:12:16.698Z +> Last updated 2024-11-18T11:00:02.746Z ## Functions diff --git a/api/utils/remove-speccer-element.md b/api/utils/remove-speccer-element.md index ce5eab07..b8e08074 100644 --- a/api/utils/remove-speccer-element.md +++ b/api/utils/remove-speccer-element.md @@ -6,7 +6,7 @@ # utils/remove-speccer-element -> Last updated 2024-11-18T09:12:16.699Z +> Last updated 2024-11-18T11:00:02.747Z ## Functions diff --git a/api/utils/resize.md b/api/utils/resize.md index c563c454..175e0cf0 100644 --- a/api/utils/resize.md +++ b/api/utils/resize.md @@ -6,7 +6,7 @@ # utils/resize -> Last updated 2024-11-18T09:12:16.699Z +> Last updated 2024-11-18T11:00:02.747Z ## Functions diff --git a/api/utils/style-property.md b/api/utils/style-property.md index 7850d6a0..fd061f41 100644 --- a/api/utils/style-property.md +++ b/api/utils/style-property.md @@ -6,7 +6,7 @@ # utils/style-property -> Last updated 2024-11-18T09:12:16.699Z +> Last updated 2024-11-18T11:00:02.747Z ## Functions diff --git a/api/utils/styles.md b/api/utils/styles.md index 73ba3664..f109a151 100644 --- a/api/utils/styles.md +++ b/api/utils/styles.md @@ -6,7 +6,7 @@ # utils/styles -> Last updated 2024-11-18T09:12:16.699Z +> Last updated 2024-11-18T11:00:02.748Z ## Functions diff --git a/api/utils/typeof.md b/api/utils/typeof.md index 6da4df9a..b7d24b19 100644 --- a/api/utils/typeof.md +++ b/api/utils/typeof.md @@ -6,7 +6,7 @@ # utils/typeof -> Last updated 2024-11-18T09:12:16.700Z +> Last updated 2024-11-18T11:00:02.748Z ## Functions diff --git a/api/utils/wait.md b/api/utils/wait.md index f0e7a7b7..aa4ed767 100644 --- a/api/utils/wait.md +++ b/api/utils/wait.md @@ -6,7 +6,7 @@ # utils/wait -> Last updated 2024-11-18T09:12:16.700Z +> Last updated 2024-11-18T11:00:02.749Z ## Functions diff --git a/api/utils/xy.md b/api/utils/xy.md index e7464ac5..f311a81c 100644 --- a/api/utils/xy.md +++ b/api/utils/xy.md @@ -6,7 +6,7 @@ # utils/xy -> Last updated 2024-11-18T09:12:16.701Z +> Last updated 2024-11-18T11:00:02.749Z ## Variables diff --git a/package-lock.json b/package-lock.json index 1b1b8f76..5f178bb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@phun-ky/speccer", - "version": "11.1.3", + "version": "11.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@phun-ky/speccer", - "version": "11.1.3", + "version": "11.1.4", "license": "MIT", "devDependencies": { "@release-it/conventional-changelog": "^8.0.1", diff --git a/package.json b/package.json index b060caa8..b10c21a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@phun-ky/speccer", - "version": "11.1.3", + "version": "11.1.4", "description": "A script to annotate, show spacing specs and to display typography information in documentation/website on HTML elements", "main": "dist/speccer.js", "module": "dist/speccer.esm.js",