Skip to content

Commit

Permalink
Update to version v3.2.7
Browse files Browse the repository at this point in the history
### Fixed
- Fixed CHANGELOG for v3.2.6

### Added
- Added package-lock.json
  • Loading branch information
tabdunabi authored Mar 11, 2024
2 parents 8738a6e + 9cce19f commit c81fa73
Show file tree
Hide file tree
Showing 26 changed files with 64,578 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ console_new/
**/aws_config.js
deployment/ecr/*.jar
test/
.idea

.pnp
.pnp.js
Expand All @@ -22,5 +23,4 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarm-lock.json
package-lock.json

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

## [3.2.6] - 2024-03-06
## [3.2.7] - 2024-03-11

### Fixed

- Fixed CHANGELOG for v3.2.6

### Added

- Added package-lock.json

## [3.2.6] - 2024-03-06

### Changed

- Updated version of chartjs fromv v3.0.0 to v4
- Updated version of react from v17 to v18
- Updated version of react-dom from v17 to v18
- Removed moment.js as the library was in maintenance mode. Replaced with built-in javascript date and time
- Updated version of taurus from v1.16.27 to v1.16.29
- Updated version of chart.js from v3.9.1 to v4.1.1
- Updated version of react from v17.0.2 to v18.2.0
- Updated version of react-dom from v17.0.2 to v18.2.0
- Updated version of aws-amplify from v4.3.31 to v6.0.17
- Updated version of @aws-amplify/pubsub from v4.4.10 to v6.0.17
- Updated version of @aws-amplify/ui-react from v1.2.26 to v6.1.4
- Removed moment.js as the library was in maintenance mode. Replaced with javascript built-in date objects
- Updated Jmeter dependencies and taurus dependencis within the docker image to enhance the security of the docker image
- Updated taurus version from v1.16.27 to v1.16.29

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.6
3.2.7
1 change: 1 addition & 0 deletions source/api-services/lib/scenarios/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const mockLambda = jest.fn();
const mockCloudFormation = jest.fn();
const mockServiceQuotas = jest.fn();
const mockAWS = require("aws-sdk");

mockAWS.S3 = jest.fn(() => ({
putObject: mockS3,
}));
Expand Down
Loading

0 comments on commit c81fa73

Please sign in to comment.