chore: bump version to 2025.12.0

This commit is contained in:
James George 2025-12-19 17:19:22 +05:30
parent c9d0ea78bb
commit 440868d635
11 changed files with 11 additions and 11 deletions

View file

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

View file

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

View file

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

View file

@ -2234,7 +2234,7 @@ dependencies = [
[[package]]
name = "hoppscotch-desktop"
version = "25.11.2"
version = "25.12.0"
dependencies = [
"axum",
"dirs",

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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