@dotcom-tool-kit/config 2.0.0 → 2.0.1-beta.2

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 +10 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -74,6 +74,16 @@
74
74
  * dependencies
75
75
  * @dotcom-tool-kit/schemas bumped from ^1.8.0 to ^1.9.0
76
76
 
77
+ ## [2.0.1](https://github.com/Financial-Times/dotcom-tool-kit/compare/config-v2.0.0...config-v2.0.1) (2026-01-13)
78
+
79
+
80
+ ### Dependencies
81
+
82
+ * The following workspace dependencies were updated
83
+ * dependencies
84
+ * @dotcom-tool-kit/conflict bumped from ^2.0.0 to ^2.0.1
85
+ * @dotcom-tool-kit/plugin bumped from ^2.0.0 to ^2.1.0
86
+
77
87
  ## [2.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/config-v1.1.1...config-v2.0.0) (2025-10-28)
78
88
 
79
89
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/config",
3
- "version": "2.0.0",
3
+ "version": "2.0.1-beta.2",
4
4
  "description": "",
5
5
  "main": "lib",
6
6
  "scripts": {
@@ -10,11 +10,11 @@
10
10
  "author": "",
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
- "@dotcom-tool-kit/conflict": "^2.0.0",
14
- "@dotcom-tool-kit/plugin": "^2.0.0",
13
+ "@dotcom-tool-kit/conflict": "^2.0.1-beta.2",
14
+ "@dotcom-tool-kit/plugin": "^2.1.0-beta.2",
15
15
  "@dotcom-tool-kit/validated": "^2.0.0"
16
16
  },
17
17
  "engines": {
18
18
  "node": ">=20.x"
19
19
  }
20
- }
20
+ }