@dotcom-tool-kit/config 1.0.10 → 1.0.11

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
@@ -62,6 +62,12 @@
62
62
  * dependencies
63
63
  * @dotcom-tool-kit/schemas bumped from ^1.6.2 to ^1.7.0
64
64
 
65
+ ### Dependencies
66
+
67
+ * The following workspace dependencies were updated
68
+ * dependencies
69
+ * @dotcom-tool-kit/schemas bumped from ^1.7.0 to ^1.8.0
70
+
65
71
  ## 1.0.0 (2024-09-10)
66
72
 
67
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/config",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
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.7.0",
15
+ "@dotcom-tool-kit/schemas": "^1.8.0",
16
16
  "@dotcom-tool-kit/validated": "^1.0.2"
17
17
  }
18
18
  }