Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamegrieve committed Feb 17, 2020
1 parent 860258b commit dfcd9bc
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 28 deletions.
56 changes: 32 additions & 24 deletions package-list.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
8 changes: 4 additions & 4 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit dfcd9bc

Please sign in to comment.