@global-torque/domain-types 0.2.2 → 0.2.4
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.
- package/CHANGELOG.md +10 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.2.4 candidate
|
|
4
|
+
|
|
5
|
+
- Reissued the framework cohort for the dropdown SFC correction; domain
|
|
6
|
+
contracts remain unchanged.
|
|
7
|
+
|
|
8
|
+
## 0.2.3 candidate
|
|
9
|
+
|
|
10
|
+
- Reissued the framework cohort after the accepted cross-repository source
|
|
11
|
+
reconciliation; domain contracts remain unchanged.
|
|
12
|
+
|
|
3
13
|
## 0.2.2 candidate
|
|
4
14
|
|
|
5
15
|
- Reissued the framework candidate for fresh public-release validation; package APIs and runtime source remain unchanged.
|