@hestia-earth/glossary 0.11.1 → 0.12.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 +12 -0
- package/package.json +1 -1
- package/resources/impactAssessment.json +1 -0
- package/resources/term-restrictions.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
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.12.0](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.11.1...v0.12.0) (2022-11-22)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
* **landUseManagement:** `fallowCorrection` replaced by `longFallowRatio`
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* **crop:** add generic terms for lupins ([286c1f4](https://gitlab.com/hestia-earth/hestia-glossary/commit/286c1f45569961d8481b6d3bf99f99908964b0d1)), closes [#533](https://gitlab.com/hestia-earth/hestia-glossary/issues/533)
|
|
15
|
+
* **landUseManagement:** rename `fallowCorrection` to `longFallowRatio` ([11e27cd](https://gitlab.com/hestia-earth/hestia-glossary/commit/11e27cd82d6a2743543b1e9f4bbc7fd639313180))
|
|
16
|
+
|
|
5
17
|
### [0.11.1](https://gitlab.com/hestia-earth/hestia-glossary/compare/v0.11.0...v0.11.1) (2022-11-18)
|
|
6
18
|
|
|
7
19
|
|
package/package.json
CHANGED
|
@@ -4041,44 +4041,37 @@
|
|
|
4041
4041
|
"sea or ocean"
|
|
4042
4042
|
]
|
|
4043
4043
|
},
|
|
4044
|
-
"fallowCorrection": {
|
|
4045
|
-
"siteTypesAllowed": [
|
|
4046
|
-
"cropland",
|
|
4047
|
-
"glass or high accessible cover"
|
|
4048
|
-
]
|
|
4049
|
-
},
|
|
4050
4044
|
"croppingIntensity": {
|
|
4051
4045
|
"siteTypesAllowed": [
|
|
4052
4046
|
"cropland",
|
|
4053
4047
|
"glass or high accessible cover"
|
|
4054
4048
|
]
|
|
4055
4049
|
},
|
|
4056
|
-
"
|
|
4050
|
+
"croppingDuration": {
|
|
4057
4051
|
"siteTypesAllowed": [
|
|
4058
4052
|
"cropland",
|
|
4059
4053
|
"glass or high accessible cover",
|
|
4060
4054
|
"permanent pasture"
|
|
4061
4055
|
]
|
|
4062
4056
|
},
|
|
4063
|
-
"
|
|
4057
|
+
"shortFallowPeriod": {
|
|
4064
4058
|
"siteTypesAllowed": [
|
|
4065
4059
|
"cropland",
|
|
4066
4060
|
"glass or high accessible cover",
|
|
4067
4061
|
"permanent pasture"
|
|
4068
4062
|
]
|
|
4069
4063
|
},
|
|
4070
|
-
"
|
|
4064
|
+
"shortFallowCrop": {
|
|
4071
4065
|
"siteTypesAllowed": [
|
|
4072
4066
|
"cropland",
|
|
4073
4067
|
"glass or high accessible cover",
|
|
4074
4068
|
"permanent pasture"
|
|
4075
4069
|
]
|
|
4076
4070
|
},
|
|
4077
|
-
"
|
|
4071
|
+
"longFallowRatio": {
|
|
4078
4072
|
"siteTypesAllowed": [
|
|
4079
4073
|
"cropland",
|
|
4080
|
-
"glass or high accessible cover"
|
|
4081
|
-
"permanent pasture"
|
|
4074
|
+
"glass or high accessible cover"
|
|
4082
4075
|
]
|
|
4083
4076
|
},
|
|
4084
4077
|
"longFallowPeriod": {
|
|
@@ -4143,6 +4136,13 @@
|
|
|
4143
4136
|
"permanent pasture"
|
|
4144
4137
|
]
|
|
4145
4138
|
},
|
|
4139
|
+
"permanentRaisedBeds": {
|
|
4140
|
+
"siteTypesAllowed": [
|
|
4141
|
+
"cropland",
|
|
4142
|
+
"glass or high accessible cover",
|
|
4143
|
+
"permanent pasture"
|
|
4144
|
+
]
|
|
4145
|
+
},
|
|
4146
4146
|
"shadeTrees": {
|
|
4147
4147
|
"siteTypesAllowed": [
|
|
4148
4148
|
"cropland",
|