Compare commits

...

1 Commits

Author SHA1 Message Date
paul 0a4d29ac40 chore: bump version to 1.0.1 2025-07-12 21:08:06 +00:00
5 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "photo-sharing-backend",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "photo-sharing-backend",
"version": "1.0.0",
"version": "1.0.1",
"dependencies": {
"adm-zip": "^0.5.16",
"archiver": "^5.3.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "picpeak-backend",
"version": "1.0.0",
"version": "1.0.1",
"description": "Backend for PicPeak event photo sharing platform",
"main": "server.js",
"scripts": {
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "photo-sharing-frontend",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "photo-sharing-frontend",
"version": "1.0.0",
"version": "1.0.1",
"dependencies": {
"@tanstack/react-query": "^5.0.0",
"@tiptap/extension-link": "^2.25.0",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "picpeak-frontend",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"scripts": {
"dev": "vite",
@@ -5,7 +5,7 @@ import { Info } from 'lucide-react';
import { api } from '../../config/api';
// Frontend version from package.json
const FRONTEND_VERSION = '1.0.0';
const FRONTEND_VERSION = '1.0.1';
interface SystemVersion {
backend: string;