Skip to content

Commit

Permalink
chore(release): cut prism mediator 0.6.0 release
Browse files Browse the repository at this point in the history
# [0.6.0](prism-mediator-v0.5.0...prism-mediator-v0.6.0) (2023-07-27)

### Features

* add helm-chart for mediator ([#64](#64)) ([52e5d3b](52e5d3b)), closes [#61](#61) [#63](#63)
* helm-chart appVersion bump and addtional fixes ([#67](#67)) ([3ccbe3e](3ccbe3e))

Signed-off-by: atala-dev <atala.dev@iohk.io>
  • Loading branch information
atala-dev committed Apr 30, 2024
1 parent 10b0f25 commit 6c0ed98
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [0.6.0](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.5.0...prism-mediator-v0.6.0) (2023-07-27)


### Features

* add helm-chart for mediator ([#64](https://github.com/input-output-hk/atala-prism-mediator/issues/64)) ([52e5d3b](https://github.com/input-output-hk/atala-prism-mediator/commit/52e5d3bf031895336279d6981016bada9ce32eaf)), closes [#61](https://github.com/input-output-hk/atala-prism-mediator/issues/61) [#63](https://github.com/input-output-hk/atala-prism-mediator/issues/63)
* helm-chart appVersion bump and addtional fixes ([#67](https://github.com/input-output-hk/atala-prism-mediator/issues/67)) ([3ccbe3e](https://github.com/input-output-hk/atala-prism-mediator/commit/3ccbe3ed093c7f22dbd4b934e9d9ce8488cbd302))

# [0.5.0](https://github.com/input-output-hk/atala-prism-mediator/compare/prism-mediator-v0.4.1...prism-mediator-v0.5.0) (2023-07-21)


Expand Down
6 changes: 1 addition & 5 deletions infrastructure/charts/mediator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: v2
name: prism-node
description: A Helm chart for deploying prism-mediator

# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
Expand All @@ -11,16 +10,13 @@ description: A Helm chart for deploying prism-mediator
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.5.0"

appVersion: "0.6.0"
dependencies: []
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atala-prism-mediator",
"version": "0.5.0",
"version": "0.6.0",
"engines": {
"node": ">=16.13.0"
},
Expand Down Expand Up @@ -47,7 +47,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "yq -i '.appVersion = \"${nextRelease.version}\"' ./infrastructure/charts/mediator/Chart.yaml"
"prepareCmd": "yq -i '.appVersion = \"${nextRelease.version}\"' ./infrastructure/charts/mediator/Chart.yaml"
}
],
[
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.5.0-SNAPSHOT"
ThisBuild / version := "0.6.0-SNAPSHOT"

0 comments on commit 6c0ed98

Please sign in to comment.