Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit 83ee7df

Browse files
committed
0.5.9 - fix lib
1 parent e9e55ad commit 83ee7df

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@funixproductions/angular-core",
3-
"version": "0.5.8",
3+
"version": "0.5.9",
44
"description": "Package used in all FunixProductions Angular projects",
55
"scripts": {
66
"ng": "ng",

projects/funixproductions-requests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@funixproductions/funixproductions-requests",
3-
"version": "0.5.8",
3+
"version": "0.5.9",
44
"description": "Package used in all FunixProductions Angular projects",
55
"peerDependencies": {
6-
"@angular/common": "^19.1.7",
7-
"@angular/core": "^19.1.7",
6+
"@angular/common": "^20.0.2",
7+
"@angular/core": "^20.0.2",
88
"rxjs": "~7.8.2",
99
"jwt-decode": "^4.0.0"
1010
},

0 commit comments

Comments
 (0)