mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
Merge pull request #6 from hcengineering/bump-markdown
Bump markdown package
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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,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",
|
||||
|
||||
Reference in New Issue
Block a user