Skip to content

Commit

Permalink
oppgradere til 2.2.0 av no-basis i sushi og byggscript
Browse files Browse the repository at this point in the history
  • Loading branch information
thomiz committed Jan 18, 2024
1 parent 9806e56 commit a237344
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testbuild-vitalsigns-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

# NPM and no-basis package
- name: NPM install no-basis
run: npm --registry https://packages.simplifier.net install hl7.fhir.no.basis@2.1.2
run: npm --registry https://packages.simplifier.net install hl7.fhir.no.basis@2.2.0

# Downloads the newest version of the IG Publisher, this could probable be cached.
- name: 📥 Download IG Publisher
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vitalsigns-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

# NPM and no-basis package
- name: NPM install no-basis
run: npm --registry https://packages.simplifier.net install hl7.fhir.no.basis@2.1.1
run: npm --registry https://packages.simplifier.net install hl7.fhir.no.basis@2.2.0

# Downloads the newest version of the IG Publisher, this could probable be cached.
- name: 📥 Download IG Publisher
Expand Down
4 changes: 2 additions & 2 deletions VitalSigns/sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ FSHOnly: false
applyExtensionMetadataToRoot: false
id: hl7.fhir.no.domain.vitalsigns
status: draft
version: 0.6.0
version: 0.6.1
releaseLabel: ci-build
copyrightYear: 2021+
jurisdiction: urn:iso:std:iso:3166#NO "Norway"
dependencies:
hl7.fhir.no.basis: 2.1.1
hl7.fhir.no.basis: 2.2.0

# ╭────────────────────────────────────────────menu.xml────────────────────────────────────────────╮
# │ To use a provided input/includes/menu.xml file, delete the "menu" property below. │
Expand Down

0 comments on commit a237344

Please sign in to comment.