@bernierllc/contentful-cma-client 1.0.4 → 1.0.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,41 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## [1.0.7](https://github.com/bernierllc/tools/compare/@bernierllc/contentful-cma-client@1.0.6...@bernierllc/contentful-cma-client@1.0.7) (2026-03-03)
7
+
8
+ **Note:** Version bump only for package @bernierllc/contentful-cma-client
9
+
10
+
11
+
12
+
13
+
14
+ ## 1.0.6 (2025-12-25)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **ci:** add lerna version step before publish ([3d20300](https://github.com/bernierllc/tools/commit/3d203002143bf353fffafe4f8a78a99009567347))
20
+ * **ci:** fix release workflow + convert internal deps to workspace:* ([01c078b](https://github.com/bernierllc/tools/commit/01c078b49d6025f7eef750f79207a1c71c8d85dc))
21
+ * update neverhub-adapter deps to workspace:* and publish 0.1.2 ([f0e3d04](https://github.com/bernierllc/tools/commit/f0e3d04d8d4f094e3bb899ddf81e93243d16e2c2))
22
+
23
+
24
+
25
+
26
+
27
+ ## 1.0.5 (2025-12-25)
28
+
29
+
30
+ ### Bug Fixes
31
+
32
+ * **ci:** fix release workflow + convert internal deps to workspace:* ([01c078b](https://github.com/bernierllc/tools/commit/01c078b49d6025f7eef750f79207a1c71c8d85dc))
33
+ * update neverhub-adapter deps to workspace:* and publish 0.1.2 ([f0e3d04](https://github.com/bernierllc/tools/commit/f0e3d04d8d4f094e3bb899ddf81e93243d16e2c2))
34
+
35
+
36
+
37
+
38
+
1
39
  # @bernierllc/contentful-cma-client
2
40
 
3
41
  ## 1.0.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bernierllc/contentful-cma-client",
3
- "version": "1.0.4",
3
+ "version": "1.0.7",
4
4
  "description": "Thin wrapper around contentful-management SDK with consistent error handling, logging, and typed interfaces",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -15,8 +15,8 @@
15
15
  "license": "SEE LICENSE IN LICENSE.md",
16
16
  "dependencies": {
17
17
  "contentful-management": "^11.0.0",
18
- "@bernierllc/contentful-types": "1.0.4",
19
- "@bernierllc/logger": "1.1.0"
18
+ "@bernierllc/contentful-types": "1.2.1",
19
+ "@bernierllc/logger": "1.3.1"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/jest": "^29.5.0",