@jpp-toolkit/plugin-changesets 0.0.26 → 0.0.28

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.
@@ -281,5 +281,5 @@
281
281
  "summary": "Creates git tags for the current version of all packages."
282
282
  }
283
283
  },
284
- "version": "0.0.26"
284
+ "version": "0.0.28"
285
285
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jpp-toolkit/plugin-changesets",
3
- "version": "0.0.26",
3
+ "version": "0.0.28",
4
4
  "description": "Plugin that add the changeset command to the jpp cli.",
5
5
  "keywords": [
6
6
  "jpp",
@@ -40,7 +40,7 @@
40
40
  "@jpp-toolkit/utils": "0.0.18"
41
41
  },
42
42
  "devDependencies": {
43
- "oclif": "4.22.59"
43
+ "oclif": "4.22.61"
44
44
  },
45
45
  "engines": {
46
46
  "node": "24",