chore: bump version to 2024.3.0

This commit is contained in:
Andrew Bastin
2024-03-07 19:22:46 +05:30
parent 8deba7a28e
commit 68e439d1a4
8 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -1,7 +1,7 @@
{
"name": "@hoppscotch/common",
"private": true,
"version": "2023.12.6",
"version": "2024.3.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": "2023.12.6",
"version": "2024.3.0",
"type": "module",
"scripts": {
"dev:vite": "vite",

View File

@@ -1260,7 +1260,7 @@ dependencies = [
[[package]]
name = "hoppscotch-desktop"
version = "23.12.6"
version = "24.3.0"
dependencies = [
"cocoa 0.25.0",
"hex_color",

View File

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

View File

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

View File

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

View File

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