release(content-suggestions): v0.2.0

This commit is contained in:
2026-04-03 16:10:45 +03:00
parent cacbc016ec
commit d879af2881
73 changed files with 2369 additions and 1978 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@hublib-web/content-suggestions",
"version": "0.1.2",
"version": "0.2.0",
"description": "Content text/title with mentions, tags and links for React and Angular",
"license": "MIT",
"type": "module",
@@ -43,12 +43,12 @@
},
"./angular": {
"types": "./dist/angular/index.d.ts",
"import": "./dist/angular/index.js",
"require": "./dist/angular/index.cjs"
"import": "./dist/angular/index.js"
}
},
"scripts": {
"build": "yarn clean && tsup",
"build": "yarn clean && tsup && yarn build:angular",
"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",
@@ -59,7 +59,7 @@
"peerDependencies": {
"@angular/common": ">=17.0.0",
"@angular/core": ">=17.0.0",
"@hublib-web/tach-typography": ">=0.1.0",
"@hublib-web/tach-typography": "0.3.0",
"antd": ">=5.0.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
@@ -87,8 +87,10 @@
},
"devDependencies": {
"@angular/common": "^20.3.17",
"@angular/compiler": "^20.3.17",
"@angular/compiler-cli": "^20.3.17",
"@angular/core": "^20.3.17",
"@hublib-web/tach-typography": "workspace:*",
"@hublib-web/tach-typography": "workspace:0.3.0",
"@storybook/addon-essentials": "8.6.14",
"@storybook/react": "8.6.14",
"@storybook/react-vite": "8.6.14",