Skip to content

Commit 6aa339a

Browse files
committed
RELEASING: Releasing 2 package(s)
Releases: @m2d/core@1.4.2 @repo/shared@0.0.23
1 parent 45be2da commit 6aa339a

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/moody-ads-matter.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/core
22

3+
## 1.4.2
4+
5+
### Patch Changes
6+
7+
- 45be2da: Expand data type to handle more of HTML Input element data.
8+
39
## 1.4.1
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/core",
33
"author": "Mayank Kumar Chaudhari (https://mayank-chaudhari.vercel.app)",
44
"private": false,
5-
"version": "1.4.1",
5+
"version": "1.4.2",
66
"description": "Core engine to convert extended MDAST to DOCX. Supports plugins for footnotes, images, lists, tables, and more. Designed for seamless Markdown-to-DOCX conversion.",
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.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [45be2da]
8+
- @m2d/core@1.4.2
9+
310
## 0.0.22
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.22",
3+
"version": "0.0.23",
44
"private": true,
55
"sideEffects": false,
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)