Skip to content

Commit 77cba21

Browse files
committed
release 22.0.1
Fix peer dependency angular to v20
1 parent bd3cf69 commit 77cba21

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-busy2",
3-
"version": "22.0.0",
3+
"version": "22.0.1",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

projects/angular-busy2/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-busy2",
3-
"version": "22.0.0",
3+
"version": "22.0.1",
44
"license": "MIT",
55
"homepage": "https://tiberiuzuld.github.io/angular-busy/",
66
"bugs": {
@@ -25,8 +25,8 @@
2525
],
2626
"sideEffects": false,
2727
"peerDependencies": {
28-
"@angular/common": "^19.0.0",
29-
"@angular/core": "^19.0.0"
28+
"@angular/common": "^20.0.0",
29+
"@angular/core": "^20.0.0"
3030
},
3131
"dependencies": {
3232
"tslib": "^2.4.0"

0 commit comments

Comments
 (0)