Skip to content

Commit

Permalink
v2.6.29
Browse files Browse the repository at this point in the history
  • Loading branch information
Amndeep7 committed Jul 8, 2022
1 parent 8ea2d81 commit bcb9212
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mitre/heimdall-lite",
"version": "2.6.28",
"version": "2.6.29",
"description": "Heimdall Lite 2.0 is a JavaScript based security results viewer and review tool supporting multiple security results formats, such as: InSpec, SonarQube, OWASP-Zap and Fortify which you can load locally, from S3 and other data sources.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"libs/*",
"test"
],
"version": "2.6.28",
"version": "2.6.29",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion libs/hdf-converters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mitre/hdf-converters",
"version": "2.6.28",
"version": "2.6.29",
"license": "Apache-2.0",
"description": "Converter util library used to transform various scan results into HDF format",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heimdall/cypress-tests",
"version": "2.6.26",
"version": "2.6.29",
"private": true,
"description": "",
"scripts": {
Expand Down

0 comments on commit bcb9212

Please sign in to comment.