Bump package.json version to 7.0.0-SNAPSHOT

This commit is contained in:
Jenkins
2025-10-20 14:12:09 +02:00
parent 664203b735
commit c2efc87d18
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "graylog-web-manifests",
"version": "7.0.0-rc.1",
"version": "7.0.0-SNAPSHOT",
"description": "Manifests needed to reuse vendor & shared bundles in graylog web interface plugins",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"

View File

@@ -1,6 +1,6 @@
{
"name": "graylog-web-interface",
"version": "7.0.0-rc.1",
"version": "7.0.0-SNAPSHOT",
"description": "Graylog Web Interface",
"author": "torch",
"license": "SSPL-1.0",

View File

@@ -1,6 +1,6 @@
{
"name": "graylog-web-plugin",
"version": "7.0.0-rc.1",
"version": "7.0.0-SNAPSHOT",
"description": "Helper code for streamlining Graylog web interface plugin development",
"main": "index.js",
"packageManager": "yarn@1.22.22",