Skip to content

Commit 7449afb

Browse files
Marcarriandanielwiehl
authored andcommitted
release(solace-message-client): v17.0.0
1 parent 4e7a7cb commit 7449afb

File tree

3 files changed

+54
-0
lines changed

3 files changed

+54
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [17.0.0](https://github.com/solacecommunity/angular-solace-message-client/compare/16.0.0...17.0.0) (2023-11-21)
2+
3+
4+
### Dependencies
5+
6+
* **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)
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **solace-message-client:** Updating `@solace-community/angular-solace-message-client` to Angular 17 introduced a breaking change.
12+
13+
To migrate:
14+
- Update your application to Angular 17; for detailed migration instructions, refer to https://v17.angular.io/guide/update-to-latest-version;
15+
- Update `solclientjs` to version 10.15.0;
16+
- `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.
17+
18+
19+
120
# [16.0.0](https://github.com/solacecommunity/angular-solace-message-client/compare/15.0.0...16.0.0) (2023-05-17)
221

322

CHANGELOG_LATEST.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# [17.0.0](https://github.com/solacecommunity/angular-solace-message-client/compare/16.0.0...17.0.0) (2023-11-21)
2+
3+
4+
### Dependencies
5+
6+
* **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)
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **solace-message-client:** Updating `@solace-community/angular-solace-message-client` to Angular 17 introduced a breaking change.
12+
13+
To migrate:
14+
- Update your application to Angular 17; for detailed migration instructions, refer to https://v17.angular.io/guide/update-to-latest-version;
15+
- Update `solclientjs` to version 10.15.0;
16+
- `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.

docs/site/changelog/changelog.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@
55

66
## Changelog
77

8+
# [17.0.0](https://github.com/solacecommunity/angular-solace-message-client/compare/16.0.0...17.0.0) (2023-11-21)
9+
10+
11+
### Dependencies
12+
13+
* **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)
14+
15+
16+
### BREAKING CHANGES
17+
18+
* **solace-message-client:** Updating `@solace-community/angular-solace-message-client` to Angular 17 introduced a breaking change.
19+
20+
To migrate:
21+
- Update your application to Angular 17; for detailed migration instructions, refer to https://v17.angular.io/guide/update-to-latest-version;
22+
- Update `solclientjs` to version 10.15.0;
23+
- `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.
24+
25+
26+
827
# [16.0.0](https://github.com/solacecommunity/angular-solace-message-client/compare/15.0.0...16.0.0) (2023-05-17)
928

1029

0 commit comments

Comments
 (0)