chore: bump version to 7.2.1 in package.json and package-lock.json for frontend and backend

This commit is contained in:
kastov 2026-05-08 04:33:23 +03:00
parent c72e6b84e1
commit 18c3548cba
No known key found for this signature in database
GPG key ID: 1B27BE29057F4C90
4 changed files with 8 additions and 8 deletions

View file

@ -1,12 +1,12 @@
{
"name": "@remnawave/subscription-page",
"version": "7.2.0",
"version": "7.2.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@remnawave/subscription-page",
"version": "7.2.0",
"version": "7.2.1",
"license": "AGPL-3.0-only",
"dependencies": {
"@kastov/request-ip": "^0.0.5",

View file

@ -1,6 +1,6 @@
{
"name": "@remnawave/subscription-page",
"version": "7.2.0",
"version": "7.2.1",
"description": "Remnawave Subscription Page",
"private": false,
"type": "commonjs",
@ -95,4 +95,4 @@
"typescript": "~5.9.3",
"typescript-eslint": "^8.49.0"
}
}
}

View file

@ -1,12 +1,12 @@
{
"name": "@remnawave/subscription-page",
"version": "7.2.0",
"version": "7.2.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@remnawave/subscription-page",
"version": "7.2.0",
"version": "7.2.1",
"license": "AGPL-3.0-only",
"dependencies": {
"@gfazioli/mantine-spinner": "^2.3.9",

View file

@ -2,7 +2,7 @@
"name": "@remnawave/subscription-page",
"private": false,
"type": "module",
"version": "7.2.0",
"version": "7.2.1",
"license": "AGPL-3.0-only",
"author": "REMNAWAVE <github.com/remnawave>",
"homepage": "https://github.com/remnawave",
@ -124,4 +124,4 @@
"inquirer": "9.3.5"
}
}
}
}