From 214b479ced191e9e4b9bea854949bbefc4beeedb Mon Sep 17 00:00:00 2001 From: Tomasz Pluskiewicz Date: Wed, 17 Apr 2024 10:26:47 +0200 Subject: [PATCH] chore: separate changesets --- .changeset/light-crabs-beam.md | 5 +++++ .changeset/ninety-parents-press.md | 5 +++++ .changeset/stupid-cars-bathe.md | 2 -- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 .changeset/light-crabs-beam.md create mode 100644 .changeset/ninety-parents-press.md diff --git a/.changeset/light-crabs-beam.md b/.changeset/light-crabs-beam.md new file mode 100644 index 0000000..8fe21ea --- /dev/null +++ b/.changeset/light-crabs-beam.md @@ -0,0 +1,5 @@ +--- +"cube-link": patch +--- + +`standalone-cube-constraint`: schema:dateModified` now allows both `xsd:dateTime` in addition to `xsd:date` (closes #166) diff --git a/.changeset/ninety-parents-press.md b/.changeset/ninety-parents-press.md new file mode 100644 index 0000000..5f64b91 --- /dev/null +++ b/.changeset/ninety-parents-press.md @@ -0,0 +1,5 @@ +--- +"cube-link": patch +--- + +`profile-visualize`: added `sh:class` to `meta:dataKind` shapes (closes #167) diff --git a/.changeset/stupid-cars-bathe.md b/.changeset/stupid-cars-bathe.md index a134a72..bc26215 100644 --- a/.changeset/stupid-cars-bathe.md +++ b/.changeset/stupid-cars-bathe.md @@ -3,5 +3,3 @@ --- `standalone-cube-constraint`: lowered the severity of missing observation to `sh:Warning` (re #168) -`standalone-cube-constraint`: schema:dateModified` now allows both `xsd:dateTime` in addition to `xsd:date` (closes #166) -`profile-visualize`: added `sh:class` to `meta:dataKind` shapes (closes #167)