@smartive/datocms-utils 2.1.3 → 2.1.4

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.
@@ -18,9 +18,9 @@ jobs:
18
18
  - run: npm ci
19
19
  - run: npm run build
20
20
  - name: semantic release
21
- uses: cycjimmy/semantic-release-action@v4
21
+ uses: cycjimmy/semantic-release-action@v5
22
22
  with:
23
- semantic_version: 19
23
+ semantic_version: 24
24
24
  extra_plugins: |
25
25
  @semantic-release/changelog@6
26
26
  env:
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
- ## [2.1.3](https://github.com/smartive/datocms-utils/compare/v2.1.2...v2.1.3) (2025-11-13)
1
+ ## [2.1.4](https://github.com/smartive/datocms-utils/compare/v2.1.3...v2.1.4) (2025-11-13)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * semantic release not working anymore ([a9fc543](https://github.com/smartive/datocms-utils/commit/a9fc543a9c75493a21f9016b0c0fa4327634dc1c))
6
+ * **renovate:** pin dev dependencies ([644caba](https://github.com/smartive/datocms-utils/commit/644caba4e818347627f9b6e8d8e6171fa4c26e14))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartive/datocms-utils",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "A set of utilities and helpers to work with DatoCMS in a Next.js project.",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/index.js",
package/renovate.json CHANGED
@@ -4,6 +4,7 @@
4
4
  "local>smartive/renovate-config",
5
5
  ":automergeRequireAllStatusChecks",
6
6
  ":automergeDisabled",
7
- ":automergeStableNonMajor"
7
+ ":automergeStableNonMajor",
8
+ ":pinOnlyDevDependencies"
8
9
  ]
9
10
  }