Skip to content

Commit

Permalink
Bump revision 04 for 4.7.0-RC2 (#6144)
Browse files Browse the repository at this point in the history
* Bump revision 04

* Add --runInBand
  • Loading branch information
yenienserrano authored Nov 23, 2023
1 parent 26e2b02 commit a055127
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to the Wazuh app project will be documented in this file.

## Wazuh v4.7.0 - OpenSearch Dashboards 2.8.0 - Revision 03
## Wazuh v4.7.0 - OpenSearch Dashboards 2.8.0 - Revision 04

### Added

Expand Down
2 changes: 1 addition & 1 deletion plugins/main/opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "wazuh",
"version": "4.7.0-03",
"version": "4.7.0-04",
"opensearchDashboardsVersion": "opensearchDashboards",
"configPath": [
"wazuh"
Expand Down
6 changes: 3 additions & 3 deletions plugins/main/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wazuh",
"version": "4.7.0",
"revision": "03",
"revision": "04",
"pluginPlatform": {
"version": "2.8.0"
},
Expand Down Expand Up @@ -38,7 +38,7 @@
"test:ui:runner": "node ../../scripts/functional_test_runner.js",
"test:server": "plugin-helpers test:server",
"test:browser": "plugin-helpers test:browser",
"test:jest": "node scripts/jest",
"test:jest": "node scripts/jest --runInBand",
"test:jest:runner": "node scripts/runner test",
"generate:api-data": "node scripts/generate-api-data.js --spec https://raw.githubusercontent.com/wazuh/wazuh/$(node -e \"console.log(require('./package.json').version)\")/api/api/spec/spec.yaml --output file --output-directory common/api-info --display-configuration",
"prebuild": "node scripts/generate-build-version"
Expand Down Expand Up @@ -83,4 +83,4 @@
"redux-mock-store": "^1.5.4",
"swagger-client": "^3.19.11"
}
}
}

0 comments on commit a055127

Please sign in to comment.