From 223276f6af9b08eff0e12a971123c40ea71ef330 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Thu, 26 May 2022 18:53:27 +0200 Subject: [PATCH 1/3] #343 - Fix in schema for frontMatter.taxonomy.fieldGroups setting --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c4e9a49f..c2dd160b 100644 --- a/package.json +++ b/package.json @@ -1174,7 +1174,7 @@ }, "additionalProperties": false, "required": [ - "name", + "id", "fields" ] } From af11c304d3f1da808faee099300c643a7e09b72c Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Thu, 26 May 2022 18:53:35 +0200 Subject: [PATCH 2/3] 7.3.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index e636601f..41b03f64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-front-matter-beta", - "version": "7.3.0", + "version": "7.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c2dd160b..4c11c166 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Front Matter", "description": "Front Matter is a CMS that runs within Visual Studio Code. It gives you the power and control of a full-blown CMS while also providing you the flexibility and speed of the static site generator of your choice like: Hugo, Jekyll, Hexo, NextJs, Gatsby, and many more...", "icon": "assets/frontmatter-teal-128x128.png", - "version": "7.3.0", + "version": "7.3.1", "preview": false, "publisher": "eliostruyf", "galleryBanner": { From 8d00726322d9cb76f2653a2007005135e92b1040 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Thu, 26 May 2022 18:57:22 +0200 Subject: [PATCH 3/3] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc748d77..156ab012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [7.3.1] - 2022-05-26 + +### 🐞 Fixes + +- [#343](https://github.com/estruyf/vscode-front-matter/issues/343): Fix in the schema for the `frontMatter.taxonomy.fieldGroups` setting + ## [7.3.0] - 2022-05-25 - [Release notes](https://beta.frontmatter.codes/updates/v7.3.0) ### 🎨 Enhancements