We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2605088 commit 0573f61Copy full SHA for 0573f61
devtools/CHANGELOG.md
@@ -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
20
# Changelog
devtools/package.json
@@ -1,6 +1,6 @@
{
"name": "@ngneat/query-devtools",
- "version": "2.0.0-beta.0",
+ "version": "2.0.0",
"description": "Developer tools to interact with and visualize the ngneat/query cache",
"license": "MIT",
"repository": "ngneat/query",
0 commit comments