@w5s/mrm-preset 3.5.13 β†’ 3.5.15

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.
@@ -45,5 +45,5 @@ If you think this is incorrect, verify your comment blocks in your src and the s
45
45
  πŸ’« Results:
46
46
 
47
47
  ──────────────────────────────────────────────────────────
48
-  βœ” Markdown Magic Done. 0.05 seconds
48
+  βœ” Markdown Magic Done. 0.01 seconds
49
49
  ──────────────────────────────────────────────────────────
@@ -20,6 +20,7 @@ We’ve tried these locations:
20
20
 
21
21
  Task β€œproject” not found.
22
22
 
23
+
23
24
  We’ve tried these locations:
24
25
 
25
26
  - /home/runner/work/project-config/project-config/packages/mrm-preset/project/index.js
@@ -30,4 +31,3 @@ We’ve tried these locations:
30
31
  - project package in local node_modules
31
32
  - mrm-task-project package on the npm registry
32
33
  - project package on the npm registry
33
-
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.5.15](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@3.5.1...@w5s/mrm-preset@3.5.15) (2026-07-21)
7
+
8
+ ### πŸ› Bug Fixes
9
+
10
+ - Fix ignored changelog files ([104fada](https://github.com/w5s/project-config/commit/104fada))
11
+
12
+ **Note:** Version bump only for package @w5s/mrm-preset
13
+
14
+ ## [3.5.14](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@3.5.1...@w5s/mrm-preset@3.5.14) (2026-07-21)
15
+
16
+ ### πŸ› Bug Fixes
17
+
18
+ - Fix ignored changelog files ([104fada](https://github.com/w5s/project-config/commit/104fada))
19
+
20
+ **Note:** Version bump only for package @w5s/mrm-preset
21
+
6
22
  ## [3.5.13](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@3.5.1...@w5s/mrm-preset@3.5.13) (2026-07-20)
7
23
 
8
24
  ### πŸ› Bug Fixes
@@ -13,7 +13,7 @@
13
13
  when: always
14
14
  - when: never
15
15
  image:
16
- name: renovate/renovate@sha256:6f287995d37359e0d141a112ec5f661d29936d48c22b0736c3c887b2de81f309
16
+ name: renovate/renovate@sha256:b640a73476ded79cc9bb90fd69dff81876220f1c8a5c454fb7ddf23cd8d1e627
17
17
  entrypoint: ['']
18
18
  script:
19
19
  - >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "3.5.13",
3
+ "version": "3.5.15",
4
4
  "description": "Mrm configuration presets",
5
5
  "keywords": [
6
6
  "mrm",
@@ -24,8 +24,8 @@
24
24
  "postpack": "clean-package restore"
25
25
  },
26
26
  "dependencies": {
27
- "@w5s/configurator-core": "^1.0.0-alpha.14",
28
- "@w5s/dev": "^3.8.0",
27
+ "@w5s/configurator-core": "^1.0.0-alpha.16",
28
+ "@w5s/dev": "^3.10.0",
29
29
  "debug": "^4.3.3",
30
30
  "glob": "^13.0.0",
31
31
  "mrm-core": "^7.0.0",
@@ -39,5 +39,5 @@
39
39
  "access": "public"
40
40
  },
41
41
  "sideEffect": false,
42
- "gitHead": "8a983003d499b2d34ff7ce0bd9e4294549f7642b"
42
+ "gitHead": "10517ba78d89eb1a17d98f7f1c2d17258c2437b1"
43
43
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "3.5.13",
3
+ "version": "3.5.15",
4
4
  "description": "Mrm configuration presets",
5
5
  "keywords": [
6
6
  "mrm",
@@ -39,8 +39,8 @@
39
39
  "typecheck:src": "pnpm exec tsc --noEmit"
40
40
  },
41
41
  "dependencies": {
42
- "@w5s/configurator-core": "^1.0.0-alpha.14",
43
- "@w5s/dev": "^3.8.0",
42
+ "@w5s/configurator-core": "^1.0.0-alpha.16",
43
+ "@w5s/dev": "^3.10.0",
44
44
  "debug": "^4.3.3",
45
45
  "glob": "^13.0.0",
46
46
  "mrm-core": "^7.0.0",
@@ -60,5 +60,5 @@
60
60
  "access": "public"
61
61
  },
62
62
  "sideEffect": false,
63
- "gitHead": "8a983003d499b2d34ff7ce0bd9e4294549f7642b"
63
+ "gitHead": "10517ba78d89eb1a17d98f7f1c2d17258c2437b1"
64
64
  }