Skip to content

Commit 2dc5d24

Browse files
committed
RELEASING: Releasing 2 package(s)
Releases: @m2d/html@1.1.4 @repo/shared@0.0.10
1 parent bfbe9e0 commit 2dc5d24

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/clever-teams-sort.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

lib/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @m2d/html
22

3+
## 1.1.4
4+
5+
### Patch Changes
6+
7+
- bfbe9e0: fix: Extract styles in createFragmentWithParentNodes as well to avoid misleading data.
8+
39
## 1.1.3
410

511
### Patch Changes

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@m2d/html",
33
"author": "Mayank Kumar Chaudhari (https://mayank-chaudhari.vercel.app)",
44
"private": false,
5-
"version": "1.1.3",
5+
"version": "1.1.4",
66
"description": "Extend MDAST by parsing embedded HTML in Markdown. Converts HTML into structured MDAST nodes compatible with @m2d/core for DOCX generation.",
77
"license": "MPL-2.0",
88
"main": "./dist/index.js",

packages/shared/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @repo/shared
22

3+
## 0.0.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [bfbe9e0]
8+
- @m2d/html@1.1.4
9+
310
## 0.0.9
411

512
### Patch Changes

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@repo/shared",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"private": true,
55
"sideEffects": false,
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)