Merge pull request #6 from hcengineering/bump-markdown

Bump markdown package
This commit is contained in:
Artyom Savchenko
2025-11-19 15:19:25 +07:00
committed by GitHub
4 changed files with 22 additions and 3 deletions
+1 -1
View File
@@ -59,7 +59,7 @@
"@hcengineering/core": "workspace:^0.7.22",
"@hcengineering/platform": "workspace:^0.7.18",
"@hcengineering/text": "workspace:^0.7.18",
"@hcengineering/text-markdown": "workspace:^0.7.19",
"@hcengineering/text-markdown": "workspace:^0.7.20",
"snappyjs": "^0.7.0"
},
"repository": "https://github.com/hcengineering/huly.core",
+12
View File
@@ -1,6 +1,18 @@
{
"name": "@hcengineering/text-markdown",
"entries": [
{
"version": "0.7.20",
"tag": "@hcengineering/text-markdown_v0.7.20",
"date": "Wed, 19 Nov 2025 07:37:47 GMT",
"comments": {
"patch": [
{
"comment": "Fix NaN error in markdown"
}
]
}
},
{
"version": "0.7.19",
"tag": "@hcengineering/text-markdown_v0.7.19",
+8 -1
View File
@@ -1,6 +1,13 @@
# Change Log - @hcengineering/text-markdown
This log was last generated on Thu, 06 Nov 2025 09:09:58 GMT and should not be manually modified.
This log was last generated on Wed, 19 Nov 2025 07:37:47 GMT and should not be manually modified.
## 0.7.20
Wed, 19 Nov 2025 07:37:47 GMT
### Patches
- Fix NaN error in markdown
## 0.7.19
Thu, 06 Nov 2025 09:09:58 GMT
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/text-markdown",
"version": "0.7.19",
"version": "0.7.20",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",