@dotcom-tool-kit/config 1.0.8 → 1.0.9

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 +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -50,6 +50,12 @@
50
50
  * dependencies
51
51
  * @dotcom-tool-kit/schemas bumped from ^1.6.0 to ^1.6.1
52
52
 
53
+ ### Dependencies
54
+
55
+ * The following workspace dependencies were updated
56
+ * dependencies
57
+ * @dotcom-tool-kit/schemas bumped from ^1.6.1 to ^1.6.2
58
+
53
59
  ## 1.0.0 (2024-09-10)
54
60
 
55
61
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/config",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
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.6.1",
15
+ "@dotcom-tool-kit/schemas": "^1.6.2",
16
16
  "@dotcom-tool-kit/validated": "^1.0.2"
17
17
  }
18
18
  }