Skip to content

Commit 11415a6

Browse files
committed
chore: ONCEHUB-100613 update version to 5.1.3-beta.2 in package.json and package-lock.json
1 parent 41df419 commit 11415a6

File tree

4 files changed

+8
-74
lines changed

4 files changed

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

src/package-lock.json

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

src/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
{
22
"name": "@oncehub/knowledgeowl-angular",
3-
"version": "5.1.3-beta.1",
3+
"version": "5.1.3-beta.2",
44
"description": "Knowledge Owl Angular",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/scheduleonce/knowledgeowl-angular"
9-
},
10-
"peerDependencies": {
11-
"@angular/common": "19.2.2",
12-
"@angular/core": "19.2.2"
13-
}
9+
}
1410
}

0 commit comments

Comments
 (0)