@bottlebooks/valid-values 10.47.4 → 10.48.0
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,12 @@
|
|
|
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.48.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.47.4...@bottlebooks/valid-values@10.48.0) (2025-02-27)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- add Wines from Spain awards ([0a4d7f1](https://github.com/bottlebooks/bottlebooks/commit/0a4d7f11c3afdcd4877feb2a670ec167dbf12c3a))
|
|
11
|
+
|
|
6
12
|
## [10.47.4](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.47.4-alpha.1...@bottlebooks/valid-values@10.47.4) (2025-02-25)
|
|
7
13
|
|
|
8
14
|
**Note:** Version bump only for package @bottlebooks/valid-values
|
|
@@ -227,6 +227,7 @@ declare const allAwards: {
|
|
|
227
227
|
readonly za_winemag_p: Award;
|
|
228
228
|
readonly ch_grand_prix_du_vin_suisse: Award;
|
|
229
229
|
readonly ca_selection_mondiales_des_vins_canada: Award;
|
|
230
|
+
readonly es_wines_from_spain_awards: Award;
|
|
230
231
|
};
|
|
231
232
|
export type AwardKey = keyof typeof allAwards;
|
|
232
233
|
export default allAwards;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"award.d.ts","sourceRoot":"","sources":["../../../src/validValues/award/award.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAE1E,UAAU,KAAM,SAAQ,oBAAoB;IAC1C,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAKD,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"award.d.ts","sourceRoot":"","sources":["../../../src/validValues/award/award.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAE1E,UAAU,KAAM,SAAQ,oBAAoB;IAC1C,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAKD,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAk4DL,CAAC;AAEX,MAAM,MAAM,QAAQ,GAAG,MAAM,OAAO,SAAS,CAAC;AAE9C,eAAe,SAAS,CAAC"}
|
|
@@ -1131,6 +1131,11 @@ var allAwards = {
|
|
|
1131
1131
|
key: 'ca_selection_mondiales_des_vins_canada',
|
|
1132
1132
|
label: 'Sélection Mondiales des Vins Canada',
|
|
1133
1133
|
medals: ['grand_gold', 'gold', 'silver', 'jury_prize']
|
|
1134
|
+
}),
|
|
1135
|
+
es_wines_from_spain_awards: award({
|
|
1136
|
+
key: 'es_wines_from_spain_awards',
|
|
1137
|
+
label: 'Wines from Spain Awards',
|
|
1138
|
+
medals: ['grand_gold', 'gold']
|
|
1134
1139
|
})
|
|
1135
1140
|
};
|
|
1136
1141
|
var _default = allAwards;
|
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.
|
|
5
|
+
"version": "10.48.0",
|
|
6
6
|
"type": "commonjs",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@lingui/core": "3.14.0"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "7ffc4382d8a91f9a64aaf206233c3e0d79343659"
|
|
41
41
|
}
|
|
@@ -1926,6 +1926,11 @@ const allAwards = {
|
|
|
1926
1926
|
label: 'Sélection Mondiales des Vins Canada',
|
|
1927
1927
|
medals: ['grand_gold', 'gold', 'silver', 'jury_prize'],
|
|
1928
1928
|
}),
|
|
1929
|
+
es_wines_from_spain_awards:award({
|
|
1930
|
+
key: 'es_wines_from_spain_awards',
|
|
1931
|
+
label: 'Wines from Spain Awards',
|
|
1932
|
+
medals: ['grand_gold', 'gold'],
|
|
1933
|
+
})
|
|
1929
1934
|
} as const;
|
|
1930
1935
|
|
|
1931
1936
|
export type AwardKey = keyof typeof allAwards;
|