Skip to content

Commit 24fe68e

Browse files
committed
chore: 🤖 release v11.3.30
1 parent dff61f3 commit 24fe68e

File tree

7 files changed

+17
-11
lines changed

7 files changed

+17
-11
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [11.3.30](https://github.com/phun-ky/speccer/compare/v11.3.29...v11.3.30) (2026-02-17)
4+
5+
### Tasks
6+
7+
* 🤖 bump the minor-and-patch group with 7 updates ([e701f48](https://github.com/phun-ky/speccer/commit/e701f48746c756914d6818c00f1f2276ef3f716f))
8+
39
## [11.3.29](https://github.com/phun-ky/speccer/compare/v11.3.28...v11.3.29) (2026-02-12)
410

511
### Tasks

docs/api/variables/mark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Create a marker element with an optional element type.
3434

3535
The id.
3636

37-
##### n
37+
##### n?
3838

3939
`string` = `'span'`
4040

docs/api/variables/measure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Create a measurement element with optional text, area, and element type.
4141

4242
#### Parameters
4343

44-
##### text
44+
##### text?
4545

4646
The text to display on the element.
4747

@@ -59,7 +59,7 @@ The options.
5959

6060
The element id.
6161

62-
##### tag
62+
##### tag?
6363

6464
`string` = `'span'`
6565

docs/api/variables/pin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Create a pin element with optional content, area description, and element type.
5050

5151
#### Parameters
5252

53-
##### content
53+
##### content?
5454

5555
`string` = `''`
5656

@@ -62,13 +62,13 @@ The content to add to the element.
6262

6363
The option for styling.
6464

65-
##### id
65+
##### id?
6666

6767
`string` = `''`
6868

6969
The id of the pinned element
7070

71-
##### n
71+
##### n?
7272

7373
`string` = `'span'`
7474

docs/api/variables/spacing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ Create a spacing element with optional text content.
3131

3232
#### Parameters
3333

34-
##### text
34+
##### text?
3535

3636
The optional text content for the spacing element.
3737

3838
`string` | `number`
3939

40-
##### tag
40+
##### tag?
4141

4242
`string` = `'span'`
4343

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@phun-ky/speccer",
3-
"version": "11.3.29",
3+
"version": "11.3.30",
44
"description": "A script to annotate, show spacing specs and to display typography information in documentation/website on HTML elements",
55
"keywords": [
66
"a11y",

0 commit comments

Comments
 (0)