From 6d8f4985356cbc43d021ce1a1ee407e09530aa39 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 28 Oct 2024 13:32:04 +0000 Subject: [PATCH] chore: release --- .changeset/happy-owls-march.md | 5 ----- apis/core/CHANGELOG.md | 6 ++++++ apis/core/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/happy-owls-march.md diff --git a/.changeset/happy-owls-march.md b/.changeset/happy-owls-march.md deleted file mode 100644 index c4d1a6713..000000000 --- a/.changeset/happy-owls-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-creator/core-api": patch ---- - -OpenDataSwiss resource title should allow more than one value (one for each language) diff --git a/apis/core/CHANGELOG.md b/apis/core/CHANGELOG.md index f7458320c..ded1e2aba 100644 --- a/apis/core/CHANGELOG.md +++ b/apis/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @cube-creator/core-api +## 2.4.1 + +### Patch Changes + +- 38b7552: OpenDataSwiss resource title should allow more than one value (one for each language) + ## 2.4.0 ### Minor Changes diff --git a/apis/core/package.json b/apis/core/package.json index ccc14d13a..91d2f3db7 100644 --- a/apis/core/package.json +++ b/apis/core/package.json @@ -1,6 +1,6 @@ { "name": "@cube-creator/core-api", - "version": "2.4.0", + "version": "2.4.1", "private": true, "scripts": { "build": "tsc"