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,6 +1,6 @@
{
"name": "@iosevka/param",
"version": "29.2.1",
"version": "30.0.0",
"private": true,
"exports": {
".": "./src/index.mjs",
@ -9,6 +9,6 @@
"./metric-override": "./src/metric-override.mjs"
},
"dependencies": {
"@iosevka/util": "29.2.1"
"@iosevka/util": "30.0.0"
}
}