Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [6.0.0-beta.0] - 2026-03-11
## [6.0.0] - 2026-03-11

- [ONCEHUB-112987](https://scheduleonce.atlassian.net/browse/ONCEHUB-112987) Upgrade to Angular 21 and Node 24
- **BREAKING**: Upgraded Angular packages to v21.1.x
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"fix:prettier": "prettier --write \"**/*.{ts,js,css,scss,md,html}\"",
"npm-pack": "cd dist/knowledgeowl-angular && npm pack",
"package": "npm run build && cp README.md dist/knowledgeowl-angular",
"publish": "cd dist/knowledgeowl-angular && npm publish --access public --tag beta",
"publish": "cd dist/knowledgeowl-angular && npm publish --access public",
"test:lint": "ng lint knowledgeowl-angular",
"fix:lint": "ng lint knowledgeowl-angular --fix"
},
Expand Down