@bottlebooks/valid-values 10.22.1 → 10.23.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,6 +3,23 @@
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.23.1](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.23.0...@bottlebooks/valid-values@10.23.1) (2024-04-16)
7
+
8
+ ### Bug Fixes
9
+
10
+ - update certification label ([24784d8](https://github.com/bottlebooks/bottlebooks/commit/24784d8008610babfcee41dd9697d0fad3a42495))
11
+ - update certification logo "es_wineriesForClimateProtection"; ([f2b8906](https://github.com/bottlebooks/bottlebooks/commit/f2b8906de8003c28fe6d9e0a1b2c3d4d82b5c279))
12
+
13
+ # [10.23.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.22.1...@bottlebooks/valid-values@10.23.0) (2024-04-15)
14
+
15
+ ### Bug Fixes
16
+
17
+ - add \_es prefix; ([3308d35](https://github.com/bottlebooks/bottlebooks/commit/3308d35798534ecc8bf3abe3c4672a5b37c890a9))
18
+
19
+ ### Features
20
+
21
+ - add sustainable certification to the list ([ff02c44](https://github.com/bottlebooks/bottlebooks/commit/ff02c444d5821d626c1893964356574c99ae87f6))
22
+
6
23
  ## [10.22.1](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.22.0...@bottlebooks/valid-values@10.22.1) (2024-04-12)
7
24
 
8
25
  **Note:** Version bump only for package @bottlebooks/valid-values
@@ -103,9 +103,9 @@ var allCertifications = {
103
103
  }),
104
104
  es_wineriesForClimateProtection: certification({
105
105
  key: 'es_wineriesForClimateProtection',
106
- label: 'Wineries for Climate Protection',
106
+ label: 'Sustainable Wineries for Climate Protection',
107
107
  data: {
108
- logo: 'https://cdn.bottlebooks.me/bottlebooks/img/logos/es_wineriesForClimateProtection.jpeg'
108
+ logo: 'https://cdn.bottlebooks.me/bottlebooks/img/logos/es_swfcp.jpeg'
109
109
  },
110
110
  metadata: {
111
111
  tags: ['internationalCertification']
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.22.1",
5
+ "version": "10.23.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": "bd26e558b721383d0660e320a52bd418212be80c"
37
+ "gitHead": "ad7dc9b4d184ed0a464a6aa4975cdd48f6a0ef21"
38
38
  }
@@ -105,9 +105,9 @@ const allCertifications = {
105
105
  }),
106
106
  es_wineriesForClimateProtection: certification({
107
107
  key: 'es_wineriesForClimateProtection',
108
- label: 'Wineries for Climate Protection',
108
+ label: 'Sustainable Wineries for Climate Protection',
109
109
  data: {
110
- logo: 'https://cdn.bottlebooks.me/bottlebooks/img/logos/es_wineriesForClimateProtection.jpeg',
110
+ logo: 'https://cdn.bottlebooks.me/bottlebooks/img/logos/es_swfcp.jpeg',
111
111
  },
112
112
  metadata: {
113
113
  tags: ['internationalCertification'],