Skip to content

Commit bf44ea2

Browse files
committed
Upgrade metamodel version for test document templates
1 parent 5bff07a commit bf44ea2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cypress/fixtures/templates/broken.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "Broken Template",
77
"description": "This is a broken template",
88
"readme": "# Broken Template",
9-
"metamodelVersion": 14,
9+
"metamodelVersion": 15,
1010
"license": "nolicense",
1111
"allowedPackages": [
1212
{

cypress/fixtures/templates/not-allowed.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "Not-Allowed Template",
77
"description": "This template is not allowed",
88
"readme": "# Not-Allowed Template",
9-
"metamodelVersion": 14,
9+
"metamodelVersion": 15,
1010
"license": "nolicense",
1111
"allowedPackages": [
1212
{

cypress/fixtures/templates/questionnaire-report.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "Questionnaire Report",
77
"description": "Exported questions and answers from a questionnaire",
88
"license": "Apache-2.0",
9-
"metamodelVersion": 14,
9+
"metamodelVersion": 15,
1010
"readme": "# Questionnaire Report\n\nThis generic *default* template for [Data Stewardship Wizard](https://ds-wizard.org) (DSW) directly transforms answers from a questionnaire into a document while maintaining the structure. It is not tied to any knowledge model and is included by default in every DSW instance.\n\n## Changelog\n\n### 1.4.0\n\n- Adjusted to template metamodel version 4 (released in DSW 3.2.0)\n\n### 1.3.0\n\n- Adjusted to template metamodel version 3 (released in DSW 2.12.0)\n\n### 1.2.1\n\n- Fix issue with multiple tags on questions\n\n### 1.2.0\n\n- Added support for Multi-Choice questions (released in DSW 2.11.0)\n\n### 1.1.0\n\n- Adjusted to template metamodel version 2\n\n### 1.0.0\n\n- Initial version previously distributed as files directly in DSW\n",
1111
"allowedPackages": [
1212
{

0 commit comments

Comments
 (0)