Skip to content

Commit

Permalink
ci: commit version bump in root package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
reey committed Apr 8, 2024
1 parent 7ec3cf0 commit 63f6aa4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 26 deletions.
1 change: 1 addition & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
{
"assets": [
"CHANGELOG.md",
"package.json",
"*/package.json",
"*/cumulocity.json",
"yarn.lock"
Expand Down
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"name": "cumulocity-remote-access-cloud-http-proxy",
"private": true,
"version": "2.4.3",
"author": "Tristan Bastian",
"description": "Allows to proxy HTTP requests through the cloud to an HTTP server running on a Cumulocity IoT connected device.",
"scripts": {
"backend:dev": "yarn workspace cloud-http-proxy dev",
"build:release": "yarn workspace cloud-http-proxy build:release && yarn workspace remote-access-cloud-http-proxy-ui build:release"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/issues"
},
"homepage": "https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy.git"
},
"workspaces": [
"backend",
"frontend"
],
"devDependencies": {
"autoprefixer": "^10.4.12"
}
}
"name": "cumulocity-remote-access-cloud-http-proxy",
"private": true,
"version": "2.4.3",
"author": "Tristan Bastian",
"description": "Allows to proxy HTTP requests through the cloud to an HTTP server running on a Cumulocity IoT connected device.",
"scripts": {
"backend:dev": "yarn workspace cloud-http-proxy dev",
"build:release": "yarn workspace cloud-http-proxy build:release && yarn workspace remote-access-cloud-http-proxy-ui build:release"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy/issues"
},
"homepage": "https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/SoftwareAG/cumulocity-remote-access-cloud-http-proxy.git"
},
"workspaces": [
"backend",
"frontend"
],
"devDependencies": {
"autoprefixer": "^10.4.12"
}
}

0 comments on commit 63f6aa4

Please sign in to comment.