@hestia-earth/glossary 0.16.0 → 0.16.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
@@ -2,6 +2,8 @@
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.16.1](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.16.0...v0.16.1) (2023-03-15)
6
+
5
7
  ## [0.16.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.15.1...v0.16.0) (2023-03-15)
6
8
 
7
9
 
@@ -11,14 +13,8 @@ All notable changes to this project will be documented in this file. See [standa
11
13
  * **property:** Rename `Lipid content` `Fat content`
12
14
  * **property:** Rename `Deliveries per year` `Deliveries per Cycle` and
13
15
  `Weaned animals per mother per year` `Weaned animals per Cycle`
14
- * **operation:** Deletes operation term `Bailing, with round bailer
15
- (straw)` because the `units` are in `hectares` and inconsistent with the rest
16
- of the glossary.
17
- * For the `cropEstablishment`,
18
- `cropResidueManagement`, `landUseManagement`, `system`, `tillage`, and
19
- `waterRegime` glossaries, where terms units refer to `% area`, change
20
- `units` from `%` to `% area`
21
- Related to: https://gitlab.com/hestia-earth/hestia-schema/-/issues/255
16
+ * **operation:** Delete operation term `Bailing, with round bailer (straw)`.
17
+ * Change `units` from `%` to `% area` for: `cropEstablishment`, `cropResidueManagement`, `landUseManagement`, `system`, `tillage`, and `waterRegime` glossaries.
22
18
 
23
19
  ### Features
24
20
 
@@ -26,7 +22,7 @@ Related to: https://gitlab.com/hestia-earth/hestia-schema/-/issues/255
26
22
  * **animalManagement:** add `Animal breed` term ([4f2d7d7](https://gitlab.com/hestia-earth/hestia-glossary/commit/4f2d7d73e9929c87820a5d5cf86b37d0eb0f216b))
27
23
  * **aquacultureManagement:** set `% area` as `units` where no units specified ([7cd0fc7](https://gitlab.com/hestia-earth/hestia-glossary/commit/7cd0fc7a10427d6c98695212f9ec93f3078bc224))
28
24
  * **biologicalControlAgent:** move `trichogrammaWasps` from `other` glossary ([19ec263](https://gitlab.com/hestia-earth/hestia-glossary/commit/19ec2631c4c69c79778863e3509acb39da7b2078))
29
- * **crop:** add agrovoc links ([24fdb20](https://gitlab.com/hestia-earth/hestia-glossary/commit/24fdb20ef8fa5cc8888b34803c1ab9b49132d8ac)), closes [#72](https://gitlab.com/hestia-earth/hestia-glossary/issues/72)
25
+ * **crop:** add agrovoc links ([24fdb20](https://gitlab.com/hestia-earth/hestia-glossary/commit/24fdb20ef8fa5cc8888b34803c1ab9b49132d8ac)), relates to [#72](https://gitlab.com/hestia-earth/hestia-glossary/issues/72)
30
26
  * **crop:** add terms for `sea kale`, `rocket`, `wild rocket`, and `bitterleaf` ([e4ca3ff](https://gitlab.com/hestia-earth/hestia-glossary/commit/e4ca3ffde7a9aa70e90baf4ae1fe362489a2b7ba)), closes [#518](https://gitlab.com/hestia-earth/hestia-glossary/issues/518)
31
27
  * **excretaManagement:** add `anaerobicDigesterUnspecified` to lookups ([8651ea4](https://gitlab.com/hestia-earth/hestia-glossary/commit/8651ea42f41793ce18aefbc3143ea34466f59abd))
32
28
  * **feedFoodAdditive:** create glossary from `other` glossary ([1f282bf](https://gitlab.com/hestia-earth/hestia-glossary/commit/1f282bf9a14ef4cefeefe5f9146e50a565ed3d0b)), closes [#654](https://gitlab.com/hestia-earth/hestia-glossary/issues/654)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/glossary",
3
- "version": "0.16.0",
3
+ "version": "0.16.1",
4
4
  "description": "Hestia Earth Glossary library",
5
5
  "main": "index.js",
6
6
  "scripts": {