@haus-storefront-react/shared-types 1.0.4-next.4 → 1.0.4-next.6
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/index.d.ts +0 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## 1.0.4-next.5 (2026-03-09)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- add Product Variant Specifications plugin
|
|
6
|
+
|
|
7
|
+
## 1.0.4-next.4 (2026-03-09)
|
|
8
|
+
|
|
9
|
+
This was a version bump only for shared/types to align it with other projects, there were no code changes.
|
|
10
|
+
|
|
1
11
|
## 1.0.4-next.3 (2026-03-06)
|
|
2
12
|
|
|
3
13
|
### 🚀 Features
|
package/index.d.ts
CHANGED
|
@@ -392,7 +392,6 @@ export interface ProductVariant extends BriefProductVariant {
|
|
|
392
392
|
taxCategory: string;
|
|
393
393
|
options: Array<ProductOption>;
|
|
394
394
|
facetValues: Array<FacetValue>;
|
|
395
|
-
customFields: Record<string, unknown>;
|
|
396
395
|
}
|
|
397
396
|
export interface Country extends Node {
|
|
398
397
|
code: LanguageCode;
|