@w5s/mrm-preset 3.5.19 → 3.5.20

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.08 seconds
48
+  ✔ Markdown Magic Done. 0.07 seconds
49
49
  ──────────────────────────────────────────────────────────
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.20](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@3.5.1...@w5s/mrm-preset@3.5.20) (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
+
6
14
  ## [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
15
 
8
16
  ### 🐛 Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "3.5.19",
3
+ "version": "3.5.20",
4
4
  "description": "Mrm configuration presets",
5
5
  "keywords": [
6
6
  "mrm",
@@ -18,14 +18,15 @@
18
18
  },
19
19
  "license": "MIT",
20
20
  "author": "Julien Polo <julien.polo@gmail.com>",
21
+ "sideEffects": false,
21
22
  "type": "commonjs",
22
23
  "main": "config.json",
23
24
  "scripts": {
24
25
  "postpack": "clean-package restore"
25
26
  },
26
27
  "dependencies": {
27
- "@w5s/configurator-core": "^1.0.0",
28
- "@w5s/dev": "^3.14.0",
28
+ "@w5s/configurator-core": "^1.1.0",
29
+ "@w5s/dev": "^3.15.0",
29
30
  "debug": "^4.3.3",
30
31
  "glob": "^13.0.0",
31
32
  "mrm-core": "^7.0.0",
@@ -38,6 +39,5 @@
38
39
  "publishConfig": {
39
40
  "access": "public"
40
41
  },
41
- "sideEffect": false,
42
- "gitHead": "9870a62900cd2c974bed8800ed520335f8843c38"
42
+ "gitHead": "72f48a4954798497b4c927b16f50a291d1c193ff"
43
43
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "3.5.19",
3
+ "version": "3.5.20",
4
4
  "description": "Mrm configuration presets",
5
5
  "keywords": [
6
6
  "mrm",
@@ -18,6 +18,7 @@
18
18
  },
19
19
  "license": "MIT",
20
20
  "author": "Julien Polo <julien.polo@gmail.com>",
21
+ "sideEffects": false,
21
22
  "type": "commonjs",
22
23
  "main": "config.json",
23
24
  "scripts": {
@@ -39,8 +40,8 @@
39
40
  "typecheck:src": "pnpm exec tsc --noEmit"
40
41
  },
41
42
  "dependencies": {
42
- "@w5s/configurator-core": "^1.0.0",
43
- "@w5s/dev": "^3.14.0",
43
+ "@w5s/configurator-core": "^1.1.0",
44
+ "@w5s/dev": "^3.15.0",
44
45
  "debug": "^4.3.3",
45
46
  "glob": "^13.0.0",
46
47
  "mrm-core": "^7.0.0",
@@ -59,6 +60,5 @@
59
60
  "publishConfig": {
60
61
  "access": "public"
61
62
  },
62
- "sideEffect": false,
63
- "gitHead": "9870a62900cd2c974bed8800ed520335f8843c38"
63
+ "gitHead": "72f48a4954798497b4c927b16f50a291d1c193ff"
64
64
  }