From c48747801bc18f75cfd38f8d66b450422841da53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 1 Oct 2024 07:50:43 +0000 Subject: [PATCH] Version Packages --- .changeset/lucky-doors-brush.md | 8 -------- .changeset/pink-trainers-sell.md | 5 ----- .changeset/ten-falcons-rule.md | 5 ----- .changeset/thick-papayas-turn.md | 5 ----- .changeset/tricky-numbers-pay.md | 5 ----- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 7 files changed, 15 insertions(+), 29 deletions(-) delete mode 100644 .changeset/lucky-doors-brush.md delete mode 100644 .changeset/pink-trainers-sell.md delete mode 100644 .changeset/ten-falcons-rule.md delete mode 100644 .changeset/thick-papayas-turn.md delete mode 100644 .changeset/tricky-numbers-pay.md diff --git a/.changeset/lucky-doors-brush.md b/.changeset/lucky-doors-brush.md deleted file mode 100644 index 65b6db4..0000000 --- a/.changeset/lucky-doors-brush.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"cube-link": patch ---- - -Improve validation of `meta:dimensionRelation`: - -1. Check that upper/lower bound has at most one `dcterms:type` -2. Check that `meta:relatesTo` is actually a dimension diff --git a/.changeset/pink-trainers-sell.md b/.changeset/pink-trainers-sell.md deleted file mode 100644 index 14560ed..0000000 --- a/.changeset/pink-trainers-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cube-link": patch ---- - -Add an informative section about using [Time Ontology in OWL](https://www.w3.org/TR/owl-time/) for temporal dimensions diff --git a/.changeset/ten-falcons-rule.md b/.changeset/ten-falcons-rule.md deleted file mode 100644 index 6cdff65..0000000 --- a/.changeset/ten-falcons-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cube-link": patch ---- - -Only use `qudt:hasUnit` in documentation (instead of deprecated `qudt:unit`) diff --git a/.changeset/thick-papayas-turn.md b/.changeset/thick-papayas-turn.md deleted file mode 100644 index 2094228..0000000 --- a/.changeset/thick-papayas-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cube-link": patch ---- - -Adding dimension annotations (`meta:annotation`) re https://gitlab.ldbar.ch/bafu/visualize/-/issues/542 diff --git a/.changeset/tricky-numbers-pay.md b/.changeset/tricky-numbers-pay.md deleted file mode 100644 index 4539494..0000000 --- a/.changeset/tricky-numbers-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cube-link": patch ---- - -Relation vocabulary: added relation types for asymmetrical margin of error diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a947b5..66d406b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # cube-link +## 0.2.3 + +### Patch Changes + +- a41f716: Improve validation of `meta:dimensionRelation`: + + 1. Check that upper/lower bound has at most one `dcterms:type` + 2. Check that `meta:relatesTo` is actually a dimension + +- 71c3d52: Add an informative section about using [Time Ontology in OWL](https://www.w3.org/TR/owl-time/) for temporal dimensions +- 46133ba: Only use `qudt:hasUnit` in documentation (instead of deprecated `qudt:unit`) +- 641d841: Adding dimension annotations (`meta:annotation`) re https://gitlab.ldbar.ch/bafu/visualize/-/issues/542 +- de24a37: Relation vocabulary: added relation types for asymmetrical margin of error + ## 0.2.2 ### Patch Changes diff --git a/package.json b/package.json index 03dbb7f..9eabb3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cube-link", - "version": "0.2.2", + "version": "0.2.3", "private": true, "description": "Cube Schema", "type": "module",