Skip to content

Commit eb463b8

Browse files
Merge pull request #161 from scheduleonce/pythons/ONCEHUB-80475-team
chore: Update package version to 5.0.0-beta.5
2 parents 7b1bd01 + 1299499 commit eb463b8

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
@@ -7,7 +7,7 @@
77
"url": "git+https://github.com/scheduleonce/knowledgeowl-angular.git"
88
},
99
"license": "MIT",
10-
"version": "5.0.0-beta.4",
10+
"version": "5.0.0-beta.5",
1111
"scripts": {
1212
"ng": "ng",
1313
"build": "ng build --configuration production && cp README.md dist/knowledgeowl-angular",

src/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@oncehub/knowledgeowl-angular",
3-
"version": "5.0.0-beta.4",
3+
"version": "5.0.0-beta.5",
44
"description": "Knowledge Owl Angular",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/scheduleonce/knowledgeowl-angular"
99
},
1010
"peerDependencies": {
11-
"@angular/common": "18.0.3",
12-
"@angular/core": "18.0.3"
11+
"@angular/common": "18.2.0",
12+
"@angular/core": "18.2.0"
1313
}
1414
}

0 commit comments

Comments
 (0)