@bottlebooks/valid-values 7.4.0-alpha.0 → 7.4.1
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
CHANGED
|
@@ -3,7 +3,15 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
## [7.4.1](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@7.4.0...@bottlebooks/valid-values@7.4.1) (2023-09-19)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @bottlebooks/valid-values
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [7.4.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@7.3.3...@bottlebooks/valid-values@7.4.0) (2023-09-13)
|
|
7
15
|
|
|
8
16
|
|
|
9
17
|
### Bug Fixes
|
|
@@ -151,7 +151,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
151
151
|
},
|
|
152
152
|
metadata: {
|
|
153
153
|
tags: ['RAW_MATERIAL'],
|
|
154
|
-
productType: _productTypesWine["default"]
|
|
154
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"]))
|
|
155
155
|
}
|
|
156
156
|
}),
|
|
157
157
|
carboxymethylcellulose: ingredient({
|
|
@@ -1107,7 +1107,7 @@ var allIngredients = _objectSpread(_objectSpread({}, _deprecatedIngredient["defa
|
|
|
1107
1107
|
label: 'E 290',
|
|
1108
1108
|
metadata: {
|
|
1109
1109
|
tags: ['RAW_MATERIAL'],
|
|
1110
|
-
productType: _productTypesWine["default"],
|
|
1110
|
+
productType: [].concat(_toConsumableArray(_productTypesWine["default"]), _toConsumableArray(_productTypesAromatisedWine["default"])),
|
|
1111
1111
|
isHiddenInMainList: true,
|
|
1112
1112
|
synonymDescription:
|
|
1113
1113
|
/*i18n*/
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@bottlebooks/valid-values",
|
|
3
3
|
"description": "The Bottlebooks lookup values, defined globally.",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "7.4.
|
|
5
|
+
"version": "7.4.1",
|
|
6
6
|
"type": "commonjs",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@lingui/core": "3.14.0"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "8cd68dd53ebb646753913b70f58900fcac568933"
|
|
38
38
|
}
|
|
@@ -109,7 +109,7 @@ const allIngredients = {
|
|
|
109
109
|
}),
|
|
110
110
|
metadata: {
|
|
111
111
|
tags: ['RAW_MATERIAL'],
|
|
112
|
-
productType: PRODUCT_TYPE_WINES,
|
|
112
|
+
productType: [...PRODUCT_TYPE_WINES, ...PRODUCT_TYPE_AROMATISED_WINE],
|
|
113
113
|
},
|
|
114
114
|
}),
|
|
115
115
|
carboxymethylcellulose: ingredient({
|
|
@@ -944,7 +944,7 @@ const allIngredients = {
|
|
|
944
944
|
label: 'E 290',
|
|
945
945
|
metadata: {
|
|
946
946
|
tags: ['RAW_MATERIAL'],
|
|
947
|
-
productType: PRODUCT_TYPE_WINES,
|
|
947
|
+
productType: [...PRODUCT_TYPE_WINES, ...PRODUCT_TYPE_AROMATISED_WINE],
|
|
948
948
|
isHiddenInMainList: true,
|
|
949
949
|
synonymDescription: defineMessage({
|
|
950
950
|
id: 'validValues.ingredient.carbonDioxide.synonymDescription',
|