Skip to content

Commit 4842a8b

Browse files
chore: version packages
1 parent 1c8688f commit 4842a8b

23 files changed

Lines changed: 79 additions & 30 deletions

File tree

.changeset/fix-par-inline-params.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/standalone-debugger.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

apps/docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @wolfcola/docs-site
22

3+
## 1.2.0
4+
35
## 1.1.1
46

57
## 1.1.0

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wolfcola/docs-site",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"private": true,
55
"type": "module",
66
"scripts": {
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @wolfcola/changeset-sync-manifest
22

3+
## 1.2.0
4+
35
## 1.1.1
46

57
## 1.1.0

packages/changeset-sync-manifest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wolfcola/changeset-sync-manifest",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Sync package.json version into manifest.json after changeset version",
55
"license": "MIT",
66
"type": "module",

packages/dead-export-finder/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @wolfcola/dead-export-finder
22

3+
## 1.2.0
4+
35
## 1.1.1
46

57
### Patch Changes

packages/dead-export-finder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wolfcola/dead-export-finder",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"type": "module",
55
"private": false,
66
"description": "Find dead exports across monorepo package boundaries",

packages/devtools-bridge/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @wolfcola/devtools-bridge
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#57](https://github.com/ryanbas21/devtools/pull/57) [`4b2b276`](https://github.com/ryanbas21/devtools/commit/4b2b27643c4533e79732c9cc69ca25c9ff581efd) Thanks [@ryanbas21](https://github.com/ryanbas21)! - Add standalone Electron debugger with MCP integration
8+
9+
New `attachDebugger()` API in devtools-bridge connects apps to the standalone
10+
debugger via WebSocket. Includes auto-launch, fetch/XHR/Node HTTP interceptors,
11+
and reconnection with session management. The standalone app runs as an Electron
12+
desktop app or headless MCP server (`--mcp` flag) with 10 tools for session
13+
inspection, event querying, diagnosis, and export.
14+
15+
### Patch Changes
16+
17+
- Updated dependencies [[`bc42519`](https://github.com/ryanbas21/devtools/commit/bc42519de6075ec9f60d1b3091ef0603b9ead74a), [`4b2b276`](https://github.com/ryanbas21/devtools/commit/4b2b27643c4533e79732c9cc69ca25c9ff581efd)]:
18+
- @wolfcola/devtools-core@1.2.0
19+
- @wolfcola/devtools-types@1.2.0
20+
321
## 1.1.1
422

523
### Patch Changes

packages/devtools-bridge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wolfcola/devtools-bridge",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Opt-in SDK adapter that emits AuthEvents to the WolfCola DevTools extension",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)