Skip to content

Commit 3294dd8

Browse files
authored
Release v7.0.3 (#596)
1 parent 81f6c36 commit 3294dd8

File tree

20 files changed

+755
-82
lines changed

20 files changed

+755
-82
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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+
## [7.0.3] - 2025-05-10
9+
10+
### Fixed
11+
12+
- `SOLUTION_VERSION` environment variable in metrics lambda construct
13+
814
## [7.0.2] - 2025-04-09
915

1016
### Security

NOTICE

Lines changed: 702 additions & 55 deletions
Large diffs are not rendered by default.

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.2
1+
7.0.3

source/constructs/cdk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"app": "npx ts-node --prefer-ts-exts bin/constructs.ts",
33
"context": {
44
"solutionId": "SO0023",
5-
"solutionVersion": "custom-v7.0.1",
5+
"solutionVersion": "custom-v7.0.3",
66
"solutionName": "dynamic-image-transformation-for-amazon-cloudfront"
77
}
88
}

source/constructs/package-lock.json

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

source/constructs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "constructs",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"description": "Dynamic Image Transformation for Amazon CloudFront Constructs",
55
"license": "Apache-2.0",
66
"author": {

source/custom-resource/package-lock.json

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

source/custom-resource/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-resource",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"private": true,
55
"description": "Dynamic Image Transformation for Amazon CloudFront custom resource",
66
"license": "Apache-2.0",

source/demo-ui/package-lock.json

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

source/demo-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo-ui",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"private": true,
55
"description": "Dynamic Image Transformation for Amazon CloudFront demo ui",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)