Bump versions

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
Alexander Onnikov
2025-10-27 23:51:30 +07:00
parent e1f65a676a
commit 59db8a1a5c
13 changed files with 88 additions and 18 deletions
+6 -6
View File
@@ -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
+1 -1
View File
@@ -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",
+12
View File
@@ -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",
+8 -1
View File
@@ -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
+1 -1
View File
@@ -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",
+17
View File
@@ -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",
+8 -1
View File
@@ -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
+2 -2
View File
@@ -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",
+20
View File
@@ -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",
+8 -1
View File
@@ -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
+3 -3
View File
@@ -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"
},
+1 -1
View File
@@ -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"
},
+1 -1
View File
@@ -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",