Skip to content

Commit 60d2a39

Browse files
committed
chore(release): publish
- comment-block-replacer@0.1.24 - comment-block-transformer@0.8.5 - markdown-magic@4.10.5
1 parent f8c1682 commit 60d2a39

8 files changed

Lines changed: 34 additions & 7 deletions

File tree

packages/block-replacer/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.1.24](https://github.com/DavidWells/markdown-magic/compare/comment-block-replacer@0.1.23...comment-block-replacer@0.1.24) (2026-06-27)
7+
8+
**Note:** Version bump only for package comment-block-replacer
9+
10+
11+
12+
13+
614
## [0.1.23](https://github.com/DavidWells/markdown-magic/compare/comment-block-replacer@0.1.22...comment-block-replacer@0.1.23) (2026-06-23)
715

816
**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.23",
3+
"version": "0.1.24",
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.5](https://github.com/DavidWells/markdown-magic/compare/comment-block-transformer@0.8.4...comment-block-transformer@0.8.5) (2026-06-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **block-transformer:** correct offset when blocks process out of order ([f8c1682](https://github.com/DavidWells/markdown-magic/commit/f8c1682773cd4ffba642be91713c44156dce1764))
12+
13+
14+
15+
16+
617
## [0.8.4](https://github.com/DavidWells/markdown-magic/compare/comment-block-transformer@0.8.3...comment-block-transformer@0.8.4) (2026-06-23)
718

819
**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.8.4",
3+
"version": "0.8.5",
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.10.5](https://github.com/DavidWells/markdown-magic/compare/markdown-magic@4.10.4...markdown-magic@4.10.5) (2026-06-27)
7+
8+
**Note:** Version bump only for package markdown-magic
9+
10+
11+
12+
13+
614
## [4.10.4](https://github.com/DavidWells/markdown-magic/compare/markdown-magic@4.10.3...markdown-magic@4.10.4) (2026-06-23)
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.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdown-magic",
3-
"version": "4.10.4",
3+
"version": "4.10.5",
44
"description": "Automatically update markdown files with content from external sources",
55
"main": "src/index.js",
66
"bin": {

0 commit comments

Comments
 (0)