diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 434ba0061d..ddfe6990a6 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -208,7 +208,7 @@ importers: specifier: workspace:^0.7.17 version: link:../text '@hcengineering/text-markdown': - specifier: workspace:^0.7.17 + specifier: workspace:^0.7.18 version: link:../text-markdown snappyjs: specifier: ^0.7.0 @@ -1214,7 +1214,7 @@ importers: specifier: workspace:^0.7.18 version: link:../core '@hcengineering/text-core': - specifier: workspace:^0.7.17 + specifier: workspace:^0.7.18 version: link:../text-core '@tiptap/core': specifier: ^2.11.7 @@ -1441,7 +1441,7 @@ importers: ../../packages/text-html: dependencies: '@hcengineering/text-core': - specifier: workspace:^0.7.17 + specifier: workspace:^0.7.18 version: link:../text-core htmlparser2: specifier: ^9.0.0 @@ -1493,10 +1493,10 @@ importers: ../../packages/text-markdown: dependencies: '@hcengineering/text-core': - specifier: workspace:^0.7.17 + specifier: workspace:^0.7.18 version: link:../text-core '@hcengineering/text-html': - specifier: workspace:^0.7.17 + specifier: workspace:^0.7.18 version: link:../text-html fast-equals: specifier: ^5.2.2 @@ -1560,7 +1560,7 @@ importers: specifier: workspace:^0.7.17 version: link:../text '@hcengineering/text-core': - specifier: workspace:^0.7.17 + specifier: workspace:^0.7.18 version: link:../text-core y-protocols: specifier: ^1.0.6 diff --git a/packages/api-client/package.json b/packages/api-client/package.json index 86bde9983d..bef22fb407 100644 --- a/packages/api-client/package.json +++ b/packages/api-client/package.json @@ -59,7 +59,7 @@ "@hcengineering/core": "workspace:^0.7.18", "@hcengineering/platform": "workspace:^0.7.17", "@hcengineering/text": "workspace:^0.7.17", - "@hcengineering/text-markdown": "workspace:^0.7.17", + "@hcengineering/text-markdown": "workspace:^0.7.18", "snappyjs": "^0.7.0" }, "repository": "https://github.com/hcengineering/huly.core", diff --git a/packages/text-core/CHANGELOG.json b/packages/text-core/CHANGELOG.json index 8c9591fb2a..e6414f8cc7 100644 --- a/packages/text-core/CHANGELOG.json +++ b/packages/text-core/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@hcengineering/text-core", "entries": [ + { + "version": "0.7.18", + "tag": "@hcengineering/text-core_v0.7.18", + "date": "Mon, 27 Oct 2025 16:46:51 GMT", + "comments": { + "patch": [ + { + "comment": "add support for textColor and textStyle marks" + } + ] + } + }, { "version": "0.7.17", "tag": "@hcengineering/text-core_v0.7.17", diff --git a/packages/text-core/CHANGELOG.md b/packages/text-core/CHANGELOG.md index dd4a566952..1c5c41a8c8 100644 --- a/packages/text-core/CHANGELOG.md +++ b/packages/text-core/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @hcengineering/text-core -This log was last generated on Mon, 27 Oct 2025 13:27:12 GMT and should not be manually modified. +This log was last generated on Mon, 27 Oct 2025 16:46:51 GMT and should not be manually modified. + +## 0.7.18 +Mon, 27 Oct 2025 16:46:51 GMT + +### Patches + +- add support for textColor and textStyle marks ## 0.7.17 Mon, 27 Oct 2025 13:27:12 GMT diff --git a/packages/text-core/package.json b/packages/text-core/package.json index 19c92e2eb5..e43d26d891 100644 --- a/packages/text-core/package.json +++ b/packages/text-core/package.json @@ -1,6 +1,6 @@ { "name": "@hcengineering/text-core", - "version": "0.7.17", + "version": "0.7.18", "main": "lib/index.js", "svelte": "src/index.ts", "types": "types/index.d.ts", diff --git a/packages/text-html/CHANGELOG.json b/packages/text-html/CHANGELOG.json index 4e27833f96..f3e5322660 100644 --- a/packages/text-html/CHANGELOG.json +++ b/packages/text-html/CHANGELOG.json @@ -1,6 +1,23 @@ { "name": "@hcengineering/text-html", "entries": [ + { + "version": "0.7.18", + "tag": "@hcengineering/text-html_v0.7.18", + "date": "Mon, 27 Oct 2025 16:46:51 GMT", + "comments": { + "patch": [ + { + "comment": "add support for textColor and textStyle marks" + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@hcengineering/text-core\" from `^0.7.17` to `0.7.18`" + } + ] + } + }, { "version": "0.7.5", "tag": "@hcengineering/text-html_v0.7.5", diff --git a/packages/text-html/CHANGELOG.md b/packages/text-html/CHANGELOG.md index bc9ac84a92..e1465e07a7 100644 --- a/packages/text-html/CHANGELOG.md +++ b/packages/text-html/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @hcengineering/text-html -This log was last generated on Tue, 14 Oct 2025 04:58:17 GMT and should not be manually modified. +This log was last generated on Mon, 27 Oct 2025 16:46:51 GMT and should not be manually modified. + +## 0.7.18 +Mon, 27 Oct 2025 16:46:51 GMT + +### Patches + +- add support for textColor and textStyle marks ## 0.7.5 Tue, 14 Oct 2025 04:58:17 GMT diff --git a/packages/text-html/package.json b/packages/text-html/package.json index cfb7b44f7a..3a976b5c54 100644 --- a/packages/text-html/package.json +++ b/packages/text-html/package.json @@ -1,6 +1,6 @@ { "name": "@hcengineering/text-html", - "version": "0.7.17", + "version": "0.7.18", "main": "lib/index.js", "svelte": "src/index.ts", "types": "types/index.d.ts", @@ -40,7 +40,7 @@ "eslint-plugin-svelte": "^2.35.1" }, "dependencies": { - "@hcengineering/text-core": "workspace:^0.7.17", + "@hcengineering/text-core": "workspace:^0.7.18", "htmlparser2": "^9.0.0" }, "repository": "https://github.com/hcengineering/huly.core", diff --git a/packages/text-markdown/CHANGELOG.json b/packages/text-markdown/CHANGELOG.json index 7807275bf3..1b838cfb15 100644 --- a/packages/text-markdown/CHANGELOG.json +++ b/packages/text-markdown/CHANGELOG.json @@ -1,6 +1,26 @@ { "name": "@hcengineering/text-markdown", "entries": [ + { + "version": "0.7.18", + "tag": "@hcengineering/text-markdown_v0.7.18", + "date": "Mon, 27 Oct 2025 16:46:51 GMT", + "comments": { + "patch": [ + { + "comment": "add support for textColor and textStyle marks" + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@hcengineering/text-core\" from `^0.7.17` to `0.7.18`" + }, + { + "comment": "Updating dependency \"@hcengineering/text-html\" from `^0.7.17` to `0.7.18`" + } + ] + } + }, { "version": "0.7.5", "tag": "@hcengineering/text-markdown_v0.7.5", diff --git a/packages/text-markdown/CHANGELOG.md b/packages/text-markdown/CHANGELOG.md index 4726ea9bbf..ea3b6cc880 100644 --- a/packages/text-markdown/CHANGELOG.md +++ b/packages/text-markdown/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @hcengineering/text-markdown -This log was last generated on Tue, 14 Oct 2025 04:58:17 GMT and should not be manually modified. +This log was last generated on Mon, 27 Oct 2025 16:46:51 GMT and should not be manually modified. + +## 0.7.18 +Mon, 27 Oct 2025 16:46:51 GMT + +### Patches + +- add support for textColor and textStyle marks ## 0.7.5 Tue, 14 Oct 2025 04:58:17 GMT diff --git a/packages/text-markdown/package.json b/packages/text-markdown/package.json index 3cb246d314..05440bbc7d 100644 --- a/packages/text-markdown/package.json +++ b/packages/text-markdown/package.json @@ -1,6 +1,6 @@ { "name": "@hcengineering/text-markdown", - "version": "0.7.17", + "version": "0.7.18", "main": "lib/index.js", "svelte": "src/index.ts", "types": "types/index.d.ts", @@ -41,8 +41,8 @@ "eslint-plugin-svelte": "^2.35.1" }, "dependencies": { - "@hcengineering/text-core": "workspace:^0.7.17", - "@hcengineering/text-html": "workspace:^0.7.17", + "@hcengineering/text-core": "workspace:^0.7.18", + "@hcengineering/text-html": "workspace:^0.7.18", "markdown-it": "^14.0.0", "fast-equals": "^5.2.2" }, diff --git a/packages/text-ydoc/package.json b/packages/text-ydoc/package.json index 2919d6bc02..a3be1d3327 100644 --- a/packages/text-ydoc/package.json +++ b/packages/text-ydoc/package.json @@ -45,7 +45,7 @@ "dependencies": { "@hcengineering/core": "workspace:^0.7.18", "@hcengineering/text": "workspace:^0.7.17", - "@hcengineering/text-core": "workspace:^0.7.17", + "@hcengineering/text-core": "workspace:^0.7.18", "yjs": "^13.6.27", "y-protocols": "^1.0.6" }, diff --git a/packages/text/package.json b/packages/text/package.json index d9a57ea782..171bf8e32b 100644 --- a/packages/text/package.json +++ b/packages/text/package.json @@ -42,7 +42,7 @@ }, "dependencies": { "@hcengineering/core": "workspace:^0.7.18", - "@hcengineering/text-core": "workspace:^0.7.17", + "@hcengineering/text-core": "workspace:^0.7.18", "@tiptap/core": "^2.11.7", "@tiptap/html": "^2.11.7", "@tiptap/pm": "^2.11.7",