We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae0dd04 commit 99c257fCopy full SHA for 99c257f
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# convex-angular
2
3
+## [0.2.0](https://github.com/azhukau-dev/convex-angular/compare/0.1.0...v0.2.0) (2025-07-20)
4
+
5
+### 📖 Documentation
6
7
+- Update README.md with more examples
8
9
## 0.1.0 (2025-07-18)
10
-- Initial release
11
+- Initial release 🎉
12
packages/convex-angular/package.json
@@ -1,6 +1,6 @@
{
"name": "convex-angular",
- "version": "0.1.0",
+ "version": "0.2.0",
"description": "The Angular client for Convex",
"keywords": [
"angular",
@@ -17,8 +17,9 @@
17
"name": "Aliaksandr Zhukau"
18
},
19
"peerDependencies": {
20
- "@angular/core": "^20.1.0",
+ "@angular/core": ">=20.0.0",
21
"convex": "^1.25.4"
22
23
"sideEffects": false
24
}
25
0 commit comments