From eb9e13beb3e9216c1851fa0bba3df597e6bca5e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Farzat?= Date: Thu, 20 Aug 2026 18:51:25 -0300 Subject: [PATCH] chore: prepare 22.0.1 release --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- projects/plotly/package.json | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a009d64..5184803 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [22.0.1] - 2026-08-20 +### Fixed +- Added `[innerStyle]` as the preferred plot container styling input while + retaining `[style]` as a deprecated compatibility alias. + + ## [22.0.0] - 2026-08-20 ### Changed - Added Angular 22 support using the official Angular 21→22 migrations. diff --git a/package-lock.json b/package-lock.json index 3663511..360b6ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "angular-plotly.js", - "version": "22.0.0", + "version": "22.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "angular-plotly.js", - "version": "22.0.0", + "version": "22.0.1", "license": "MIT", "dependencies": { "@angular/common": "22.1.3", diff --git a/package.json b/package.json index 5c0fb4b..3be7b31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-plotly.js", - "version": "22.0.0", + "version": "22.0.1", "license": "MIT", "scripts": { "ng": "ng", diff --git a/projects/plotly/package.json b/projects/plotly/package.json index ed19ee2..60c8a67 100644 --- a/projects/plotly/package.json +++ b/projects/plotly/package.json @@ -1,6 +1,6 @@ { "name": "angular-plotly.js", - "version": "22.0.0", + "version": "22.0.1", "license": "MIT", "peerDependencies": { "@angular/common": ">=22.0.0 <23.0.0",