Skip to content

Commit

Permalink
Merge pull request #126 from catenax-ng/release/v1.0.0
Browse files Browse the repository at this point in the history
Release/v1.0.0- Prepared release v1.0.0 from release v1.0.0-rc4
  • Loading branch information
matbmoser authored Aug 16, 2023
2 parents 33d1b99 + 802f442 commit 024653d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e


## [released]
## [1.0.0] - 15-08-2023
## [1.0.0] - 16-08-2023

# What is new?

Expand Down
4 changes: 2 additions & 2 deletions charts/digital-product-pass/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.0.0-rc4
version: 1.0.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: "1.0.0-rc4"
appVersion: "1.0.0"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "productpass-consumer-ui",
"version": "1.0.0-rc4",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vite --host localhost",
Expand Down

0 comments on commit 024653d

Please sign in to comment.