@w5s/mrm-preset 3.5.17 → 3.5.19

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.1 seconds
48
+  ✔ Markdown Magic Done. 0.08 seconds
49
49
  ──────────────────────────────────────────────────────────
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.19](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@3.5.1...@w5s/mrm-preset@3.5.19) (2026-07-29)
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.18](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@3.5.1...@w5s/mrm-preset@3.5.18) (2026-07-29)
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.17](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@3.5.1...@w5s/mrm-preset@3.5.17) (2026-07-27)
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:2a4e6df0330b0aa42b21f40589666b678bbd19bcd9a14c3c24ce0492c237c2ff
16
+ name: renovate/renovate@sha256:0a4208065097ff689f9b22c16fa48568d158a7b76d4143442b54b57c4406541b
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.17",
3
+ "version": "3.5.19",
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.18",
28
- "@w5s/dev": "^3.12.0",
27
+ "@w5s/configurator-core": "^1.0.0",
28
+ "@w5s/dev": "^3.14.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": "aace76353b4595cc13eb79772d8a4f107e220f35"
42
+ "gitHead": "9870a62900cd2c974bed8800ed520335f8843c38"
43
43
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "3.5.17",
3
+ "version": "3.5.19",
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.18",
43
- "@w5s/dev": "^3.12.0",
42
+ "@w5s/configurator-core": "^1.0.0",
43
+ "@w5s/dev": "^3.14.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": "aace76353b4595cc13eb79772d8a4f107e220f35"
63
+ "gitHead": "9870a62900cd2c974bed8800ed520335f8843c38"
64
64
  }