Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit cffa9c8

Browse files
authored
Release v1.9.4 (#1061)
* fix(ui): address issues on Drag'n'Drop functionality of dashboard widgets cr: https://code.amazon.com/reviews/CR-160389187 * fix(ui): address issues on image widget edition cr: https://code.amazon.com/reviews/CR-160389187 * chore: prepare v1.9.4 * chore: bumps cross-spawn npm package * chore: bumps cross-spawn npm package * chore: adding a missing change to the code base
1 parent f844ef1 commit cffa9c8

19 files changed

+192
-76
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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+
## [1.9.4] - 2024-11-22
9+
10+
### Fixed
11+
12+
- address issues on Drag'n'Drop functionality of dashboard widgets.
13+
- address issues on image widget edition.
14+
15+
816
## [1.9.3] - 2024-10-30
917

1018
### Added

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ [email protected] under the MIT
129129
[email protected] under the MIT
130130
[email protected] under the MIT
131131
[email protected] under the MIT
132-
[email protected].3 under the Apache-2.0
132+
[email protected].4 under the Apache-2.0
133133
[email protected] under the MIT
134134
[email protected] under the MIT
135135
[email protected] under the MIT

backend/package-lock.json

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

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "performance-dashboard-backend",
3-
"version": "1.9.2",
3+
"version": "1.9.4",
44
"description": "Performance Dashboard on AWS Backend",
55
"license": "Apache-2.0",
66
"author": {

cdk/package-lock.json

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

cdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "performance-dashboard-cdk",
3-
"version": "1.9.2",
3+
"version": "1.9.4",
44
"description": "Performance Dashboard on AWS CDK",
55
"license": "Apache-2.0",
66
"author": {

deployment/performance-dashboard-on-aws.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
3-
"Description": "(SO0157) Performance Dashboard on AWS Solution Implementation v1.9.2",
3+
"Description": "(SO0157) Performance Dashboard on AWS Solution Implementation v1.9.4",
44
"Parameters": {
55
"AdminEmail": {
66
"Type": "String",

e2e-tests/package-lock.json

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

examples/package-lock.json

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

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambda",
3-
"version": "1.9.2",
3+
"version": "1.9.4",
44
"description": "test project for lambda",
55
"license": "Apache-2.0",
66
"author": {

0 commit comments

Comments
 (0)