A separate variant selector, ij-dot, was added to allow users to configure the shape of the dots in i and j separately. (#2310)

This commit is contained in:
Belleve 2024-04-22 16:44:20 -10:00 committed by GitHub
parent 4216bde7da
commit debba0d9fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 117 additions and 90 deletions

View file

@ -1,11 +1,11 @@
{
"name": "@iosevka/generate-samples",
"version": "29.2.1",
"version": "30.0.0",
"private": true,
"exports": {
".": "./src/index.mjs"
},
"dependencies": {
"@iosevka/data-export": "29.2.1"
"@iosevka/data-export": "30.0.0"
}
}