Skip to content

Commit 441adf5

Browse files
authored
Merge pull request #36 from guataiba/changeset-release/main
chore: version packages
2 parents b60997f + 9bedf1d commit 441adf5

File tree

7 files changed

+32
-10
lines changed

7 files changed

+32
-10
lines changed

.changeset/agent-browser-pipeline.md

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

packages/cli/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @guataiba/isac-cli
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- b60997f: Replace Playwright with agent-browser for fully deterministic Phase 0 pipeline (zero Claude API cost). Add section catalog, page renderers, and pixel-diff for visual verification. Fix theme toggle and hydration issues via finalizeProject() adapter hook.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [b60997f]
12+
- @guataiba/isac-core@2.2.0
13+
- @guataiba/isac-nextjs@2.2.0
14+
315
## 2.1.0
416

517
### Minor Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@guataiba/isac-cli",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "ISAC CLI — Intelligent Site Analysis & Cloning. Captures screenshots, extracts design systems, and generates pixel-perfect Next.js replicas powered by Claude Code.",
55
"type": "module",
66
"bin": {

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @guataiba/isac-core
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- b60997f: Replace Playwright with agent-browser for fully deterministic Phase 0 pipeline (zero Claude API cost). Add section catalog, page renderers, and pixel-diff for visual verification. Fix theme toggle and hydration issues via finalizeProject() adapter hook.
8+
39
## 2.1.0
410

511
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@guataiba/isac-core",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Framework-agnostic pipeline engine for ISAC — Intelligent Site Analysis & Cloning",
55
"type": "module",
66
"main": "./dist/index.js",

packages/nextjs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @guataiba/isac-nextjs
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- b60997f: Replace Playwright with agent-browser for fully deterministic Phase 0 pipeline (zero Claude API cost). Add section catalog, page renderers, and pixel-diff for visual verification. Fix theme toggle and hydration issues via finalizeProject() adapter hook.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [b60997f]
12+
- @guataiba/isac-core@2.2.0
13+
314
## 2.1.0
415

516
### Minor Changes

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@guataiba/isac-nextjs",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Next.js (App Router) adapter for ISAC — Intelligent Site Analysis & Cloning",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)