diff --git a/charts/traceability-foss/Chart.yaml b/charts/traceability-foss/Chart.yaml index 3f6e90c250..bc53cd55ab 100644 --- a/charts/traceability-foss/Chart.yaml +++ b/charts/traceability-foss/Chart.yaml @@ -24,7 +24,7 @@ sources: - https://github.com/eclipse-tractusx/traceability-foss type: application version: 1.3.12 -appVersion: "6.0.0" +appVersion: "7.0.0" dependencies: - name: frontend repository: "file://charts/frontend" diff --git a/charts/traceability-foss/charts/backend/Chart.yaml b/charts/traceability-foss/charts/backend/Chart.yaml index 97978a8ca7..d77ff5f54c 100644 --- a/charts/traceability-foss/charts/backend/Chart.yaml +++ b/charts/traceability-foss/charts/backend/Chart.yaml @@ -21,7 +21,7 @@ name: backend description: A Helm chart for Traceability backend application type: application version: 1.3.12 -appVersion: "6.0.0" +appVersion: "7.0.0" dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami @@ -39,4 +39,3 @@ dependencies: repository: https://eclipse-tractusx.github.io/item-relationship-service version: 1.1.2 condition: irs-edc-consumer.enabled - diff --git a/charts/traceability-foss/charts/frontend/Chart.yaml b/charts/traceability-foss/charts/frontend/Chart.yaml index cc122b9aae..6b39064203 100644 --- a/charts/traceability-foss/charts/frontend/Chart.yaml +++ b/charts/traceability-foss/charts/frontend/Chart.yaml @@ -21,4 +21,4 @@ name: frontend description: A Helm chart for Traceability frontend application type: application version: 1.3.12 -appVersion: "6.0.0" +appVersion: "7.0.0" diff --git a/frontend/package.json b/frontend/package.json index 55de70506e..899fb20320 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,29 +1,29 @@ { - "name" : "trace-x", - "version" : "6.0.0", - "scripts" : { - "analyze" : "ng build --configuration=production --stats-json && webpack-bundle-analyzer dist/stats.json", - "build:prod" : "ng build --configuration=debugProd --base-href /{baseHrefPlaceholder}/ --deploy-url /{baseHrefPlaceholder}/", - "build:prodDebug" : "ng build --configuration=debugProd --base-href /{baseHrefPlaceholder}/ --deploy-url /{baseHrefPlaceholder}/", - "format" : "prettier --write \"src/**/*.{js,ts,json,md,css,scss,html}\"", - "lint" : "eslint --color --fix -c .eslintrc.js --ext .ts ./src/app", - "ng" : "ng", - "ng-cdk" : "ng update --force @angular/cdk", - "ng-cli" : "ng update --force @angular/cli", - "ng-core" : "ng update --force @angular/core", - "ng-material" : "ng update --force @angular/material", - "prepare" : "cd .. && husky install frontend/.husky", - "start" : "ng serve", - "start:auth" : "ng serve --configuration=dev,auth", + "name": "trace-x", + "version": "7.0.0", + "scripts": { + "analyze": "ng build --configuration=production --stats-json && webpack-bundle-analyzer dist/stats.json", + "build:prod": "ng build --configuration=debugProd --base-href /{baseHrefPlaceholder}/ --deploy-url /{baseHrefPlaceholder}/", + "build:prodDebug": "ng build --configuration=debugProd --base-href /{baseHrefPlaceholder}/ --deploy-url /{baseHrefPlaceholder}/", + "format": "prettier --write \"src/**/*.{js,ts,json,md,css,scss,html}\"", + "lint": "eslint --color --fix -c .eslintrc.js --ext .ts ./src/app", + "ng": "ng", + "ng-cdk": "ng update --force @angular/cdk", + "ng-cli": "ng update --force @angular/cli", + "ng-core": "ng update --force @angular/core", + "ng-material": "ng update --force @angular/material", + "prepare": "cd .. && husky install frontend/.husky", + "start": "ng serve", + "start:auth": "ng serve --configuration=dev,auth", "start:auth:dev": "ng serve --configuration=dev,authDev", "start:auth:test": "ng serve --configuration=dev,authTest", "start:auth:e2ea": "ng serve --configuration=dev,authE2eA", - "start:auth:mock" : "ng serve --configuration=authMock", - "start:auth:local" : "ng serve --configuration=authLocal", - "start:auth:localBe" : "ng serve --configuration=localBackend", - "start:noAuth:localBe" : "ng serve --configuration=localBackendNoAuth", - "env:mock" : "docker-compose up", - "test" : "ng test", + "start:auth:mock": "ng serve --configuration=authMock", + "start:auth:local": "ng serve --configuration=authLocal", + "start:auth:localBe": "ng serve --configuration=localBackend", + "start:noAuth:localBe": "ng serve --configuration=localBackendNoAuth", + "env:mock": "docker-compose up", + "test": "ng test", "test:ci": "ng test --no-watch --no-progress --browsers=ChromeHeadless", "add-license-header": "node ./scripts/add-license-header.js --src=src", "dependencies:download-tool": "mkdir -p ./scripts/download && curl -L --output ./scripts/download/org.eclipse.dash.licenses-0.0.1-SNAPSHOT.jar 'https://repo.eclipse.org/service/local/artifact/maven/redirect?r=dash-licenses&g=org.eclipse.dash&a=org.eclipse.dash.licenses&v=0.0.1-SNAPSHOT'",