@bottlebooks/valid-values 10.26.3 → 10.26.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 CHANGED
@@ -3,6 +3,10 @@
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
+ ## [10.26.4](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.26.3...@bottlebooks/valid-values@10.26.4) (2024-05-15)
7
+
8
+ **Note:** Version bump only for package @bottlebooks/valid-values
9
+
6
10
  ## [10.26.3](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.26.2...@bottlebooks/valid-values@10.26.3) (2024-05-15)
7
11
 
8
12
  **Note:** Version bump only for package @bottlebooks/valid-values
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": "10.26.3",
5
+ "version": "10.26.4",
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": "e3e1566b517e69fe5b35aabcb008bafa95a8fb72"
37
+ "gitHead": "d52ac1ddd881a32eb1a7efa9ef0f49b5397ffcdd"
38
38
  }
@@ -88,6 +88,14 @@ const validValues = {
88
88
  }),
89
89
  form: {},
90
90
  },
91
+ best_of_class: {
92
+ key: 'best_of_class',
93
+ title: defineMessage({
94
+ id: 'validValues.awardsMedals.best_of_class',
95
+ message: 'Best of Class',
96
+ }),
97
+ form: {},
98
+ },
91
99
  best_of_varietal: {
92
100
  key: 'best_of_varietal',
93
101
  title: defineMessage({
@@ -152,6 +160,14 @@ const validValues = {
152
160
  }),
153
161
  form: {},
154
162
  },
163
+ sweepstake: {
164
+ key: 'sweepstake',
165
+ title: defineMessage({
166
+ id: 'validValues.awardsMedals.sweepstake',
167
+ message: 'Sweepstake',
168
+ }),
169
+ form: {},
170
+ },
155
171
  blue_gold: {
156
172
  key: 'blue_gold',
157
173
  title: defineMessage({