From 0ffb1b0159e512f438351e4aefc7ddcaa02ecca2 Mon Sep 17 00:00:00 2001 From: danielwiehl Date: Tue, 7 May 2024 17:53:05 +0200 Subject: [PATCH] release(solace-message-client): v17.0.1 --- CHANGELOG.md | 9 +++++++++ CHANGELOG_LATEST.md | 13 +++---------- docs/site/changelog/changelog.md | 9 +++++++++ projects/solace-message-client/package.json | 2 +- 4 files changed, 22 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d5c98f..2098bd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [17.0.1](https://github.com/solacecommunity/angular-solace-message-client/compare/17.0.0...17.0.1) (2024-05-07) + + +### Bug Fixes + +* **solace-message-client:** support subscriptions with #share and #noexport ([fa161bc](https://github.com/solacecommunity/angular-solace-message-client/commit/fa161bc4e4541f57234a21d1467fd2e1c9828f57)) + + + # [17.0.0](https://github.com/solacecommunity/angular-solace-message-client/compare/16.0.0...17.0.0) (2023-11-21) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index a774349..325da11 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -1,16 +1,9 @@ -# [17.0.0](https://github.com/solacecommunity/angular-solace-message-client/compare/16.0.0...17.0.0) (2023-11-21) +## [17.0.1](https://github.com/solacecommunity/angular-solace-message-client/compare/17.0.0...17.0.1) (2024-05-07) -### Dependencies +### Bug Fixes -* **solace-message-client:** update @solace-community/angular-solace-message-client to Angular 17 ([49b8c86](https://github.com/solacecommunity/angular-solace-message-client/commit/49b8c8689cc98b55c5a4a13ea23d5d38b8fbce50)), closes [#68](https://github.com/solacecommunity/angular-solace-message-client/issues/68) +* **solace-message-client:** support subscriptions with #share and #noexport ([fa161bc](https://github.com/solacecommunity/angular-solace-message-client/commit/fa161bc4e4541f57234a21d1467fd2e1c9828f57)) -### BREAKING CHANGES -* **solace-message-client:** Updating `@solace-community/angular-solace-message-client` to Angular 17 introduced a breaking change. - - To migrate: - - Update your application to Angular 17; for detailed migration instructions, refer to https://v17.angular.io/guide/update-to-latest-version; - - Update `solclientjs` to version 10.15.0; - - `solclientjs` now requires type definitions for node. In your tsconfig, add `node` to the `types` array in `compilerOptions`. If you have not specified `types`, no manual registration of `node` is required, since without `types` array all @types packages are included in the build. diff --git a/docs/site/changelog/changelog.md b/docs/site/changelog/changelog.md index e96c491..eb45364 100644 --- a/docs/site/changelog/changelog.md +++ b/docs/site/changelog/changelog.md @@ -5,6 +5,15 @@ ## Changelog +## [17.0.1](https://github.com/solacecommunity/angular-solace-message-client/compare/17.0.0...17.0.1) (2024-05-07) + + +### Bug Fixes + +* **solace-message-client:** support subscriptions with #share and #noexport ([fa161bc](https://github.com/solacecommunity/angular-solace-message-client/commit/fa161bc4e4541f57234a21d1467fd2e1c9828f57)) + + + # [17.0.0](https://github.com/solacecommunity/angular-solace-message-client/compare/16.0.0...17.0.0) (2023-11-21) diff --git a/projects/solace-message-client/package.json b/projects/solace-message-client/package.json index c797fce..66b2cc2 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": "17.0.0", + "version": "17.0.1", "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,