Skip to content

Commit

Permalink
Version 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qligier committed Mar 8, 2024
1 parent a3e064f commit a6dffe6
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
2024/XX/YY Release 3.6.2
2024/03/07 Release 3.7.0

- `docker pull europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox:v3.7.0`
- Implemented the new Gazelle validation API [#141](https://github.com/ahdis/matchbox/issues/141)
- Fixed some validation GUI issues [#207](https://github.com/ahdis/matchbox/issues/207)
- Renamed the keyword "current" to "last" for Implementation Guide versions [#206](https://github.com/ahdis/matchbox/issues/206)
Expand Down
2 changes: 1 addition & 1 deletion docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if you have the rights you can download Matchbox as a docker container:

```
docker pull europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox:v3.6.1
docker pull europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox:v3.7.0
```

## Configurable base image:
Expand Down
2 changes: 1 addition & 1 deletion docs/matchbox-engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ You can add the matchbox-engine dependency in your `pom.xml`:
<dependency>
<groupId>health.matchbox</groupId>
<artifactId>matchbox-engine</artifactId>
<version>3.6.1</version>
<version>3.7.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion matchbox-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>matchbox</artifactId>
<groupId>health.matchbox</groupId>
<version>3.6.1</version>
<version>3.7.0</version>
</parent>

<artifactId>matchbox-engine</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions matchbox-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion matchbox-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matchbox",
"version": "3.6.1",
"version": "3.7.0",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion matchbox-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>matchbox</artifactId>
<groupId>health.matchbox</groupId>
<version>3.6.1</version>
<version>3.7.0</version>
</parent>

<artifactId>matchbox-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion matchbox-server/src/main/resources/static/index.html

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>health.matchbox</groupId>
<artifactId>matchbox</artifactId>
<version>3.6.1</version>
<version>3.7.0</version>
<packaging>pom</packaging>
<name>matchbox</name>
<description>An open-source implementation to support testing and implementation of FHIR based solutions and map or
Expand Down

0 comments on commit a6dffe6

Please sign in to comment.