From 8f8831ff11b7154c86b496178f2a958f9828b07d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Mar 2026 10:50:51 +0000 Subject: [PATCH 1/2] Initial plan From b5e24b58d7049a9db64142153c1e73249d0a60cc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Mar 2026 10:53:21 +0000 Subject: [PATCH 2/2] fix: align CHANGELOG entry and publish script with v6.0.0 Co-authored-by: so-kaushal <28099586+so-kaushal@users.noreply.github.com> Agent-Logs-Url: https://github.com/scheduleonce/knowledgeowl-angular/sessions/4eeda302-52e5-4e33-a10a-f8dbfcf213aa --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 999c11b..43485d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index b814f63..01a15a2 100644 --- a/package.json +++ b/package.json @@ -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" },