Skip to content

Commit 494c604

Browse files
committed
chore(release): publish
- markdown-magic@4.10.4 - @davidwells/dx-args@0.2.2
1 parent 10dff60 commit 494c604

5 files changed

Lines changed: 20 additions & 4 deletions

File tree

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.4](https://github.com/DavidWells/markdown-magic/compare/markdown-magic@4.10.3...markdown-magic@4.10.4) (2026-06-23)
7+
8+
**Note:** Version bump only for package markdown-magic
9+
10+
11+
12+
13+
614
## [4.10.3](https://github.com/DavidWells/markdown-magic/compare/markdown-magic@4.10.2...markdown-magic@4.10.3) (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.3",
3+
"version": "4.10.4",
44
"description": "Automatically update markdown files with content from external sources",
55
"main": "src/index.js",
66
"bin": {

packages/dx-args/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.2.2](https://github.com/DavidWells/markdown-magic/compare/@davidwells/dx-args@0.2.1...@davidwells/dx-args@0.2.2) (2026-06-23)
7+
8+
**Note:** Version bump only for package @davidwells/dx-args
9+
10+
11+
12+
13+
614
## [0.2.1](https://github.com/DavidWells/markdown-magic/compare/@davidwells/dx-args@0.2.0...@davidwells/dx-args@0.2.1) (2026-06-23)
715

816
**Note:** Version bump only for package @davidwells/dx-args

packages/dx-args/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@davidwells/dx-args",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "A forgiving argv parser for CLIs that accepts loose key/value syntax, globs, and typo-tolerant long flags.",
55
"main": "src/index.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)