From 2b401c6d8000a6f0e97532f44b19b3790d280c61 Mon Sep 17 00:00:00 2001 From: sarveshsea Date: Mon, 11 May 2026 23:03:27 -0500 Subject: [PATCH 1/7] =?UTF-8?q?chore(release):=20v1.0.1=20=E2=80=94=20sync?= =?UTF-8?q?=20version=20pins=20for=20README=20install=20variants?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR #24 added pnpm + yarn install commands and excluded plugin/*.png from the tarball, which required bumping the npm version (1.0.0 -> 1.0.1) to publish. This commit syncs all release-gate-enforced version pins to 1.0.1 so main matches what's on npm. Files synced: - package.json + package-lock.json - server.json (3 places) - plugin/widget-meta.json - plugins/memoire/.codex-plugin/plugin.json - 12 examples/**/registry.json - examples/presets/starter/README.md - preview/changelog.html (regenerated from CHANGELOG.md) CHANGELOG: v1.0.1 entry covering the install-variants and pack-size-fix changes. Co-Authored-By: Claude Opus 4.7 (1M context) --- CHANGELOG.md | 8 +++++++ examples/presets/ai-chat/registry.json | 2 +- examples/presets/auth-flow/registry.json | 2 +- examples/presets/dashboard/registry.json | 2 +- examples/presets/docs-blog/registry.json | 2 +- examples/presets/ecommerce/registry.json | 2 +- examples/presets/landing-page/registry.json | 2 +- examples/presets/starter-saas/registry.json | 2 +- examples/presets/starter/README.md | 2 +- examples/presets/starter/registry.json | 2 +- examples/presets/tweakcn-linear/registry.json | 2 +- .../presets/tweakcn-supabase/registry.json | 2 +- examples/presets/tweakcn-vercel/registry.json | 2 +- examples/starter-registry/registry.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- plugin/widget-meta.json | 4 ++-- plugins/memoire/.codex-plugin/plugin.json | 2 +- preview/changelog.html | 22 ++++++++++++++----- server.json | 6 ++--- 20 files changed, 47 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 529c7fd..477f6af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ This changelog tracks Mémoire itself: every version, commit, and architectural ## Unreleased +## v1.0.1 — 2026-05-12 + +### Docs +- README install section now lists pnpm and yarn variants alongside npm (single bash block, three lines). + +### Packaging +- Exclude `plugin/*.png` from the npm tarball — prevents stray local screenshots in the plugin folder from blowing past the size gate. + ## v1.0.0 — 2026-05-10 ### Rebrand and stability commitment diff --git a/examples/presets/ai-chat/registry.json b/examples/presets/ai-chat/registry.json index 66c7f53..9a3fd37 100644 --- a/examples/presets/ai-chat/registry.json +++ b/examples/presets/ai-chat/registry.json @@ -73,6 +73,6 @@ ], "meta": { "extractedAt": "2026-04-15T00:00:00.000Z", - "memoireVersion": "1.0.0" + "memoireVersion": "1.0.1" } } diff --git a/examples/presets/auth-flow/registry.json b/examples/presets/auth-flow/registry.json index add9108..fcf15ef 100644 --- a/examples/presets/auth-flow/registry.json +++ b/examples/presets/auth-flow/registry.json @@ -63,6 +63,6 @@ ], "meta": { "extractedAt": "2026-04-15T00:00:00.000Z", - "memoireVersion": "1.0.0" + "memoireVersion": "1.0.1" } } diff --git a/examples/presets/dashboard/registry.json b/examples/presets/dashboard/registry.json index 25c847a..76ef8a9 100644 --- a/examples/presets/dashboard/registry.json +++ b/examples/presets/dashboard/registry.json @@ -53,6 +53,6 @@ ], "meta": { "extractedAt": "2026-04-15T00:00:00.000Z", - "memoireVersion": "1.0.0" + "memoireVersion": "1.0.1" } } diff --git a/examples/presets/docs-blog/registry.json b/examples/presets/docs-blog/registry.json index 4138ae9..07e5778 100644 --- a/examples/presets/docs-blog/registry.json +++ b/examples/presets/docs-blog/registry.json @@ -53,6 +53,6 @@ ], "meta": { "extractedAt": "2026-04-15T00:00:00.000Z", - "memoireVersion": "1.0.0" + "memoireVersion": "1.0.1" } } diff --git a/examples/presets/ecommerce/registry.json b/examples/presets/ecommerce/registry.json index 873002f..e70c1ab 100644 --- a/examples/presets/ecommerce/registry.json +++ b/examples/presets/ecommerce/registry.json @@ -63,6 +63,6 @@ ], "meta": { "extractedAt": "2026-04-15T00:00:00.000Z", - "memoireVersion": "1.0.0" + "memoireVersion": "1.0.1" } } diff --git a/examples/presets/landing-page/registry.json b/examples/presets/landing-page/registry.json index d0f8d6f..026c71f 100644 --- a/examples/presets/landing-page/registry.json +++ b/examples/presets/landing-page/registry.json @@ -63,6 +63,6 @@ ], "meta": { "extractedAt": "2026-04-15T00:00:00.000Z", - "memoireVersion": "1.0.0" + "memoireVersion": "1.0.1" } } diff --git a/examples/presets/starter-saas/registry.json b/examples/presets/starter-saas/registry.json index e4b6b35..95dc84a 100644 --- a/examples/presets/starter-saas/registry.json +++ b/examples/presets/starter-saas/registry.json @@ -53,6 +53,6 @@ ], "meta": { "extractedAt": "2026-04-15T00:00:00.000Z", - "memoireVersion": "1.0.0" + "memoireVersion": "1.0.1" } } diff --git a/examples/presets/starter/README.md b/examples/presets/starter/README.md index d110a6e..20d928f 100644 --- a/examples/presets/starter/README.md +++ b/examples/presets/starter/README.md @@ -30,4 +30,4 @@ memi add Button --from @yourscope/your-ds - Four real React components using CSS variables, not hardcoded hex - `Button.loading` prop that swaps the label for a spinner -Generated for Memoire v1.0.0. +Generated for Memoire v1.0.1. diff --git a/examples/presets/starter/registry.json b/examples/presets/starter/registry.json index ff6fefe..6e0040c 100644 --- a/examples/presets/starter/registry.json +++ b/examples/presets/starter/registry.json @@ -53,6 +53,6 @@ ], "meta": { "extractedAt": "2026-04-15T00:00:00.000Z", - "memoireVersion": "1.0.0" + "memoireVersion": "1.0.1" } } diff --git a/examples/presets/tweakcn-linear/registry.json b/examples/presets/tweakcn-linear/registry.json index 0fc208b..29fef17 100644 --- a/examples/presets/tweakcn-linear/registry.json +++ b/examples/presets/tweakcn-linear/registry.json @@ -53,6 +53,6 @@ ], "meta": { "extractedAt": "2026-04-15T00:00:00.000Z", - "memoireVersion": "1.0.0" + "memoireVersion": "1.0.1" } } diff --git a/examples/presets/tweakcn-supabase/registry.json b/examples/presets/tweakcn-supabase/registry.json index 0a51090..53382ed 100644 --- a/examples/presets/tweakcn-supabase/registry.json +++ b/examples/presets/tweakcn-supabase/registry.json @@ -53,6 +53,6 @@ ], "meta": { "extractedAt": "2026-04-15T00:00:00.000Z", - "memoireVersion": "1.0.0" + "memoireVersion": "1.0.1" } } diff --git a/examples/presets/tweakcn-vercel/registry.json b/examples/presets/tweakcn-vercel/registry.json index 80a790c..28d065b 100644 --- a/examples/presets/tweakcn-vercel/registry.json +++ b/examples/presets/tweakcn-vercel/registry.json @@ -53,6 +53,6 @@ ], "meta": { "extractedAt": "2026-04-15T00:00:00.000Z", - "memoireVersion": "1.0.0" + "memoireVersion": "1.0.1" } } diff --git a/examples/starter-registry/registry.json b/examples/starter-registry/registry.json index 84d2cee..b8efbac 100644 --- a/examples/starter-registry/registry.json +++ b/examples/starter-registry/registry.json @@ -23,6 +23,6 @@ ], "meta": { "extractedAt": "2026-04-15T00:00:00.000Z", - "memoireVersion": "1.0.0" + "memoireVersion": "1.0.1" } } diff --git a/package-lock.json b/package-lock.json index e8e00e9..3eea619 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@memi-design/cli", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@memi-design/cli", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "@anthropic-ai/sdk": "^0.39.0", diff --git a/package.json b/package.json index 1a6845b..67d91f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@memi-design/cli", - "version": "1.0.0", + "version": "1.0.1", "mcpName": "io.github.sarveshsea/memi", "description": "Design-system memory for coding agents — give Claude Code, Cursor, and Codex memory of your tokens, components, and Figma so they edit your app without breaking the design.", "type": "module", diff --git a/plugin/widget-meta.json b/plugin/widget-meta.json index 85cdd9d..a6f4c13 100644 --- a/plugin/widget-meta.json +++ b/plugin/widget-meta.json @@ -1,7 +1,7 @@ { "widgetVersion": "2", - "packageVersion": "1.0.0", - "builtAt": "2026-05-10T20:29:00.481Z", + "packageVersion": "1.0.1", + "builtAt": "2026-05-12T03:53:41.174Z", "bundleHash": "ffd143c9b7a1a1ea878b03322940525eb1f53db395572b46e3cc7bbf4f2e69aa", "manifest": { "path": "/Users/sarveshchidambaram/Desktop/Projects/Other/ark/plugin/manifest.json", diff --git a/plugins/memoire/.codex-plugin/plugin.json b/plugins/memoire/.codex-plugin/plugin.json index 7fc5778..e626728 100644 --- a/plugins/memoire/.codex-plugin/plugin.json +++ b/plugins/memoire/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "memoire", - "version": "1.0.0", + "version": "1.0.1", "description": "Design memory and UI quality tools for Codex: MCP tools, design-system context, Figma workflows, shadcn/ui, Tailwind, and Atomic Design.", "author": { "name": "Sarvesh Chidambaram", diff --git a/preview/changelog.html b/preview/changelog.html index a2dee10..17c48f3 100644 --- a/preview/changelog.html +++ b/preview/changelog.html @@ -391,8 +391,8 @@
242 commits - 24 versions - 2026-05-10 latest + 25 versions + 2026-05-12 latest
@@ -407,8 +407,8 @@

Real release history, not placeholder demo copy.

Current release - v1.0.0 -
0 commits tracked in v1.0.0 from CHANGELOG.md.
+ v1.0.1 +
0 commits tracked in v1.0.1 from CHANGELOG.md.
Biggest theme @@ -434,10 +434,22 @@

Real release history, not placeholder demo copy.

-
memoire changelog - synced with CHANGELOG.md through v1.0.0
+
memoire changelog - synced with CHANGELOG.md through v1.0.1