chore: bump package version to 2023.12.1

This commit is contained in:
Andrew Bastin
2023-12-22 20:49:21 +05:30
parent 54d8378ccf
commit 8f503479b6
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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