Skip to content

Commit

Permalink
Merge branch 'master' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
SaulMoro committed Nov 21, 2023
2 parents 7816ec4 + 8cd1d5d commit 05a1ba6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [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)


### 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
Expand Down
1 change: 0 additions & 1 deletion projects/ngrx-rtk-query/test/build-hooks.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
});
Expand Down

0 comments on commit 05a1ba6

Please sign in to comment.