From 89f684a12769caf8b27e25f0cf62a34e0b3d72e3 Mon Sep 17 00:00:00 2001 From: Etienne Gobeli Date: Fri, 19 Jun 2026 11:51:29 +0200 Subject: [PATCH] release(solace-message-client): v22.0.0 --- CHANGELOG.md | 14 ++++++++++++++ CHANGELOG_LATEST.md | 13 ++++++++----- docs/site/changelog/changelog.md | 14 ++++++++++++++ projects/solace-message-client/package.json | 2 +- 4 files changed, 37 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ff07d5..4e55b6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [22.0.0](https://github.com/solacecommunity/angular-solace-message-client/compare/21.1.0...22.0.0) (2026-06-19) + + +### Features + +* **solace-message-client:** add support for Angular 22 ([18e408c](https://github.com/solacecommunity/angular-solace-message-client/commit/18e408c8a9a13c1eca1ab6b443620a25ced58e39)) + + +### BREAKING CHANGES + +* **solace-message-client:** Angular Solace Message Client requires Angular 22. + + + # [21.1.0](https://github.com/solacecommunity/angular-solace-message-client/compare/21.0.0...21.1.0) (2026-05-22) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 65d30c0..4eddba5 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -1,11 +1,14 @@ -# [21.1.0](https://github.com/solacecommunity/angular-solace-message-client/compare/21.0.0...21.1.0) (2026-05-22) +# [22.0.0](https://github.com/solacecommunity/angular-solace-message-client/compare/21.1.0...22.0.0) (2026-06-19) -### Bug Fixes +### Features -* **tryme:** prevent error on empty message content ([ee1fb9c](https://github.com/solacecommunity/angular-solace-message-client/commit/ee1fb9c6d56ac523beb3c5d98e8e646982a7d659)) +* **solace-message-client:** add support for Angular 22 ([18e408c](https://github.com/solacecommunity/angular-solace-message-client/commit/18e408c8a9a13c1eca1ab6b443620a25ced58e39)) + + +### BREAKING CHANGES + +* **solace-message-client:** Angular Solace Message Client requires Angular 22. -### Features -* **solace-message-client:** provide support for zoneless change detection ([596a5d7](https://github.com/solacecommunity/angular-solace-message-client/commit/596a5d72f87c6fd7cfb164d15f8b9fe3968366ce)) diff --git a/docs/site/changelog/changelog.md b/docs/site/changelog/changelog.md index 0ff85c8..56c43e3 100644 --- a/docs/site/changelog/changelog.md +++ b/docs/site/changelog/changelog.md @@ -5,6 +5,20 @@ ## Changelog +# [22.0.0](https://github.com/solacecommunity/angular-solace-message-client/compare/21.1.0...22.0.0) (2026-06-19) + + +### Features + +* **solace-message-client:** add support for Angular 22 ([18e408c](https://github.com/solacecommunity/angular-solace-message-client/commit/18e408c8a9a13c1eca1ab6b443620a25ced58e39)) + + +### BREAKING CHANGES + +* **solace-message-client:** Angular Solace Message Client requires Angular 22. + + + # [21.1.0](https://github.com/solacecommunity/angular-solace-message-client/compare/21.0.0...21.1.0) (2026-05-22) diff --git a/projects/solace-message-client/package.json b/projects/solace-message-client/package.json index 7a1c037..e65179d 100644 --- a/projects/solace-message-client/package.json +++ b/projects/solace-message-client/package.json @@ -1,6 +1,6 @@ { "name": "@solace-community/angular-solace-message-client", - "version": "21.1.0", + "version": "22.0.0", "description": "Message client to communicate with a Solace messaging broker for sending and receiving messages using the native SMF protocol (Solace Message Format) over web socket. The library is designed to be used in Angular applications.", "license": "MIT", "private": false,