Skip to content
Snippets Groups Projects
Commit 064a5054 authored by david.bauer's avatar david.bauer :fire:
Browse files

Add last version number to package.json and Chart

parent c1b501c6
No related branches found
No related tags found
No related merge requests found
......@@ -2,3 +2,4 @@
All notable changes to this project will be documented in this file.
## [Unreleased]
......@@ -21,7 +21,7 @@ version: 1.0.0
# 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"
appVersion: "1.1.236706"
dependencies:
- name: ox-common
version: 1.0.17
......
{
"name": "@open-xchange/ui-middleware",
"version": "1.0.0",
"version": "1.1.236706",
"description": "Provides a combined manifest.json",
"type": "module",
"main": "src/index.js",
......@@ -10,7 +10,7 @@
"dev": "nodemon index.js",
"prepare": "husky install",
"test": "LOG_LEVEL=error NODE_OPTIONS=--experimental-vm-modules jest --no-cache",
"release-chart": "cd helm/ui-middleware/ && npx --package=@open-xchange/release-it -- release-it",
"release-chart": "cd helm/core-ui-middleware/ && npx --package=@open-xchange/release-it -- release-it",
"release-app": "npx --package=@open-xchange/release-it -- release-it",
"release": "yarn release-chart && yarn release-app"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment