@w5s/mrm-preset 2.10.0 → 2.10.1

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,4 +1,4 @@
1
1
 
2
- > @w5s/mrm-preset@2.10.0 prepare:empty
2
+ > @w5s/mrm-preset@2.10.1 prepare:empty
3
3
  > :
4
4
 
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
+ ## [2.10.1](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@2.10.0...@w5s/mrm-preset@2.10.1) (2024-12-20)
7
+
8
+ ### 🐛 Bug Fixes
9
+
10
+ - Fix npmClient publishing with syncWorkspaceLock conflict ([7266022](https://github.com/w5s/project-config/commit/7266022))
11
+
12
+ **Note:** Version bump only for package @w5s/mrm-preset
13
+
6
14
  # [2.10.0](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@2.9.0...@w5s/mrm-preset@2.10.0) (2024-12-20)
7
15
 
8
16
  ### ✨ Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "2.10.0",
3
+ "version": "2.10.1",
4
4
  "description": "Mrm configuration presets",
5
5
  "keywords": [
6
6
  "mrm",
@@ -38,5 +38,5 @@
38
38
  "access": "public"
39
39
  },
40
40
  "sideEffect": false,
41
- "gitHead": "9b556d00310ad9409a0962d7da8388dad5720d33"
41
+ "gitHead": "11ba113fdcc61f0152071cf1fcac622b31d8a325"
42
42
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "2.10.0",
3
+ "version": "2.10.1",
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": "9b556d00310ad9409a0962d7da8388dad5720d33"
62
+ "gitHead": "11ba113fdcc61f0152071cf1fcac622b31d8a325"
63
63
  }
package/project/index.js CHANGED
@@ -239,7 +239,6 @@ function task() {
239
239
  command: {
240
240
  publish: {
241
241
  conventionalCommits: true,
242
- npmClient: 'npm',
243
242
  syncWorkspaceLock: true,
244
243
  },
245
244
  version: {