@dotcom-tool-kit/config 1.0.5 → 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 +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -32,6 +32,18 @@
32
32
  * @dotcom-tool-kit/schemas bumped from ^1.3.0 to ^1.4.0
33
33
  * @dotcom-tool-kit/validated bumped from ^1.0.1 to ^1.0.2
34
34
 
35
+ ### Dependencies
36
+
37
+ * The following workspace dependencies were updated
38
+ * dependencies
39
+ * @dotcom-tool-kit/schemas bumped from ^1.4.0 to ^1.5.0
40
+
41
+ ### Dependencies
42
+
43
+ * The following workspace dependencies were updated
44
+ * dependencies
45
+ * @dotcom-tool-kit/schemas bumped from ^1.5.0 to ^1.6.0
46
+
35
47
  ## 1.0.0 (2024-09-10)
36
48
 
37
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/config",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "",
5
5
  "main": "lib",
6
6
  "scripts": {
@@ -12,7 +12,7 @@
12
12
  "dependencies": {
13
13
  "@dotcom-tool-kit/conflict": "^1.0.0",
14
14
  "@dotcom-tool-kit/plugin": "^1.0.0",
15
- "@dotcom-tool-kit/schemas": "^1.4.0",
15
+ "@dotcom-tool-kit/schemas": "^1.6.0",
16
16
  "@dotcom-tool-kit/validated": "^1.0.2"
17
17
  }
18
18
  }