Skip to content

Commit 653ec57

Browse files
committed
1 parent cab4d9d commit 653ec57

File tree

11 files changed

+45
-10
lines changed

11 files changed

+45
-10
lines changed

packages/block-parser/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.5.3](https://github.com/DavidWells/markdown-magic/compare/[email protected]@1.5.3) (2026-01-19)
7+
8+
**Note:** Version bump only for package comment-block-parser
9+
10+
11+
12+
13+
614
## [1.5.2](https://github.com/DavidWells/markdown-magic/compare/[email protected]@1.5.2) (2026-01-11)
715

816
**Note:** Version bump only for package comment-block-parser

packages/block-parser/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/block-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "comment-block-parser",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"description": "Block parser for markdown-magic - Parse comment blocks in markdown and other files",
55
"main": "src/index.js",
66
"types": "types/index.d.ts",

packages/block-replacer/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.12](https://github.com/DavidWells/markdown-magic/compare/[email protected]@0.1.12) (2026-01-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **block-replacer:** use correct pattern keys for removeComments ([9b79efe](https://github.com/DavidWells/markdown-magic/commit/9b79efed8633994c524c858638f95360715dbafd))
12+
13+
14+
15+
16+
617
## [0.1.11](https://github.com/DavidWells/markdown-magic/compare/[email protected]@0.1.11) (2026-01-11)
718

819
**Note:** Version bump only for package comment-block-replacer

packages/block-replacer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "comment-block-replacer",
3-
"version": "0.1.11",
3+
"version": "0.1.12",
44
"description": "Process files with comment block replacements",
55
"main": "src/index.js",
66
"types": "types/index.d.ts",

packages/block-transformer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.5.4](https://github.com/DavidWells/markdown-magic/compare/[email protected]@0.5.4) (2026-01-19)
7+
8+
**Note:** Version bump only for package comment-block-transformer
9+
10+
11+
12+
13+
614
## [0.5.3](https://github.com/DavidWells/markdown-magic/compare/[email protected]@0.5.3) (2026-01-11)
715

816
**Note:** Version bump only for package comment-block-transformer

packages/block-transformer/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/block-transformer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "comment-block-transformer",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "Transform markdown blocks based on configured transforms",
55
"main": "src/index.js",
66
"types": "types/index.d.ts",

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.5.4](https://github.com/DavidWells/markdown-magic/compare/[email protected]@4.5.4) (2026-01-19)
7+
8+
**Note:** Version bump only for package markdown-magic
9+
10+
11+
12+
13+
614
## [4.5.3](https://github.com/DavidWells/markdown-magic/compare/[email protected]@4.5.3) (2026-01-11)
715

816
**Note:** Version bump only for package markdown-magic

packages/core/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)