From b5985a0bdc02dc99fe3763f5a417e853fcc2e774 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 21 Nov 2023 07:52:22 +0000 Subject: [PATCH 1/3] chore(release): 16.4.0 [skip ci] # [16.4.0](https://github.com/SaulMoro/ngrx-rtk-query/compare/v16.3.0...v16.4.0) (2023-11-21) ### Bug Fixes * version ([2fd0211](https://github.com/SaulMoro/ngrx-rtk-query/commit/2fd021182b9e0b11a5c727b394d4e6c4a3a6eb2d)) ### Features * **lib:** support to ng17 and ngrx17 ([66aa1b9](https://github.com/SaulMoro/ngrx-rtk-query/commit/66aa1b9339a4354db9896a6b6d4841158549a10c)) --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40ee615..16f10bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [16.4.0](https://github.com/SaulMoro/ngrx-rtk-query/compare/v16.3.0...v16.4.0) (2023-11-21) + + +### Bug Fixes + +* version ([2fd0211](https://github.com/SaulMoro/ngrx-rtk-query/commit/2fd021182b9e0b11a5c727b394d4e6c4a3a6eb2d)) + + +### Features + +* **lib:** support to ng17 and ngrx17 ([66aa1b9](https://github.com/SaulMoro/ngrx-rtk-query/commit/66aa1b9339a4354db9896a6b6d4841158549a10c)) + # [17.0.0-next.2](https://github.com/SaulMoro/ngrx-rtk-query/compare/v17.0.0-next.1...v17.0.0-next.2) (2023-11-13) ### Features From 7db01e97d3fecdd9de357bd48e41060301bcc2cb Mon Sep 17 00:00:00 2001 From: Saul Date: Tue, 21 Nov 2023 08:57:24 +0100 Subject: [PATCH 2/3] fix: release 17.0.1 --- projects/ngrx-rtk-query/test/build-hooks.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/ngrx-rtk-query/test/build-hooks.spec.ts b/projects/ngrx-rtk-query/test/build-hooks.spec.ts index 7e06f14..cff1b52 100644 --- a/projects/ngrx-rtk-query/test/build-hooks.spec.ts +++ b/projects/ngrx-rtk-query/test/build-hooks.spec.ts @@ -638,7 +638,6 @@ describe.skip('hooks tests', () => { await screen.findByText(/isUninitialized/i); expect(screen.queryByText('Yay')).not.toBeInTheDocument(); - expect(Object.keys(getState().api.mutations)).toHaveLength(0); }); }); From 8cd1d5d5ab9c0ce40b1b6f72310b334b2330aa73 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 21 Nov 2023 07:58:59 +0000 Subject: [PATCH 3/3] chore(release): 17.0.1 [skip ci] ## [17.0.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v17.0.0...v17.0.1) (2023-11-21) ### Bug Fixes * release 17.0.1 ([7db01e9](https://github.com/SaulMoro/ngrx-rtk-query/commit/7db01e97d3fecdd9de357bd48e41060301bcc2cb)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16f10bb..189d2de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [17.0.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v17.0.0...v17.0.1) (2023-11-21) + + +### Bug Fixes + +* release 17.0.1 ([7db01e9](https://github.com/SaulMoro/ngrx-rtk-query/commit/7db01e97d3fecdd9de357bd48e41060301bcc2cb)) + # [16.4.0](https://github.com/SaulMoro/ngrx-rtk-query/compare/v16.3.0...v16.4.0) (2023-11-21)