From 8539a45f744537b64976b51fbb4191e9ab9e671d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 18 Oct 2024 10:33:34 +0200 Subject: [PATCH] Bump package.json version to 6.1.0 --- graylog2-web-interface/manifests/package.json | 2 +- graylog2-web-interface/package.json | 2 +- graylog2-web-interface/packages/graylog-web-plugin/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graylog2-web-interface/manifests/package.json b/graylog2-web-interface/manifests/package.json index 5ee9df35fe99..2c4364058abd 100644 --- a/graylog2-web-interface/manifests/package.json +++ b/graylog2-web-interface/manifests/package.json @@ -1,6 +1,6 @@ { "name": "graylog-web-manifests", - "version": "6.1.0-SNAPSHOT", + "version": "6.1.0", "description": "Manifests needed to reuse vendor & shared bundles in graylog web interface plugins", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/graylog2-web-interface/package.json b/graylog2-web-interface/package.json index 5a42221db9d0..80069992a0a9 100644 --- a/graylog2-web-interface/package.json +++ b/graylog2-web-interface/package.json @@ -1,6 +1,6 @@ { "name": "graylog-web-interface", - "version": "6.1.0-SNAPSHOT", + "version": "6.1.0", "description": "Graylog Web Interface", "author": "torch", "license": "SSPL-1.0", diff --git a/graylog2-web-interface/packages/graylog-web-plugin/package.json b/graylog2-web-interface/packages/graylog-web-plugin/package.json index ba6499dc357f..48d7fad6467a 100644 --- a/graylog2-web-interface/packages/graylog-web-plugin/package.json +++ b/graylog2-web-interface/packages/graylog-web-plugin/package.json @@ -1,6 +1,6 @@ { "name": "graylog-web-plugin", - "version": "6.1.0-SNAPSHOT", + "version": "6.1.0", "description": "Helper code for streamlining Graylog web interface plugin development", "main": "index.js", "repository": {