chore: bump version to 2026.7.0

This commit is contained in:
James George
2026-07-30 17:13:52 +05:30
parent edd3713edd
commit c52d5da3fd
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "hoppscotch-backend",
"version": "2026.6.1",
"version": "2026.7.0",
"description": "",
"author": "",
"private": true,
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@hoppscotch/common",
"private": true,
"version": "2026.6.1",
"version": "2026.7.0",
"scripts": {
"dev": "pnpm exec npm-run-all -p -l dev:*",
"test": "vitest --run",
@@ -1,7 +1,7 @@
{
"name": "@hoppscotch/selfhost-web",
"private": true,
"version": "2026.6.1",
"version": "2026.7.0",
"type": "module",
"scripts": {
"dev:vite": "vite",
@@ -3,7 +3,7 @@ package bundle
import "time"
const (
Version = "2026.6.1"
Version = "2026.7.0"
DefaultMaxSize = 50 * 1024 * 1024
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "hoppscotch-sh-admin",
"private": true,
"version": "2026.6.1",
"version": "2026.7.0",
"type": "module",
"scripts": {
"dev": "pnpm exec npm-run-all -p -l dev:*",