@williamthorsen/release-kit 5.3.2 → 5.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## 5.4.0 — 2026-06-27
6
+
7
+ ### 🎉 Features
8
+
9
+ - Centralize the per-package build as an nmr-compile bin (#419)
10
+
11
+ Introduces `nmr-compile`, a single command shipped with `@williamthorsen/nmr` that compiles each workspace package and now backs the default build. Consuming repos can delete their own per-package build script and pick up future build fixes just by upgrading nmr. Repeated builds with unchanged source now reliably skip recompiling instead of occasionally rebuilding for no reason, and import aliases now resolve correctly in symlinked checkouts.
12
+
5
13
  ## 5.3.2 — 2026-06-16
6
14
 
7
15
  ### ♻️ Refactoring
package/README.md CHANGED
@@ -4,7 +4,15 @@ Version-bumping and changelog-generation toolkit for release workflows.
4
4
 
5
5
  Provides a self-contained CLI that auto-discovers workspaces from `pnpm-workspace.yaml`, parses conventional commits, determines version bumps, updates `package.json` files, and generates changelogs from `git-cliff --context` output rendered in-process (with optional [editorial overrides](#editorial-overrides)).
6
6
 
7
- <!-- section:release-notes --><!-- /section:release-notes -->
7
+ <!-- section:release-notes -->
8
+ ## Release notes — v5.4.0 (2026-06-27)
9
+
10
+ ### 🎉 Features
11
+
12
+ - Centralize the per-package build as an nmr-compile bin (#419)
13
+
14
+ Introduces `nmr-compile`, a single command shipped with `@williamthorsen/nmr` that compiles each workspace package and now backs the default build. Consuming repos can delete their own per-package build script and pick up future build fixes just by upgrading nmr. Repeated builds with unchanged source now reliably skip recompiling instead of occasionally rebuilding for no reason, and import aliases now resolve correctly in symlinked checkouts.
15
+ <!-- /section:release-notes -->
8
16
 
9
17
  ## Installation
10
18
 
package/dist/esm/.cache CHANGED
@@ -1 +1 @@
1
- a675735fcc8ee6abbe7201c05a9cec6517a6495d796f61322b141ed79e4e7bcf
1
+ af0e28227a52571d73032d292c3e975d8897228025e3fbfcdfb4da21cfa59db0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@williamthorsen/release-kit",
3
- "version": "5.3.2",
3
+ "version": "5.4.0",
4
4
  "description": "Version-bumping and changelog-generation toolkit for release workflows",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/williamthorsen/node-monorepo-tools/tree/main/packages/release-kit#readme",
@@ -35,14 +35,14 @@
35
35
  "glob": "13.0.6",
36
36
  "jiti": "2.7.0",
37
37
  "json-stringify-pretty-compact": "4.0.0",
38
- "semver": "7.8.4",
38
+ "semver": "7.8.5",
39
39
  "yaml": "2.9.0",
40
40
  "zod": "4.4.3",
41
- "@williamthorsen/nmr-core": "0.3.2"
41
+ "@williamthorsen/nmr-core": "0.4.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/semver": "7.7.1",
45
- "smol-toml": "1.6.1"
45
+ "smol-toml": "1.7.0"
46
46
  },
47
47
  "engines": {
48
48
  "node": ">=18.17.0"