chore: bump version to 2026.2.0
This commit is contained in:
parent
eb4b6a83c5
commit
a40c491f7a
13 changed files with 13 additions and 13 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
2
packages/hoppscotch-desktop/src-tauri/Cargo.lock
generated
2
packages/hoppscotch-desktop/src-tauri/Cargo.lock
generated
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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:*",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue