@pnpm/releasing.versioning 1100.1.2 → 1100.1.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @pnpm/releasing.versioning
2
2
 
3
+ ## 1100.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - `pnpm version -r` no longer writes a versioning-ledger entry with no consumed intents as a bare `intents:` key, which the next run failed to read with `ERR_PNPM_INVALID_VERSIONING_LEDGER`. Empty intent lists are now written as `intents: []`, and the ledger reader accepts the bare form left by earlier releases.
8
+
3
9
  ## 1100.1.2
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/releasing.versioning",
3
- "version": "1100.1.2",
3
+ "version": "1100.1.3",
4
4
  "description": "Native workspace release management: change intents, release-plan assembly, and changelog writing",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "devDependencies": {
39
39
  "@jest/globals": "30.4.1",
40
- "@pnpm/releasing.versioning": "1100.1.2",
40
+ "@pnpm/releasing.versioning": "1100.1.3",
41
41
  "@types/semver": "7.7.1",
42
42
  "tempy": "3.0.0"
43
43
  },