Skip to content

Commit

Permalink
Merge branch 'hotfix/3.1.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Jun 22, 2022
2 parents 9e48b0a + 5677c30 commit e2c4b89
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [3.1.6](https://github.com/TheHive-Project/Cortex/milestone/32) (2022-06-22)

**Fixed bugs:**

- Web frontend doesn't work [\#419](https://github.com/TheHive-Project/Cortex/issues/419)

## [3.1.5](https://github.com/TheHive-Project/Cortex/milestone/29) (2022-06-22)

**Implemented enhancements:**
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "3.1.5-1"
ThisBuild / version := "3.1.6-1"
18 changes: 9 additions & 9 deletions www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cortex",
"version": "3.1.5",
"version": "3.1.6",
"description": "A powerfull observable analysis engine",
"license": "AGPL-3.0-or-later",
"homepage": "https://github.com/TheHive-Project/Cortex",
Expand Down Expand Up @@ -31,7 +31,7 @@
"angular-ui-bootstrap": "^2.5.6",
"angular-ui-notification": "^0.3.6",
"angular-utils-pagination": "^0.11.1",
"bootstrap-sass": "^3.4.1",
"bootstrap-sass": "3.4.1",
"dropzone": "^5.5.1",
"es6-promise": "^4.2.6",
"font-awesome": "^4.7.0",
Expand All @@ -45,7 +45,7 @@
"node": ">=0.12.0"
},
"devDependencies": {
"assets-webpack-plugin": "^3.4.0",
"assets-webpack-plugin": "3.4.0",
"autoprefixer": "^6.5.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.1",
Expand All @@ -55,24 +55,24 @@
"babel-preset-es2017": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"baggage-loader": "^0.2.4",
"clean-webpack-plugin": "^0.1.10",
"clean-webpack-plugin": "0.1.10",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"css-spaces": "^0.3.5",
"eslint": "^4.14.0",
"eslint-loader": "^1.5.0",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"extract-text-webpack-plugin": "2.0.0-beta.4",
"file-loader": "^0.9.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.22.0",
"manifest-revision-webpack-plugin": "^0.3.0",
"html-webpack-plugin": "2.22.0",
"manifest-revision-webpack-plugin": "0.3.0",
"ngtemplate-loader": "^1.3.1",
"node-sass": "^4.12.0",
"postcss-loader": "^0.13.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.9",
"webpack": "^3.5.0",
"webpack-dev-server": "^2.2.0"
"webpack": "3.5.0",
"webpack-dev-server": "2.2.0"
}
}

0 comments on commit e2c4b89

Please sign in to comment.