Skip to content

Commit

Permalink
Upgrade metamodel version for test document templates
Browse files Browse the repository at this point in the history
  • Loading branch information
janslifka committed Nov 4, 2024
1 parent 5bff07a commit bf44ea2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cypress/fixtures/templates/broken.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "Broken Template",
"description": "This is a broken template",
"readme": "# Broken Template",
"metamodelVersion": 14,
"metamodelVersion": 15,
"license": "nolicense",
"allowedPackages": [
{
Expand Down
2 changes: 1 addition & 1 deletion cypress/fixtures/templates/not-allowed.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "Not-Allowed Template",
"description": "This template is not allowed",
"readme": "# Not-Allowed Template",
"metamodelVersion": 14,
"metamodelVersion": 15,
"license": "nolicense",
"allowedPackages": [
{
Expand Down
2 changes: 1 addition & 1 deletion cypress/fixtures/templates/questionnaire-report.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "Questionnaire Report",
"description": "Exported questions and answers from a questionnaire",
"license": "Apache-2.0",
"metamodelVersion": 14,
"metamodelVersion": 15,
"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",
"allowedPackages": [
{
Expand Down

0 comments on commit bf44ea2

Please sign in to comment.