release(tach-typography): v0.3.1

This commit is contained in:
2026-04-10 18:00:53 +03:00
parent 28b91cd9eb
commit 74f11aefbc
8 changed files with 378 additions and 136 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@hublib-web/tach-typography",
"version": "0.3.0",
"version": "0.3.1",
"description": "Cross-framework typography package for React and Angular",
"license": "MIT",
"type": "module",
@@ -56,7 +56,7 @@
"build:angular": "ngc -p tsconfig.angular.json && node ./scripts/fix-angular-entry.mjs",
"clean": "rm -rf dist",
"typecheck": "tsc -p tsconfig.json --noEmit",
"test": "vitest run",
"test": "yarn run -T vitest run",
"lint": "eslint src --ext .ts,.tsx",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build"