Vorbereitung Release 0.2.0 #83

Merged
tpeetz merged 178 commits from develop/0.2.0 into main 2026-01-29 22:50:42 +00:00
3 changed files with 6 additions and 2 deletions
Showing only changes of commit 9c0de2a0be - Show all commits
+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",