From dfcd9bc24d7396fd888fb072973135b5f6134a7d Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Mon, 17 Feb 2020 22:09:08 +1100 Subject: [PATCH] new release --- package-list.json | 56 +++++++++++++++++++++++++------------------- package/package.json | 8 +++---- 2 files changed, 36 insertions(+), 28 deletions(-) diff --git a/package-list.json b/package-list.json index 3364547..2e5a0dd 100644 --- a/package-list.json +++ b/package-list.json @@ -1,24 +1,32 @@ -{ - "package-id" : "hl7.base.template", - "title" : "Base template for HL7 IGs", - "canonical" : "http://fhir.org/templates/hl7.base.template", - "introduction" : "This is the basic template for HL7 guides", - "list" : [ - { - "version" : "current", - "desc" : "Continuous Integration Build (latest in version control)", - "path" : "https://build.fhir.org/ig/HL7/ig-template-hl7", - "status" : "ci-build", - "current" : true - }, - { - "version" : "0.0.1", - "date" : "2020-02-03", - "desc" : "First Release", - "path" : "http://fhir.org/templates/fhir.base.template/0.0.1", - "status" : "release", - "sequence" : "Publications", - "current" : true - } - ] -} +{ + "package-id": "hl7.base.template", + "title": "Base template for HL7 IGs", + "canonical": "http://fhir.org/templates/hl7.base.template", + "introduction": "This is the basic template for HL7 guides", + "list": [ + { + "version": "current", + "desc": "Continuous Integration Build (latest in version control)", + "path": "https://build.fhir.org/ig/HL7/ig-template-hl7", + "status": "ci-build", + "current": true + }, + { + "version": "0.1.0", + "desc": "Upgrade for dependency on fhir.base.template", + "path": "http://fhir.org/templates/hl7.base.template/0.1.0", + "status": "release", + "sequence": "Publications", + "current": true, + "date": "2020-02-17" + }, + { + "version": "0.0.1", + "date": "2020-02-03", + "desc": "First Release", + "path": "http://fhir.org/templates/fhir.base.template/0.0.1", + "status": "release", + "sequence": "Publications" + } + ] +} \ No newline at end of file diff --git a/package/package.json b/package/package.json index ad35e4e..de1e5ac 100644 --- a/package/package.json +++ b/package/package.json @@ -1,13 +1,13 @@ -{ +{ "name": "hl7.base.template", - "version": "0.0.1", "type": "fhir.template", "license": "CC0-1.0", - "description": "HL7 Core Template - base tempalte for use with HL7-published IGs. Shouldn't be used directly - use FHIR, v2, CDA, etc.", + "description": "HL7 Core Template - base tempalte for use with HL7-published IGs. Shouldn\u0027t be used directly - use FHIR, v2, CDA, etc.", "author": "http://hl7.org/fhir", "canonical": "http://fhir.org/templates/hl7.base.template", "base": "fhir.base.template", "dependencies": { "fhir.base.template": "current" - } + }, + "version": "0.1.0" } \ No newline at end of file