@bottlebooks/valid-values 6.5.1 → 6.5.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.
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,28 @@
|
|
|
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.5.3](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@6.5.2...@bottlebooks/valid-values@6.5.3) (2023-04-04)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* carbon dioxide should be available to all grapevine products ([1f8ddae](https://github.com/bottlebooks/bottlebooks/commit/1f8ddae78c6493ecb3ce9ac8b83aac25c00559f4))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [6.5.2](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@6.5.1...@bottlebooks/valid-values@6.5.2) (2023-04-03)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* metatartaricAcid category ([c3654d6](https://github.com/bottlebooks/bottlebooks/commit/c3654d664fa6870c0b665b01e57b3b248e6e35d9))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
## [6.5.1](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@6.5.0...@bottlebooks/valid-values@6.5.1) (2023-03-31)
|
|
7
29
|
|
|
8
30
|
|
|
@@ -254,7 +254,7 @@ var allIngredients = {
|
|
|
254
254
|
},
|
|
255
255
|
metadata: {
|
|
256
256
|
tags: ['RAW_MATERIAL'],
|
|
257
|
-
productType: [
|
|
257
|
+
productType: _productTypesWine["default"]
|
|
258
258
|
}
|
|
259
259
|
}),
|
|
260
260
|
carboxymethylcellulose: ingredient({
|
|
@@ -873,7 +873,7 @@ var allIngredients = {
|
|
|
873
873
|
message: 'metatartaric acid'
|
|
874
874
|
},
|
|
875
875
|
metadata: {
|
|
876
|
-
tags: ['
|
|
876
|
+
tags: ['STABILISER'],
|
|
877
877
|
productType: _productTypesWine["default"]
|
|
878
878
|
}
|
|
879
879
|
}),
|
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": "6.5.
|
|
5
|
+
"version": "6.5.3",
|
|
6
6
|
"type": "commonjs",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"scripts": {
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"@babel/core": "^7.15.5",
|
|
34
34
|
"@lingui/core": "3.14.0"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "01b9968d428508e4ed1575ffd4d12e437b90bf5e"
|
|
37
37
|
}
|
|
@@ -228,7 +228,7 @@ const allIngredients = {
|
|
|
228
228
|
}),
|
|
229
229
|
metadata: {
|
|
230
230
|
tags: ['RAW_MATERIAL'],
|
|
231
|
-
productType:
|
|
231
|
+
productType: PRODUCT_TYPE_WINES,
|
|
232
232
|
},
|
|
233
233
|
}),
|
|
234
234
|
carboxymethylcellulose: ingredient({
|
|
@@ -766,7 +766,7 @@ const allIngredients = {
|
|
|
766
766
|
message: 'metatartaric acid',
|
|
767
767
|
}),
|
|
768
768
|
metadata: {
|
|
769
|
-
tags: ['
|
|
769
|
+
tags: ['STABILISER'],
|
|
770
770
|
productType: PRODUCT_TYPE_WINES,
|
|
771
771
|
},
|
|
772
772
|
}),
|