Skip to content

Commit c81fa73

Browse files
authored
Update to version v3.2.7
### Fixed - Fixed CHANGELOG for v3.2.6 ### Added - Added package-lock.json
2 parents 8738a6e + 9cce19f commit c81fa73

File tree

26 files changed

+64578
-19
lines changed

26 files changed

+64578
-19
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ console_new/
99
**/aws_config.js
1010
deployment/ecr/*.jar
1111
test/
12+
.idea
1213

1314
.pnp
1415
.pnp.js
@@ -22,5 +23,4 @@ npm-debug.log*
2223
yarn-debug.log*
2324
yarn-error.log*
2425
yarm-lock.json
25-
package-lock.json
2626

CHANGELOG.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,29 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [3.2.6] - 2024-03-06
8+
## [3.2.7] - 2024-03-11
9+
10+
### Fixed
11+
12+
- Fixed CHANGELOG for v3.2.6
13+
14+
### Added
15+
16+
- Added package-lock.json
17+
18+
## [3.2.6] - 2024-03-06
919

1020
### Changed
1121

12-
- Updated version of chartjs fromv v3.0.0 to v4
13-
- Updated version of react from v17 to v18
14-
- Updated version of react-dom from v17 to v18
15-
- Removed moment.js as the library was in maintenance mode. Replaced with built-in javascript date and time
22+
- Updated version of taurus from v1.16.27 to v1.16.29
23+
- Updated version of chart.js from v3.9.1 to v4.1.1
24+
- Updated version of react from v17.0.2 to v18.2.0
25+
- Updated version of react-dom from v17.0.2 to v18.2.0
26+
- Updated version of aws-amplify from v4.3.31 to v6.0.17
27+
- Updated version of @aws-amplify/pubsub from v4.4.10 to v6.0.17
28+
- Updated version of @aws-amplify/ui-react from v1.2.26 to v6.1.4
29+
- Removed moment.js as the library was in maintenance mode. Replaced with javascript built-in date objects
1630
- Updated Jmeter dependencies and taurus dependencis within the docker image to enhance the security of the docker image
17-
- Updated taurus version from v1.16.27 to v1.16.29
1831

1932
### Fixed
2033

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.6
1+
3.2.7

source/api-services/lib/scenarios/index.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const mockLambda = jest.fn();
1313
const mockCloudFormation = jest.fn();
1414
const mockServiceQuotas = jest.fn();
1515
const mockAWS = require("aws-sdk");
16+
1617
mockAWS.S3 = jest.fn(() => ({
1718
putObject: mockS3,
1819
}));

0 commit comments

Comments
 (0)