Skip to content

Commit 7fd7261

Browse files
committed
chore: release v0.5.2
1 parent 46f93de commit 7fd7261

17 files changed

Lines changed: 17 additions & 17 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "domscribe",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Domscribe is a pixel-to-code development tool that maps running UI elements to their exact source locations, capturing runtime context (props, state, DOM) for handoff to coding agents via MCP.",
55
"author": {
66
"name": "Patch Orbit",

.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "domscribe",
33
"displayName": "Domscribe",
4-
"version": "0.5.1",
4+
"version": "0.5.2",
55
"description": "Domscribe is a pixel-to-code development tool that maps running UI elements to their exact source locations, capturing runtime context (props, state, DOM) for handoff to coding agents via MCP.",
66
"author": {
77
"name": "Patch Orbit",

.plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "domscribe",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Domscribe is a pixel-to-code development tool that maps running UI elements to their exact source locations, capturing runtime context (props, state, DOM) for handoff to coding agents via MCP.",
55
"author": {
66
"name": "Patch Orbit",

gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "domscribe",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Domscribe is a pixel-to-code development tool that maps running UI elements to their exact source locations, capturing runtime context (props, state, DOM) for handoff to coding agents via MCP.",
55
"mcpServers": {
66
"domscribe": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "domscribe",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"author": {
55
"name": "Patch Orbit",
66
"email": "kaushik@patchorbit.com",

packages/domscribe-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "domscribe",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "CLI for Domscribe — pixel-to-code development tool",
55
"type": "module",
66
"main": "src/bin/domscribe.ts",

packages/domscribe-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@domscribe/core",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Shared types, schemas, and utilities for Domscribe",
55
"type": "module",
66
"main": "src/index.ts",

packages/domscribe-manifest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@domscribe/manifest",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Append-only DOM-to-source manifest for Domscribe",
55
"type": "module",
66
"main": "src/index.ts",

packages/domscribe-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@domscribe/mcp",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "MCP server for Domscribe — connects editors and agents to runtime context",
55
"type": "module",
66
"main": "src/bin/domscribe-mcp.ts",

packages/domscribe-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@domscribe/next",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Next.js integration for Domscribe",
55
"type": "module",
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)