Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contexthub/admin",
"version": "0.1.19",
"version": "0.1.20",
"private": true,
"description": "React administration interface for contextHub",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contexthub/api",
"version": "0.1.19",
"version": "0.1.20",
"private": true,
"description": "Fastify back‑end service for contextHub",
"main": "src/server.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contexthub",
"version": "0.1.19",
"version": "0.1.20",
"private": true,
"packageManager": "pnpm@10.13.1",
"description": "Multi‑tenant headless CMS and content services platform.",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contexthub/common",
"version": "0.1.19",
"version": "0.1.20",
"private": true,
"description": "Shared models, types and utilities for contextHub",
"main": "src/index.js",
Expand Down
Loading