pm-presets 2026.6.9 → 2026.6.13
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 +11 -5
- package/manifest.json +1 -1
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 2026.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
3
|
+
"version": "2026.6.13",
|
|
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.
|
|
3
|
+
"version": "2026.6.13",
|
|
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",
|
|
@@ -41,7 +41,8 @@
|
|
|
41
41
|
"changelog:full": "pm-changelog --pm-root .agents/pm --mode replace --output CHANGELOG.md --all-release-tags --release-version-from-package --item-url-base https://github.com/unbraind/pm-presets/blob/main/.agents/pm",
|
|
42
42
|
"changelog:check": "pm-changelog --pm-root .agents/pm --mode replace --output CHANGELOG.md --all-release-tags --release-version-from-package --item-url-base https://github.com/unbraind/pm-presets/blob/main/.agents/pm --check",
|
|
43
43
|
"release:check": "npm run typecheck && npm run build && npm test && npm run audit:prod && npm run pack:dry-run && npm run changelog:check",
|
|
44
|
-
"prepublishOnly": "npm run release:check"
|
|
44
|
+
"prepublishOnly": "npm run release:check",
|
|
45
|
+
"release:notes": "pm-changelog --pm-root .agents/pm --stdout --since-previous-tag --until-release-tag --release-version-from-package --item-url-base https://github.com/unbraind/pm-presets/blob/main/.agents/pm --pm-bin ./node_modules/.bin/pm --github-step-summary"
|
|
45
46
|
},
|
|
46
47
|
"peerDependencies": {
|
|
47
48
|
"@unbrained/pm-cli": ">=2026.6.7"
|
|
@@ -49,7 +50,7 @@
|
|
|
49
50
|
"devDependencies": {
|
|
50
51
|
"@types/node": "^25.9.2",
|
|
51
52
|
"@unbrained/pm-cli": "^2026.6.9",
|
|
52
|
-
"pm-changelog": "^2026.6.
|
|
53
|
+
"pm-changelog": "^2026.6.13",
|
|
53
54
|
"typescript": "^6.0.3"
|
|
54
55
|
},
|
|
55
56
|
"engines": {
|