chore: bump version to 2026.5.0

This commit is contained in:
James George
2026-05-26 12:16:40 +05:30
parent e51e54183e
commit 7e39764260
13 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "hoppscotch-backend",
"version": "2026.4.1",
"version": "2026.5.0",
"description": "",
"author": "",
"private": true,
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@hoppscotch/common",
"private": true,
"version": "2026.4.1",
"version": "2026.5.0",
"scripts": {
"dev": "pnpm exec npm-run-all -p -l dev:*",
"test": "vitest --run",
@@ -18,7 +18,7 @@ export const VENDORED_INSTANCE_CONFIG: Instance = {
kind: "vendored" as const,
serverUrl: "app://hoppscotch",
displayName: "Hoppscotch Desktop",
version: "26.4.1",
version: "26.5.0",
lastUsed: new Date().toISOString(),
bundleName: "Hoppscotch",
}
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "hoppscotch-desktop",
"private": true,
"version": "26.4.1",
"version": "26.5.0",
"type": "module",
"scripts": {
"dev": "vite",
+1 -1
View File
@@ -2324,7 +2324,7 @@ dependencies = [
[[package]]
name = "hoppscotch-desktop"
version = "26.4.1"
version = "26.5.0"
dependencies = [
"axum",
"dirs 6.0.0",
@@ -1,6 +1,6 @@
[package]
name = "hoppscotch-desktop"
version = "26.4.1"
version = "26.5.0"
description = "Desktop App for hoppscotch.io"
authors = ["CuriousCorrelation"]
edition = "2021"
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Hoppscotch",
"version": "26.4.1",
"version": "26.5.0",
"identifier": "io.hoppscotch.desktop",
"build": {
"beforeDevCommand": "pnpm dev",
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Hoppscotch",
"version": "26.4.1",
"version": "26.5.0",
"identifier": "io.hoppscotch.desktop",
"build": {
"beforeDevCommand": "pnpm dev",
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Hoppscotch",
"version": "26.4.1",
"version": "26.5.0",
"identifier": "io.hoppscotch.desktop",
"build": {
"beforeDevCommand": "pnpm dev",
@@ -307,7 +307,7 @@ const loadVendored = async () => {
const vendoredInstance: VendoredInstance = {
type: "vendored",
displayName: "Hoppscotch",
version: "26.4.1",
version: "26.5.0",
}
const connectionState: ConnectionState = {
@@ -1,7 +1,7 @@
{
"name": "@hoppscotch/selfhost-web",
"private": true,
"version": "2026.4.1",
"version": "2026.5.0",
"type": "module",
"scripts": {
"dev:vite": "vite",
@@ -3,7 +3,7 @@ package bundle
import "time"
const (
Version = "2026.4.1"
Version = "2026.5.0"
DefaultMaxSize = 50 * 1024 * 1024
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "hoppscotch-sh-admin",
"private": true,
"version": "2026.4.1",
"version": "2026.5.0",
"type": "module",
"scripts": {
"dev": "pnpm exec npm-run-all -p -l dev:*",