@bottlebooks/valid-values 10.7.0-alpha.4 → 10.8.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 +7 -18
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,35 +3,24 @@
|
|
|
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.
|
|
6
|
+
# [10.8.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.7.0...@bottlebooks/valid-values@10.8.0) (2024-01-23)
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
9
9
|
|
|
10
10
|
- de translation ([586842f](https://github.com/bottlebooks/bottlebooks/commit/586842f98a1d0e9ab3f5daf888db9827f34a3a1d))
|
|
11
|
+
- define tirageLiqueur and expeditionLiqueur productTypes inline ([e968b4f](https://github.com/bottlebooks/bottlebooks/commit/e968b4f1c190a3e7962e5cdc3fb8944118bb3455))
|
|
12
|
+
- move productTypes to category ([3a896d7](https://github.com/bottlebooks/bottlebooks/commit/3a896d776e10ec29a9019701400e1debbf60e110))
|
|
11
13
|
- remove unused translations ([0b295d3](https://github.com/bottlebooks/bottlebooks/commit/0b295d30fd1b93e44f8bd2618bbffc8bf695882e))
|
|
14
|
+
- rollback sparkling wines types ([72bf049](https://github.com/bottlebooks/bottlebooks/commit/72bf0499d72f297c9a6fee9456c1a5f2b51cea91))
|
|
15
|
+
- Tirage liqueur and Expedition liqueur should only appear for sparkling wines ([fa08ffe](https://github.com/bottlebooks/bottlebooks/commit/fa08ffedc9415f92cb7a0a2304443f94d3d1a084))
|
|
12
16
|
- update alcohol ingredients ([49ae04c](https://github.com/bottlebooks/bottlebooks/commit/49ae04cdeb1405afb3678b1bee22be07cd729069))
|
|
13
17
|
|
|
14
|
-
# [10.7.0-alpha.3](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.7.0-alpha.2...@bottlebooks/valid-values@10.7.0-alpha.3) (2024-01-19)
|
|
15
|
-
|
|
16
18
|
### Features
|
|
17
19
|
|
|
20
|
+
- add "wine" ingredient to aromatised wines ([fea59d8](https://github.com/bottlebooks/bottlebooks/commit/fea59d819e7f47688b3a355ee3b81ad661880732))
|
|
18
21
|
- Add alcohols ([71a567e](https://github.com/bottlebooks/bottlebooks/commit/71a567ea516491118775d76695d0377844cba753))
|
|
19
|
-
|
|
20
|
-
# [10.7.0-alpha.2](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.7.0-alpha.1...@bottlebooks/valid-values@10.7.0-alpha.2) (2024-01-18)
|
|
21
|
-
|
|
22
|
-
### Features
|
|
23
|
-
|
|
24
22
|
- add country-specific food business operator types ([fe2ba4f](https://github.com/bottlebooks/bottlebooks/commit/fe2ba4fb2797291959b3dba0c1ba18ef0cebf617))
|
|
25
|
-
|
|
26
|
-
# [10.7.0-alpha.1](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.7.0-alpha.0...@bottlebooks/valid-values@10.7.0-alpha.1) (2024-01-16)
|
|
27
|
-
|
|
28
|
-
### Bug Fixes
|
|
29
|
-
|
|
30
|
-
- Danish preservatives ([18007f8](https://github.com/bottlebooks/bottlebooks/commit/18007f8f2580d9b9f9828b0459527079ef9dd0c9))
|
|
31
|
-
|
|
32
|
-
### Features
|
|
33
|
-
|
|
34
|
-
- add sustainable washington logo ([05f544b](https://github.com/bottlebooks/bottlebooks/commit/05f544bbc2e777233894d2291a38c1d4c2270989))
|
|
23
|
+
- build valid values package ([6c920c2](https://github.com/bottlebooks/bottlebooks/commit/6c920c2f67a50294c85df3a2d839320772bcad08))
|
|
35
24
|
|
|
36
25
|
# [10.7.0](https://github.com/bottlebooks/bottlebooks/compare/@bottlebooks/valid-values@10.6.2...@bottlebooks/valid-values@10.7.0) (2024-01-10)
|
|
37
26
|
|
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.8.0",
|
|
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": "
|
|
37
|
+
"gitHead": "5e2c346542a2e74c0095707d314234afc231c4b7"
|
|
38
38
|
}
|