Skip to content

Commit ca4c6b0

Browse files
Merge pull request #6 from hcengineering/bump-markdown
Bump markdown package
2 parents 0519fcb + 39aff2c commit ca4c6b0

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

packages/api-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@hcengineering/core": "workspace:^0.7.22",
6060
"@hcengineering/platform": "workspace:^0.7.18",
6161
"@hcengineering/text": "workspace:^0.7.18",
62-
"@hcengineering/text-markdown": "workspace:^0.7.19",
62+
"@hcengineering/text-markdown": "workspace:^0.7.20",
6363
"snappyjs": "^0.7.0"
6464
},
6565
"repository": "https://github.com/hcengineering/huly.core",

packages/text-markdown/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@hcengineering/text-markdown",
33
"entries": [
4+
{
5+
"version": "0.7.20",
6+
"tag": "@hcengineering/text-markdown_v0.7.20",
7+
"date": "Wed, 19 Nov 2025 07:37:47 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Fix NaN error in markdown"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "0.7.19",
618
"tag": "@hcengineering/text-markdown_v0.7.19",

packages/text-markdown/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @hcengineering/text-markdown
22

3-
This log was last generated on Thu, 06 Nov 2025 09:09:58 GMT and should not be manually modified.
3+
This log was last generated on Wed, 19 Nov 2025 07:37:47 GMT and should not be manually modified.
4+
5+
## 0.7.20
6+
Wed, 19 Nov 2025 07:37:47 GMT
7+
8+
### Patches
9+
10+
- Fix NaN error in markdown
411

512
## 0.7.19
613
Thu, 06 Nov 2025 09:09:58 GMT

packages/text-markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hcengineering/text-markdown",
3-
"version": "0.7.19",
3+
"version": "0.7.20",
44
"main": "lib/index.js",
55
"svelte": "src/index.ts",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)