release(content-suggestions): v0.2.1

This commit is contained in:
2026-04-10 18:01:53 +03:00
parent 74f11aefbc
commit 2bb8f9c697
7 changed files with 284 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@hublib-web/content-suggestions",
"version": "0.2.0",
"version": "0.2.1",
"description": "Content text/title with mentions, tags and links for React and Angular",
"license": "MIT",
"type": "module",
@@ -51,7 +51,7 @@
"build:angular": "ngc -p tsconfig.angular.json && node ./scripts/fix-angular-entry.mjs",
"clean": "rm -rf dist storybook-static",
"typecheck": "tsc -p tsconfig.json --noEmit",
"test": "vitest run --passWithNoTests",
"test": "yarn run -T vitest run --passWithNoTests",
"lint": "eslint src --ext .ts,.tsx",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build"
@@ -59,7 +59,7 @@
"peerDependencies": {
"@angular/common": ">=17.0.0",
"@angular/core": ">=17.0.0",
"@hublib-web/tach-typography": "0.3.0",
"@hublib-web/tach-typography": "0.3.1",
"antd": ">=5.0.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
@@ -90,7 +90,7 @@
"@angular/compiler": "^20.3.17",
"@angular/compiler-cli": "^20.3.17",
"@angular/core": "^20.3.17",
"@hublib-web/tach-typography": "workspace:0.3.0",
"@hublib-web/tach-typography": "workspace:0.3.1",
"@storybook/addon-essentials": "8.6.14",
"@storybook/react": "8.6.14",
"@storybook/react-vite": "8.6.14",