Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #196

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/lucky-doors-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-trainers-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-falcons-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-papayas-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-numbers-pay.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cube-link",
"version": "0.2.2",
"version": "0.2.3",
"private": true,
"description": "Cube Schema",
"type": "module",
Expand Down