@w5s/mrm-preset 3.2.4 → 3.2.5

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.
@@ -1,6 +1,6 @@
1
1
 
2
- ⠙
3
- > @w5s/mrm-preset@3.2.3 lint:src
2
+ ⠙⠹
3
+ > @w5s/mrm-preset@3.2.4 lint:src
4
4
  > eslint .
5
5
 
6
6
  
@@ -1,4 +1,4 @@
1
1
 
2
- > @w5s/mrm-preset@3.2.4 prepare:empty
2
+ > @w5s/mrm-preset@3.2.5 prepare:empty
3
3
  > :
4
4
 
@@ -1,2 +1 @@
1
-
2
- 
1
+ CSpell: Files checked: 53, Issues found: 0 in 0 files.
@@ -1,6 +1,6 @@
1
1
 
2
2
  ⠙
3
- > @w5s/mrm-preset@3.2.3 test:script
3
+ > @w5s/mrm-preset@3.2.4 test:script
4
4
  > mkdir _tester; cd _tester; mrm bootstrap --dir ..; mrm configure --dir ..
5
5
 
6
6
  mkdir: _tester: File exists
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
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.2.5](github.com/w5s/project-config/compare/@w5s/mrm-preset@3.2.4...@w5s/mrm-preset@3.2.5) (2026-02-19)
7
+
8
+ **Note:** Version bump only for package @w5s/mrm-preset
9
+
6
10
  ## [3.2.4](github.com/w5s/project-config/compare/@w5s/mrm-preset@3.2.3...@w5s/mrm-preset@3.2.4) (2026-02-19)
7
11
 
8
12
  **Note:** Version bump only for package @w5s/mrm-preset
@@ -13,7 +13,7 @@
13
13
  when: always
14
14
  - when: never
15
15
  image:
16
- name: renovate/renovate@sha256:119ff6a89fab841b23f26f54ba335ca11f1c41bc1cc5dbdde775530cb52dcc62
16
+ name: renovate/renovate@sha256:d74a16d0b021014173dfac4b0c2e440bd882f65072272ba98dd80a551c28a42c
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.2.4",
3
+ "version": "3.2.5",
4
4
  "description": "Mrm configuration presets",
5
5
  "keywords": [
6
6
  "mrm",
@@ -59,5 +59,5 @@
59
59
  "access": "public"
60
60
  },
61
61
  "sideEffect": false,
62
- "gitHead": "6d0fd278d32187d231f63936bc50b87baebcf34c"
62
+ "gitHead": "5ccfbd65c727dda6c5e119e5164d4af6916d83bb"
63
63
  }