Skip to content

Commit

Permalink
chore: 🤖 release v9.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
phun-ky committed Aug 9, 2024
1 parent 7653145 commit 1c6e6b1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [9.2.3](https://github.com/phun-ky/speccer/compare/v9.2.2...v9.2.3) (2024-08-09)


### Bug

* 🐛 Use CSS vars correctly to accommodate for transition ([362d111](https://github.com/phun-ky/speccer/commit/362d1114b8fc35362179e45f5c054b1e37ff0d94))

## [9.2.2](https://github.com/phun-ky/speccer/compare/v9.2.1...v9.2.2) (2024-08-09)


Expand Down
2 changes: 1 addition & 1 deletion api/modules/features_grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ if (targetElement) {

#### Defined in

[features/grid/index.ts:89](https://github.com/phun-ky/speccer/blob/main/src/features/grid/index.ts#L89)
[features/grid/index.ts:87](https://github.com/phun-ky/speccer/blob/main/src/features/grid/index.ts#L87)
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": "9.2.2",
"version": "9.2.3",
"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",
Expand Down

0 comments on commit 1c6e6b1

Please sign in to comment.