pm-slack 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-slack-bff1](https://github.com/unbraind/pm-slack/blob/main/.agents/pm/tasks/pm-slack-bff1.toon))
8
+
9
+ ## 2026.6.7 - 2026-06-07
4
10
 
5
11
  ### Added
6
12
 
@@ -11,19 +17,19 @@
11
17
  - Harden release readiness checks ([pm-slack-8rob](https://github.com/unbraind/pm-slack/blob/main/.agents/pm/chores/pm-slack-8rob.toon))
12
18
  - Align package dependencies to pm CLI/SDK 2026.6.6 ([pm-slack-yj5o](https://github.com/unbraind/pm-slack/blob/main/.agents/pm/chores/pm-slack-yj5o.toon))
13
19
 
14
- ## 2026.06.04-1 - 2026-06-04
20
+ ## 2026.6.4-1 - 2026-06-04
15
21
 
16
22
  ### Added
17
23
 
18
24
  - preflight: fail-fast Slack webhook validation gate ([pm-slack-676l](https://github.com/unbraind/pm-slack/blob/main/.agents/pm/features/pm-slack-676l.toon))
19
25
 
20
- ## 2026.06.04 - 2026-06-04
26
+ ## 2026.6.4 - 2026-06-04
21
27
 
22
28
  ### Added
23
29
 
24
30
  - Lifecycle event taxonomy + assignee mentions + action buttons ([pm-slack-c3q7](https://github.com/unbraind/pm-slack/blob/main/.agents/pm/features/pm-slack-c3q7.toon))
25
31
 
26
- ## 2026.06.03 - 2026-06-02
32
+ ## 2026.6.3 - 2026-06-02
27
33
 
28
34
  ### Added
29
35
 
@@ -41,31 +47,31 @@
41
47
  - Event/type routing to multiple webhooks/channels \(PM\_SLACK\_ROUTES\) ([pm-slack-747x](https://github.com/unbraind/pm-slack/blob/main/.agents/pm/tasks/pm-slack-747x.toon))
42
48
  - Format toggle: --format text\|blockkit for hook + commands ([pm-slack-1fbz](https://github.com/unbraind/pm-slack/blob/main/.agents/pm/tasks/pm-slack-1fbz.toon))
43
49
 
44
- ## 2026.06.02 - 2026-06-02
50
+ ## 2026.6.2 - 2026-06-02
45
51
 
46
52
  ### Added
47
53
 
48
54
  - Add afterCommand notification hook + slack notify command with Block Kit ([pm-slack-b3y5](https://github.com/unbraind/pm-slack/blob/main/.agents/pm/features/pm-slack-b3y5.toon))
49
55
 
50
- ## 2026.05.29 - 2026-05-29
56
+ ## 2026.5.29 - 2026-05-29
51
57
 
52
58
  ### Fixed
53
59
 
54
60
  - Close/block Slack reasons always show 'no reason given' \(data-shape mismatch\) ([pm-slack-ssby](https://github.com/unbraind/pm-slack/blob/main/.agents/pm/issues/pm-slack-ssby.toon))
55
61
 
56
- ## 2026.05.28 - 2026-05-28
62
+ ## 2026.5.28 - 2026-05-28
57
63
 
58
64
  ### Added
59
65
 
60
66
  - Add publish retry + provenance fallback to release workflow ([pm-slack-50tg](https://github.com/unbraind/pm-slack/blob/main/.agents/pm/tasks/pm-slack-50tg.toon))
61
67
 
62
- ## 2026.05.27 - 2026-05-27
68
+ ## 2026.5.27 - 2026-05-27
63
69
 
64
70
  ### Added
65
71
 
66
72
  - Add bun-install verification to release workflow ([pm-slack-s716](https://github.com/unbraind/pm-slack/blob/main/.agents/pm/tasks/pm-slack-s716.toon))
67
73
 
68
- ## 2026.05.26 - 2026-05-26
74
+ ## 2026.5.26 - 2026-05-26
69
75
 
70
76
  ### Fixed
71
77
 
package/dist/index.js CHANGED
@@ -1119,7 +1119,7 @@ function extractItem(ctx) {
1119
1119
  // ---------------------------------------------------------------------------
1120
1120
  export default defineExtension({
1121
1121
  name: "pm-slack",
1122
- version: "2026.6.10",
1122
+ version: "2026.6.14",
1123
1123
  activate(api) {
1124
1124
  // -----------------------------------------------------------------------
1125
1125
  // afterCommand hook — fires after every pm-cli command completes.
package/manifest.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-slack",
3
- "version": "2026.6.10",
3
+ "version": "2026.6.14",
4
4
  "description": "Slack notifications for pm item lifecycle events",
5
5
  "author": "@unbraind",
6
6
  "entry": "./dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pm-slack",
3
- "version": "2026.6.10",
3
+ "version": "2026.6.14",
4
4
  "description": "Slack notifications for pm item lifecycle events",
5
5
  "repository": {
6
6
  "type": "git",
@@ -42,7 +42,7 @@
42
42
  "devDependencies": {
43
43
  "@types/node": "^25.9.2",
44
44
  "@unbrained/pm-cli": "^2026.6.9",
45
- "pm-changelog": "^2026.6.8",
45
+ "pm-changelog": "^2026.6.13",
46
46
  "typescript": "^6.0.3"
47
47
  },
48
48
  "engines": {