set version for kontor-angular to 0.2.0

This commit is contained in:
Thomas Peetz
2025-07-18 21:29:24 +02:00
parent 3b4098cb1a
commit 9c0de2a0be
3 changed files with 6 additions and 2 deletions
+1
View File
@@ -1,4 +1,5 @@
.vscode/ .vscode/
.idea/
.angular/ .angular/
__pycache__/ __pycache__/
node_modules/ node_modules/
+3
View File
@@ -88,5 +88,8 @@
} }
} }
} }
},
"cli": {
"analytics": false
} }
} }
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "kontor-angular", "name": "kontor-angular",
"version": "0.0.0", "version": "0.2.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "kontor-angular", "name": "kontor-angular",
"version": "0.0.0", "version": "0.2.0",
"dependencies": { "dependencies": {
"@angular/common": "^20.1.0", "@angular/common": "^20.1.0",
"@angular/compiler": "^20.1.0", "@angular/compiler": "^20.1.0",