@bottlebooks/valid-values 6.5.2 → 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,17 @@
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
+
6
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)
7
18
 
8
19
 
@@ -254,7 +254,7 @@ var allIngredients = {
254
254
  },
255
255
  metadata: {
256
256
  tags: ['RAW_MATERIAL'],
257
- productType: ['wine_aeratedsparkling', 'wine_aeratedsemisparkling']
257
+ productType: _productTypesWine["default"]
258
258
  }
259
259
  }),
260
260
  carboxymethylcellulose: ingredient({
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.2",
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": "24e11ca4ebc0c1cb80c6bdccebd14497921e5bde"
36
+ "gitHead": "01b9968d428508e4ed1575ffd4d12e437b90bf5e"
37
37
  }
@@ -228,7 +228,7 @@ const allIngredients = {
228
228
  }),
229
229
  metadata: {
230
230
  tags: ['RAW_MATERIAL'],
231
- productType: ['wine_aeratedsparkling', 'wine_aeratedsemisparkling'],
231
+ productType: PRODUCT_TYPE_WINES,
232
232
  },
233
233
  }),
234
234
  carboxymethylcellulose: ingredient({