@adobe/helix-shared-config 1.7.8 → 1.7.12

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
@@ -3,6 +3,44 @@
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
+ ## [1.7.12](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.11...@adobe/helix-shared-config@1.7.12) (2022-02-10)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update renovate config to auto detect pin versions ([#644](https://github.com/adobe/helix-shared/issues/644)) ([3ae0423](https://github.com/adobe/helix-shared/commit/3ae04235dd6791685d9a03e5ed52570b73d5be2a))
12
+
13
+
14
+
15
+
16
+
17
+ ## [1.7.11](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.10...@adobe/helix-shared-config@1.7.11) (2022-02-09)
18
+
19
+ **Note:** Version bump only for package @adobe/helix-shared-config
20
+
21
+
22
+
23
+
24
+
25
+ ## [1.7.10](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.9...@adobe/helix-shared-config@1.7.10) (2022-02-09)
26
+
27
+ **Note:** Version bump only for package @adobe/helix-shared-config
28
+
29
+
30
+
31
+
32
+
33
+ ## [1.7.9](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.8...@adobe/helix-shared-config@1.7.9) (2022-02-09)
34
+
35
+
36
+ ### Bug Fixes
37
+
38
+ * don't pin helix-fetch and universal for better deduping ([#639](https://github.com/adobe/helix-shared/issues/639)) ([d4f4060](https://github.com/adobe/helix-shared/commit/d4f40603a1c899e6cfbd51900bb49453a63d32dd))
39
+
40
+
41
+
42
+
43
+
6
44
  ## [1.7.8](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.7.7...@adobe/helix-shared-config@1.7.8) (2022-02-09)
7
45
 
8
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/helix-shared-config",
3
- "version": "1.7.8",
3
+ "version": "1.7.12",
4
4
  "description": "Shared modules of the Helix Project - config",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -23,7 +23,7 @@
23
23
  "access": "public"
24
24
  },
25
25
  "dependencies": {
26
- "@adobe/helix-fetch": "3.0.3",
26
+ "@adobe/helix-fetch": "^3.0.3",
27
27
  "@adobe/helix-shared-git": "^1.1.2",
28
28
  "@adobe/helix-shared-prune": "^1.0.2",
29
29
  "@adobe/helix-shared-utils": "^2.0.2",
@@ -46,5 +46,5 @@
46
46
  "mocha": "9.2.0",
47
47
  "nock": "13.2.4"
48
48
  },
49
- "gitHead": "69c960319e92ab98dd353645ca7e90c356a4d718"
49
+ "gitHead": "77a93abba1795a41751cb002bcfc3d9704949ee9"
50
50
  }