chore: bump version to 2025.2.0

This commit is contained in:
jamesgeorge007 2025-02-24 12:35:59 +05:30
parent 49430528e5
commit d8875043cd
9 changed files with 9 additions and 9 deletions

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@hoppscotch/cli",
"version": "0.20.2",
"version": "0.20.3",
"description": "A CLI to run Hoppscotch test scripts in CI environments.",
"homepage": "https://hoppscotch.io",
"type": "module",

View file

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

View file

@ -1,7 +1,7 @@
{
"name": "@hoppscotch/selfhost-desktop",
"private": true,
"version": "2025.1.1",
"version": "2025.2.0",
"type": "module",
"scripts": {
"dev:vite": "vite",

View file

@ -1417,7 +1417,7 @@ dependencies = [
[[package]]
name = "hoppscotch-desktop"
version = "25.1.1"
version = "25.2.0"
dependencies = [
"cocoa 0.25.0",
"dashmap",

View file

@ -1,6 +1,6 @@
[package]
name = "hoppscotch-desktop"
version = "25.1.1"
version = "25.2.0"
description = "A Tauri App"
authors = ["you"]
license = ""

View file

@ -8,7 +8,7 @@
},
"package": {
"productName": "Hoppscotch",
"version": "25.1.1"
"version": "25.2.0"
},
"tauri": {
"allowlist": {

View file

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

View file

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