Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 58cd809

Browse files
authored
Merge pull request #423 from aws-solutions/release/v2.1.12
Release/v2.1.12
2 parents dc8437d + 74db97a commit 58cd809

File tree

4 files changed

+20
-10
lines changed

4 files changed

+20
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@ 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-
## [2.1.11] - 2024-12-23
8+
TODO: Update release date when time is known
9+
10+
## [2.1.12] - 2025-03-17
11+
12+
### Security
13+
14+
- Upgraded vulnerable packages
15+
- Updated `Media Insights on AWS` version to v5.1.10
16+
17+
## [2.1.11] - 2024-12-27
918

1019
### Changed
1120

deployment/content-localization-on-aws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Conditions:
2424
Mappings:
2525
MediaInsights:
2626
Release:
27-
Version: "v5.1.9"
27+
Version: "v5.1.10"
2828
Application:
2929
SourceCode:
3030
GlobalS3Bucket: "%%GLOBAL_BUCKET_NAME%%"

source/website/package-lock.json

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "content-localization-on-aws",
3-
"version": "2.1.11",
3+
"version": "2.1.12",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"aws-amplify": "5.3.21",
1515
"aws-amplify-vue": "2.1.9",
16-
"axios": "^1.7.7",
16+
"axios": "^1.8.2",
1717
"bootstrap": "4.6.1",
1818
"bootstrap-vue": "^2.23.1",
1919
"chart.js": "^4.4.6",

0 commit comments

Comments
 (0)