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
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,8 @@ gemini.md
.cursor/
.windsurf/
.aider*

# Local-only working files (not part of the published project)
HANDOFF.md
improvements/
LAUNCH-READY.md
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ history stays consistent across GitHub and npm.

## Unreleased

No unreleased changes yet.

## 1.3.0 - 2026-05-31

### Changed

- All CMS adapters (Prismic aside, which has a single endpoint) now fetch their
Expand Down
2 changes: 1 addition & 1 deletion apps/site/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@cms-lab/site",
"version": "1.2.6",
"version": "1.3.0",
"type": "module",
"scripts": {
"dev": "next dev -p 2677",
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": "cms-lab-workspace",
"version": "1.2.6",
"version": "1.3.0",
"private": true,
"type": "module",
"packageManager": "pnpm@10.33.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cms-lab/cli",
"version": "1.2.6",
"version": "1.3.0",
"type": "module",
"description": "Catch CMS bugs before deploy.",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/src/action-metadata.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test("GitHub Action runner builds a cms-lab scan command", async () => {
PATH: `${tmp}:${process.env.PATH ?? ""}`,
GITHUB_OUTPUT: outputFile,
CMS_LAB_NPX_ARGS_FILE: argsFile,
CMS_LAB_VERSION: "1.2.6",
CMS_LAB_VERSION: "1.3.0",
CMS_LAB_CONFIG: "cms-lab.config.ts",
CMS_LAB_URL: "http://localhost:3000",
CMS_LAB_REPORT: "true",
Expand All @@ -82,7 +82,7 @@ test("GitHub Action runner builds a cms-lab scan command", async () => {

expect(args).toEqual([
"-y",
"@cms-lab/cli@1.2.6",
"@cms-lab/cli@1.3.0",
"scan",
"--ci",
"--config",
Expand Down
2 changes: 1 addition & 1 deletion packages/contentful/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cms-lab/contentful",
"version": "1.2.6",
"version": "1.3.0",
"type": "module",
"description": "Contentful document adapter for cms-lab.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cms-lab/core",
"version": "1.2.6",
"version": "1.3.0",
"type": "module",
"description": "Core config, scan, diagnostics, and checks for cms-lab.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/directus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cms-lab/directus",
"version": "1.2.6",
"version": "1.3.0",
"type": "module",
"description": "Directus document adapter for cms-lab.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cms-lab/next",
"version": "1.2.6",
"version": "1.3.0",
"type": "module",
"description": "Next.js project detection for cms-lab.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/payload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cms-lab/payload",
"version": "1.2.6",
"version": "1.3.0",
"type": "module",
"description": "Payload CMS document adapter for cms-lab.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/prismic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cms-lab/prismic",
"version": "1.2.6",
"version": "1.3.0",
"type": "module",
"description": "Prismic document adapter for cms-lab.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cms-lab/reporter",
"version": "1.2.6",
"version": "1.3.0",
"type": "module",
"description": "HTML report rendering for cms-lab.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/sanity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cms-lab/sanity",
"version": "1.2.6",
"version": "1.3.0",
"type": "module",
"description": "Sanity document adapter for cms-lab.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cms-lab/strapi",
"version": "1.2.6",
"version": "1.3.0",
"type": "module",
"description": "Strapi document adapter for cms-lab.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/wordpress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cms-lab/wordpress",
"version": "1.2.6",
"version": "1.3.0",
"type": "module",
"description": "WordPress REST document adapter for cms-lab.",
"license": "MIT",
Expand Down