This is an automated email from the ASF dual-hosted git repository.
zehnder pushed a commit to branch rel/0.98.0
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/rel/0.98.0 by this push:
new c751421982 feat: Update version in in package.json
c751421982 is described below
commit c751421982ef269ab3ab6a6502c580399812159f
Author: Philipp Zehnder <[email protected]>
AuthorDate: Fri Nov 28 09:23:00 2025 +0100
feat: Update version in in package.json
---
ui/package-lock.json | 4 ++--
ui/package.json | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ui/package-lock.json b/ui/package-lock.json
index 9acafc2894..0a9b130207 100644
--- a/ui/package-lock.json
+++ b/ui/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "apache-streampipes",
- "version": "0.98.0-SNAPSHOT",
+ "version": "0.98.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "apache-streampipes",
- "version": "0.98.0-SNAPSHOT",
+ "version": "0.98.0",
"dependencies": {
"@ali-hm/angular-tree-component": "^19.2.5",
"@angular/animations": "^19.2.13",
diff --git a/ui/package.json b/ui/package.json
index 0a5468d68e..bc84f874ae 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "apache-streampipes",
- "version": "0.98.0-SNAPSHOT",
+ "version": "0.98.0",
"description": "Apache StreamPipes user interface",
"homepage": "http://streampipes.apache.org",
"repository": {