Skip to content

Commit a4b2188

Browse files
committed
chore(release): publish
- comment-block-parser@1.6.0 - comment-block-replacer@0.1.19 - comment-block-transformer@0.8.0 - markdown-magic@4.9.0 - @davidwells/dx-args@0.2.0
1 parent 46d9401 commit a4b2188

13 files changed

Lines changed: 69 additions & 14 deletions

File tree

packages/block-parser/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+
# [1.6.0](https://github.com/DavidWells/markdown-magic/compare/comment-block-parser@1.5.4...comment-block-parser@1.6.0) (2026-05-30)
7+
8+
9+
### Features
10+
11+
* add dx-args parser package ([53bbfc1](https://github.com/DavidWells/markdown-magic/commit/53bbfc157a98ae26b20b4e4f64b08ccbce4494a9))
12+
13+
14+
15+
16+
617
## [1.5.4](https://github.com/DavidWells/markdown-magic/compare/comment-block-parser@1.5.3...comment-block-parser@1.5.4) (2026-01-19)
718

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

packages/block-parser/package-lock.json

Lines changed: 3 additions & 3 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.4",
3+
"version": "1.6.0",
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.19](https://github.com/DavidWells/markdown-magic/compare/comment-block-replacer@0.1.18...comment-block-replacer@0.1.19) (2026-05-30)
7+
8+
9+
### Bug Fixes
10+
11+
* **block-replacer:** update test to reflect preloaded-content behavior ([f1394c4](https://github.com/DavidWells/markdown-magic/commit/f1394c44a174101aac8e5972f0734c3011ca17fa))
12+
13+
14+
15+
16+
617
## [0.1.18](https://github.com/DavidWells/markdown-magic/compare/comment-block-replacer@0.1.17...comment-block-replacer@0.1.18) (2026-01-19)
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.18",
3+
"version": "0.1.19",
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: 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.8.0](https://github.com/DavidWells/markdown-magic/compare/comment-block-transformer@0.7.0...comment-block-transformer@0.8.0) (2026-05-30)
7+
8+
9+
### Features
10+
11+
* add dx-args parser package ([53bbfc1](https://github.com/DavidWells/markdown-magic/commit/53bbfc157a98ae26b20b4e4f64b08ccbce4494a9))
12+
13+
14+
15+
16+
617
# [0.7.0](https://github.com/DavidWells/markdown-magic/compare/comment-block-transformer@0.6.1...comment-block-transformer@0.7.0) (2026-01-19)
718

819

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.7.0",
3+
"version": "0.8.0",
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: 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+
# [4.9.0](https://github.com/DavidWells/markdown-magic/compare/markdown-magic@4.8.0...markdown-magic@4.9.0) (2026-05-30)
7+
8+
9+
### Features
10+
11+
* add dx-args parser package ([53bbfc1](https://github.com/DavidWells/markdown-magic/commit/53bbfc157a98ae26b20b4e4f64b08ccbce4494a9))
12+
13+
14+
15+
16+
617
# [4.8.0](https://github.com/DavidWells/markdown-magic/compare/markdown-magic@4.7.0...markdown-magic@4.8.0) (2026-01-19)
718

819

packages/core/package-lock.json

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

0 commit comments

Comments
 (0)