@hestia-earth/glossary 0.36.0 → 0.37.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
@@ -2,6 +2,35 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [0.37.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.36.0...v0.37.0) (2023-11-21)
6
+
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * **pesticideAI:** Deletes `Epoxiconazol` in favour of `Epoxiconazole`
11
+ which is an equivalent term.
12
+
13
+ ### Features
14
+
15
+ * **animalManagement:** add `Slatted flooring use` ([ea5f7d1](https://gitlab.com/hestia-earth/hestia-glossary/commit/ea5f7d101f54366d51f2b83a2f08c7d6a4aae045)), closes [#1163](https://gitlab.com/hestia-earth/hestia-glossary/issues/1163)
16
+ * **animalProduct:** add `Fat, animal unspecified` ([0585222](https://gitlab.com/hestia-earth/hestia-glossary/commit/0585222c5b604976704452cd2bdc41e61ea5546b)), closes [#1185](https://gitlab.com/hestia-earth/hestia-glossary/issues/1185)
17
+ * broaden out antibiotic glossary to cover all veterinary drugs ([daad49b](https://gitlab.com/hestia-earth/hestia-glossary/commit/daad49bcf76f2c4bd11852ad542efae836cdd39f)), closes [#398](https://gitlab.com/hestia-earth/hestia-glossary/issues/398)
18
+ * **building:** add `Administrative building` ([d474783](https://gitlab.com/hestia-earth/hestia-glossary/commit/d4747832b41b5795772777902a89353d005f0f8f))
19
+ * **machinery:** add `Gravity wagon` ([5b01464](https://gitlab.com/hestia-earth/hestia-glossary/commit/5b01464908be47db887d6841d47e0ce503ae2374))
20
+ * **methodMeasurement:** add multiple methods ([10e1b99](https://gitlab.com/hestia-earth/hestia-glossary/commit/10e1b9912c10e21b3331d707ec612707a2180faa)), closes [#1202](https://gitlab.com/hestia-earth/hestia-glossary/issues/1202)
21
+ * **pesticideAI:** add `Diamide compounds, unspecified` ([4d9d4cd](https://gitlab.com/hestia-earth/hestia-glossary/commit/4d9d4cddcf1761bd6199b1a82435bb15ecff748a))
22
+ * **pesticideBrandName:** add `Camix` ([29d08fa](https://gitlab.com/hestia-earth/hestia-glossary/commit/29d08faf243240ee72c55e2e5e5c0a071af93caa))
23
+ * **pesticideBrandName:** add `Harness herbicide` ([b611b1a](https://gitlab.com/hestia-earth/hestia-glossary/commit/b611b1aca2561fad41d511bb8c920e5bb3c385aa))
24
+ * **pesticideBrandName:** add `Heat Herbicide`, `Ligate WG`, `Spider`, and `Sumisoya Top` ([9ab6b47](https://gitlab.com/hestia-earth/hestia-glossary/commit/9ab6b478fddbc28d5809a9b7475f537830beffda)), closes [#1198](https://gitlab.com/hestia-earth/hestia-glossary/issues/1198)
25
+
26
+
27
+ ### Bug Fixes
28
+
29
+ * **crop:** fix `Default_ag_dm_crop_residue` and `Default_bg_dm_crop_residue` lookups ([1da82a0](https://gitlab.com/hestia-earth/hestia-glossary/commit/1da82a0d9391567e4ea6ae63838f8126c7377e16)), closes [#1190](https://gitlab.com/hestia-earth/hestia-glossary/issues/1190)
30
+ * **model:** update `RiskPoll model` name in characterisedIndicator mapping ([ca9b63d](https://gitlab.com/hestia-earth/hestia-glossary/commit/ca9b63d3215c557b85ed7434da9a70ac3a0d7488))
31
+ * **pesticideAI:** delete `Epoxiconazol` ([9212e59](https://gitlab.com/hestia-earth/hestia-glossary/commit/9212e59eeac1c57f2ae346d2c2d557b381c695fa))
32
+ * **veterinaryDrugs:** error in lookups ([96a71f3](https://gitlab.com/hestia-earth/hestia-glossary/commit/96a71f300d73ed24069b9dd839a80b40fc35d0c0))
33
+
5
34
  ## [0.36.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.35.0...v0.36.0) (2023-11-06)
6
35
 
7
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/glossary",
3
- "version": "0.36.0",
3
+ "version": "0.37.0",
4
4
  "description": "Hestia Earth Glossary library",
5
5
  "main": "index.js",
6
6
  "scripts": {