Skip to content

Commit

Permalink
chore: 🤖 release v8.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
phun-ky committed Oct 17, 2023
1 parent 77fd786 commit 8455a84
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [8.0.3](https://github.com/phun-ky/speccer/compare/v8.0.2...v8.0.3) (2023-10-17)


### Bug

* 🐛 Only remove scoped elements ([6b1bb8a](https://github.com/phun-ky/speccer/commit/6b1bb8a5a30a02f0d61d2b0601e4e12acb133195))
* 🐛 Set max-width on typography box ([166b5be](https://github.com/phun-ky/speccer/commit/166b5be0146d9219d90e3f226bf2a8eb0a4f6110))

## [8.0.2](https://github.com/phun-ky/speccer/compare/v8.0.1...v8.0.2) (2023-10-17)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phun-ky/speccer",
"version": "8.0.2",
"version": "8.0.3",
"description": "A script to annotate, show spacing specs and to display typography information in documentation/website on HTML elements",
"main": "speccer.js",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion speccer.css
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ svg.ph-speccer .ph-speccer.path {
color: var(--ph-speccer-typography-color-text);
font-size: 10px;
padding: 8px;
max-width: none;
max-width: 320px;
width: auto;
display: block;
text-align: left;
Expand Down
2 changes: 1 addition & 1 deletion speccer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion speccer.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion speccer.min.css

Large diffs are not rendered by default.

0 comments on commit 8455a84

Please sign in to comment.