chore: bump version to 2025.11.0

This commit is contained in:
James George 2025-11-26 10:39:08 +05:30
parent f2f015c1c8
commit 7bcd268725
4 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{
"name": "hoppscotch-backend",
"version": "2025.10.1",
"version": "2025.11.0",
"description": "",
"author": "",
"private": true,

View file

@ -1,7 +1,7 @@
{
"name": "@hoppscotch/common",
"private": true,
"version": "2025.10.1",
"version": "2025.11.0",
"scripts": {
"dev": "pnpm exec npm-run-all -p -l dev:*",
"test": "vitest --run",

View file

@ -1,7 +1,7 @@
{
"name": "@hoppscotch/selfhost-web",
"private": true,
"version": "2025.10.1",
"version": "2025.11.0",
"type": "module",
"scripts": {
"dev:vite": "vite",

View file

@ -1,7 +1,7 @@
{
"name": "hoppscotch-sh-admin",
"private": true,
"version": "2025.10.1",
"version": "2025.11.0",
"type": "module",
"scripts": {
"dev": "pnpm exec npm-run-all -p -l dev:*",