Skip to content

Commit e129f63

Browse files
Version Packages
1 parent cf03f6e commit e129f63

File tree

7 files changed

+15
-29
lines changed

7 files changed

+15
-29
lines changed

.changeset/lucky-doors-brush.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/pink-trainers-sell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ten-falcons-rule.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thick-papayas-turn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tricky-numbers-pay.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# cube-link
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- a41f716: Improve validation of `meta:dimensionRelation`:
8+
9+
1. Check that upper/lower bound has at most one `dcterms:type`
10+
2. Check that `meta:relatesTo` is actually a dimension
11+
12+
- 71c3d52: Add an informative section about using [Time Ontology in OWL](https://www.w3.org/TR/owl-time/) for temporal dimensions
13+
- 46133ba: Only use `qudt:hasUnit` in documentation (instead of deprecated `qudt:unit`)
14+
- 641d841: Adding dimension annotations (`meta:annotation`) re https://gitlab.ldbar.ch/bafu/visualize/-/issues/542
15+
- de24a37: Relation vocabulary: added relation types for asymmetrical margin of error
16+
317
## 0.2.2
418

519
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cube-link",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"private": true,
55
"description": "Cube Schema",
66
"type": "module",

0 commit comments

Comments
 (0)