pm-presets 2026.6.10 → 2026.6.14

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
@@ -1,6 +1,12 @@
1
1
  # Changelog
2
2
 
3
- ## 2026.06.07 - 2026-06-07
3
+ ## 2026.6.13 - 2026-06-13
4
+
5
+ ### Other
6
+
7
+ - Daily Release publish step runs prepublishOnly post-tag: align npm publish with --ignore-scripts ([pm-is8q](https://github.com/unbraind/pm-presets/blob/main/.agents/pm/tasks/pm-is8q.toon))
8
+
9
+ ## 2026.6.7 - 2026-06-07
4
10
 
5
11
  ### Added
6
12
 
@@ -11,13 +17,13 @@
11
17
  - Harden release readiness checks ([pm-7rjp](https://github.com/unbraind/pm-presets/blob/main/.agents/pm/chores/pm-7rjp.toon))
12
18
  - Align package dependencies to pm CLI/SDK 2026.6.6 ([pm-oaud](https://github.com/unbraind/pm-presets/blob/main/.agents/pm/chores/pm-oaud.toon))
13
19
 
14
- ## 2026.06.04 - 2026-06-04
20
+ ## 2026.6.4 - 2026-06-04
15
21
 
16
22
  ### Added
17
23
 
18
24
  - Add presets apply --replace, diff --strict, and presets export ([pm-ehaf](https://github.com/unbraind/pm-presets/blob/main/.agents/pm/features/pm-ehaf.toon))
19
25
 
20
- ## 2026.06.03-1 - 2026-06-03
26
+ ## 2026.6.3-1 - 2026-06-03
21
27
 
22
28
  ### Added
23
29
 
@@ -27,7 +33,7 @@
27
33
 
28
34
  - Unit tests + functional test against real workspace + release 2026.6.3 ([pm-q60r](https://github.com/unbraind/pm-presets/blob/main/.agents/pm/tasks/pm-q60r.toon))
29
35
 
30
- ## 2026.06.03 - 2026-06-02
36
+ ## 2026.6.3 - 2026-06-02
31
37
 
32
38
  ### Added
33
39
 
@@ -40,7 +46,7 @@
40
46
  - Implement presets diff <name\> \(workspace vs preset, --json\) ([pm-xa8m](https://github.com/unbraind/pm-presets/blob/main/.agents/pm/tasks/pm-xa8m.toon))
41
47
  - Implement presets show <name\> \(full definition, --json, exit 3\) ([pm-0r28](https://github.com/unbraind/pm-presets/blob/main/.agents/pm/tasks/pm-0r28.toon))
42
48
 
43
- ## 2026.06.01 - 2026-06-01
49
+ ## 2026.6.1 - 2026-06-01
44
50
 
45
51
  ### Fixed
46
52
 
package/manifest.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-presets",
3
- "version": "2026.6.10",
3
+ "version": "2026.6.14",
4
4
  "description": "All 6 official pm-cli workspace presets in one package: bug-triage, indie-dev, open-source, software-sprint, startup-roadmap, kanban",
5
5
  "author": "@unbraind",
6
6
  "entry": "./dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-presets",
3
- "version": "2026.6.10",
3
+ "version": "2026.6.14",
4
4
  "description": "All 5 official pm-cli workspace presets in one package: bug-triage, indie-dev, open-source, software-sprint, startup-roadmap",
5
5
  "repository": {
6
6
  "type": "git",
@@ -50,7 +50,7 @@
50
50
  "devDependencies": {
51
51
  "@types/node": "^25.9.2",
52
52
  "@unbrained/pm-cli": "^2026.6.9",
53
- "pm-changelog": "^2026.6.8",
53
+ "pm-changelog": "^2026.6.13",
54
54
  "typescript": "^6.0.3"
55
55
  },
56
56
  "engines": {