chore: bump version to 2026.2.0

This commit is contained in:
James George 2026-02-23 17:46:07 +05:30
parent eb4b6a83c5
commit a40c491f7a
13 changed files with 13 additions and 13 deletions

View file

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

View file

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

View file

@ -18,7 +18,7 @@ export const VENDORED_INSTANCE_CONFIG: Instance = {
kind: "vendored" as const, kind: "vendored" as const,
serverUrl: "app://hoppscotch", serverUrl: "app://hoppscotch",
displayName: "Hoppscotch Desktop", displayName: "Hoppscotch Desktop",
version: "26.1.1", version: "26.2.0",
lastUsed: new Date().toISOString(), lastUsed: new Date().toISOString(),
bundleName: "Hoppscotch", bundleName: "Hoppscotch",
} }

View file

@ -1,7 +1,7 @@
{ {
"name": "hoppscotch-desktop", "name": "hoppscotch-desktop",
"private": true, "private": true,
"version": "26.1.1", "version": "26.2.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View file

@ -2307,7 +2307,7 @@ dependencies = [
[[package]] [[package]]
name = "hoppscotch-desktop" name = "hoppscotch-desktop"
version = "26.1.1" version = "26.2.0"
dependencies = [ dependencies = [
"axum", "axum",
"dirs 6.0.0", "dirs 6.0.0",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "hoppscotch-desktop" name = "hoppscotch-desktop"
version = "26.1.1" version = "26.2.0"
description = "Desktop App for hoppscotch.io" description = "Desktop App for hoppscotch.io"
authors = ["CuriousCorrelation"] authors = ["CuriousCorrelation"]
edition = "2021" edition = "2021"

View file

@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "Hoppscotch", "productName": "Hoppscotch",
"version": "26.1.1", "version": "26.2.0",
"identifier": "io.hoppscotch.desktop", "identifier": "io.hoppscotch.desktop",
"build": { "build": {
"beforeDevCommand": "pnpm dev", "beforeDevCommand": "pnpm dev",

View file

@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "Hoppscotch", "productName": "Hoppscotch",
"version": "26.1.1", "version": "26.2.0",
"identifier": "io.hoppscotch.desktop", "identifier": "io.hoppscotch.desktop",
"build": { "build": {
"beforeDevCommand": "pnpm dev", "beforeDevCommand": "pnpm dev",

View file

@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "Hoppscotch", "productName": "Hoppscotch",
"version": "26.1.1", "version": "26.2.0",
"identifier": "io.hoppscotch.desktop", "identifier": "io.hoppscotch.desktop",
"build": { "build": {
"beforeDevCommand": "pnpm dev", "beforeDevCommand": "pnpm dev",

View file

@ -299,7 +299,7 @@ const loadVendored = async () => {
const vendoredInstance: VendoredInstance = { const vendoredInstance: VendoredInstance = {
type: "vendored", type: "vendored",
displayName: "Hoppscotch", displayName: "Hoppscotch",
version: "26.1.1", version: "26.2.0",
} }
const connectionState: ConnectionState = { const connectionState: ConnectionState = {

View file

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

View file

@ -3,7 +3,7 @@ package bundle
import "time" import "time"
const ( const (
Version = "2026.1.1" Version = "2026.2.0"
DefaultMaxSize = 50 * 1024 * 1024 DefaultMaxSize = 50 * 1024 * 1024

View file

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