@dotcom-tool-kit/config 1.0.1 → 1.0.3

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 +13 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -6,6 +6,19 @@
6
6
  * dependencies
7
7
  * @dotcom-tool-kit/schemas bumped from ^1.0.0 to ^1.1.0
8
8
 
9
+ ### Dependencies
10
+
11
+ * The following workspace dependencies were updated
12
+ * dependencies
13
+ * @dotcom-tool-kit/schemas bumped from ^1.1.0 to ^1.1.1
14
+
15
+ ### Dependencies
16
+
17
+ * The following workspace dependencies were updated
18
+ * dependencies
19
+ * @dotcom-tool-kit/schemas bumped from ^1.1.1 to ^1.2.0
20
+ * @dotcom-tool-kit/validated bumped from ^1.0.0 to ^1.0.1
21
+
9
22
  ## 1.0.0 (2024-09-10)
10
23
 
11
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/config",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
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.1.0",
16
- "@dotcom-tool-kit/validated": "^1.0.0"
15
+ "@dotcom-tool-kit/schemas": "^1.2.0",
16
+ "@dotcom-tool-kit/validated": "^1.0.1"
17
17
  }
18
18
  }