Skip to content

Commit 0573f61

Browse files
committed
chore(devtools): release version 2.0.0
1 parent 2605088 commit 0573f61

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

devtools/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1+
# Changelog
2+
3+
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4+
5+
# [2.0.0](/compare/devtools-2.0.0-beta.0...devtools-2.0.0) (2024-07-03)
6+
7+
8+
### Features
9+
10+
* adds angular 18 support (#181) 518af07, closes #181
11+
* **query:** 🔥 add experimental signal support 093e053
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Bumps required angular version to 18
17+
18+
19+
120
# Changelog

devtools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngneat/query-devtools",
3-
"version": "2.0.0-beta.0",
3+
"version": "2.0.0",
44
"description": "Developer tools to interact with and visualize the ngneat/query cache",
55
"license": "MIT",
66
"repository": "ngneat/query",

0 commit comments

Comments
 (0)