From 244179f0efd1553f0d54e9fda2e18f8bb23c96f6 Mon Sep 17 00:00:00 2001 From: Sam Xu Date: Mon, 29 Jun 2026 03:47:49 -0700 Subject: [PATCH] chore(release): bump version to 1.1.0 First release since the v1.0.0 OSS launch (2026-04-07). Headline: the v2 UI is now the default. See the GitHub release notes for the full changelog. Co-Authored-By: Claude Opus 4.8 --- backend/package.json | 2 +- frontend/package.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/package.json b/backend/package.json index 5c5ee32b6..c2568588b 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "backend", - "version": "1.0.0", + "version": "1.1.0", "main": "server.js", "scripts": { "build": "tsc -p tsconfig.build.json", diff --git a/frontend/package.json b/frontend/package.json index e096a0a9e..a970043b1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "1.0.0", + "version": "1.1.0", "private": true, "dependencies": { "@dnd-kit/core": "^6.3.1", diff --git a/package.json b/package.json index 85152fe07..800daf816 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commonly", - "version": "1.0.0", + "version": "1.1.0", "private": true, "scripts": { "start": "docker-compose up",