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", "name": "photo-sharing-backend",
"version": "1.0.0", "version": "1.0.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "photo-sharing-backend", "name": "photo-sharing-backend",
"version": "1.0.0", "version": "1.0.1",
"dependencies": { "dependencies": {
"adm-zip": "^0.5.16", "adm-zip": "^0.5.16",
"archiver": "^5.3.1", "archiver": "^5.3.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "picpeak-backend", "name": "picpeak-backend",
"version": "1.0.0", "version": "1.0.1",
"description": "Backend for PicPeak event photo sharing platform", "description": "Backend for PicPeak event photo sharing platform",
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "photo-sharing-frontend", "name": "photo-sharing-frontend",
"version": "1.0.0", "version": "1.0.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "photo-sharing-frontend", "name": "photo-sharing-frontend",
"version": "1.0.0", "version": "1.0.1",
"dependencies": { "dependencies": {
"@tanstack/react-query": "^5.0.0", "@tanstack/react-query": "^5.0.0",
"@tiptap/extension-link": "^2.25.0", "@tiptap/extension-link": "^2.25.0",
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "picpeak-frontend", "name": "picpeak-frontend",
"private": true, "private": true,
"version": "1.0.0", "version": "1.0.1",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
@@ -5,7 +5,7 @@ import { Info } from 'lucide-react';
import { api } from '../../config/api'; import { api } from '../../config/api';
// Frontend version from package.json // Frontend version from package.json
const FRONTEND_VERSION = '1.0.0'; const FRONTEND_VERSION = '1.0.1';
interface SystemVersion { interface SystemVersion {
backend: string; backend: string;