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
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## [0.12.0] - 2026-06-20

### Changed

- Updated dependencies to their latest patch/minor releases within the current major versions, including the AWS SDK clients (`3.1073.0`), Radix UI primitives, Next.js (`16.2.9`), React and React DOM (`19.2.7`), Zod (`4.4.3`), Zustand, Yjs, Framer Motion, `tailwind-merge`, `@upstash/redis`, and the TypeScript ESLint toolchain.

### Removed

- `@types/jspdf` — the package is deprecated; `jspdf` v4 ships its own type definitions.

---

## [0.11.0] - 2026-06-20

### Added

- Keyboard shortcuts to zoom the canvas: `+` / `=` to zoom in, `-` to zoom out. The shortcuts are listed under **View** in the keyboard shortcuts dialog and are ignored while typing in inputs.

---

## [0.9.0] - 2026-05-21

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</p>

<p align="center">
<img src="https://img.shields.io/badge/version-0.9.0-blue?style=flat-square" alt="Version 0.9.0" />
<img src="https://img.shields.io/badge/version-0.12.0-blue?style=flat-square" alt="Version 0.12.0" />
<img src="https://img.shields.io/badge/license-MIT-green?style=flat-square" alt="MIT License" />
<img src="https://img.shields.io/badge/Next.js-16+-black?style=flat-square&logo=next.js" alt="Next.js 16+" />
<img src="https://img.shields.io/badge/AI-Gemini%20%7C%20AWS%20Bedrock%20%7C%20WebLLM-orange?style=flat-square" alt="AI Providers" />
Expand Down
115 changes: 57 additions & 58 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "open-arch-flow",
"version": "0.10.0",
"version": "0.12.0",
"private": true,
"packageManager": "pnpm@11.1.2",
"author": "Rafael Sales <rafael.sales@gmail.com>",
Expand All @@ -25,53 +25,52 @@
"signaling": "node scripts/signaling.mjs"
},
"dependencies": {
"@aws-sdk/client-api-gateway": "^3.1045.0",
"@aws-sdk/client-bedrock": "^3.1045.0",
"@aws-sdk/client-bedrock-runtime": "^3.1045.0",
"@aws-sdk/client-cloudfront": "^3.1051.0",
"@aws-sdk/client-cloudwatch-logs": "^3.1045.0",
"@aws-sdk/client-cognito-identity-provider": "^3.1051.0",
"@aws-sdk/client-dynamodb": "^3.1045.0",
"@aws-sdk/client-ec2": "^3.1051.0",
"@aws-sdk/client-ecs": "^3.1051.0",
"@aws-sdk/client-eks": "^3.1051.0",
"@aws-sdk/client-elastic-load-balancing-v2": "^3.1051.0",
"@aws-sdk/client-elasticache": "^3.1051.0",
"@aws-sdk/client-eventbridge": "^3.1045.0",
"@aws-sdk/client-iam": "^3.1045.0",
"@aws-sdk/client-kinesis": "^3.1045.0",
"@aws-sdk/client-kms": "^3.1045.0",
"@aws-sdk/client-lambda": "^3.1045.0",
"@aws-sdk/client-pricing": "^3.1038.0",
"@aws-sdk/client-rds": "^3.1051.0",
"@aws-sdk/client-route-53": "^3.1051.0",
"@aws-sdk/client-s3": "^3.1045.0",
"@aws-sdk/client-secrets-manager": "^3.1045.0",
"@aws-sdk/client-sfn": "^3.1051.0",
"@aws-sdk/client-sns": "^3.1045.0",
"@aws-sdk/client-sqs": "^3.1045.0",
"@aws-sdk/client-ssm": "^3.1045.0",
"@aws-sdk/client-sso": "^3.1045.0",
"@aws-sdk/client-sso-oidc": "^3.1045.0",
"@aws-sdk/client-api-gateway": "^3.1073.0",
"@aws-sdk/client-bedrock": "^3.1073.0",
"@aws-sdk/client-bedrock-runtime": "^3.1073.0",
"@aws-sdk/client-cloudfront": "^3.1073.0",
"@aws-sdk/client-cloudwatch-logs": "^3.1073.0",
"@aws-sdk/client-cognito-identity-provider": "^3.1073.0",
"@aws-sdk/client-dynamodb": "^3.1073.0",
"@aws-sdk/client-ec2": "^3.1073.0",
"@aws-sdk/client-ecs": "^3.1073.0",
"@aws-sdk/client-eks": "^3.1073.0",
"@aws-sdk/client-elastic-load-balancing-v2": "^3.1073.0",
"@aws-sdk/client-elasticache": "^3.1073.0",
"@aws-sdk/client-eventbridge": "^3.1073.0",
"@aws-sdk/client-iam": "^3.1073.0",
"@aws-sdk/client-kinesis": "^3.1073.0",
"@aws-sdk/client-kms": "^3.1073.0",
"@aws-sdk/client-lambda": "^3.1073.0",
"@aws-sdk/client-pricing": "^3.1073.0",
"@aws-sdk/client-rds": "^3.1073.0",
"@aws-sdk/client-route-53": "^3.1073.0",
"@aws-sdk/client-s3": "^3.1073.0",
"@aws-sdk/client-secrets-manager": "^3.1073.0",
"@aws-sdk/client-sfn": "^3.1073.0",
"@aws-sdk/client-sns": "^3.1073.0",
"@aws-sdk/client-sqs": "^3.1073.0",
"@aws-sdk/client-ssm": "^3.1073.0",
"@aws-sdk/client-sso": "^3.1073.0",
"@aws-sdk/client-sso-oidc": "^3.1073.0",
"@google/generative-ai": "^0.24.1",
"@mlc-ai/web-llm": "^0.2.82",
"@mlc-ai/web-llm": "^0.2.84",
"@modelcontextprotocol/sdk": "^1.29.0",
"@monaco-editor/react": "^4.7.0",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tooltip": "^1.2.8",
"@types/jspdf": "^2.0.0",
"@radix-ui/react-alert-dialog": "^1.1.17",
"@radix-ui/react-dialog": "^1.1.17",
"@radix-ui/react-dropdown-menu": "^2.1.18",
"@radix-ui/react-label": "^2.1.10",
"@radix-ui/react-popover": "^1.1.17",
"@radix-ui/react-progress": "^1.1.10",
"@radix-ui/react-scroll-area": "^1.2.12",
"@radix-ui/react-separator": "^1.1.10",
"@radix-ui/react-slider": "^1.4.1",
"@radix-ui/react-slot": "^1.3.0",
"@radix-ui/react-switch": "^1.3.1",
"@radix-ui/react-tooltip": "^1.2.10",
"@upstash/ratelimit": "^2.0.8",
"@upstash/redis": "^1.37.0",
"@upstash/redis": "^1.38.0",
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^2.0.0",
"aws-react-icons": "^3.3.0",
Expand All @@ -81,42 +80,42 @@
"dagre": "^0.8.5",
"dotenv": "^17.4.2",
"elkjs": "^0.11.1",
"fflate": "^0.8.2",
"framer-motion": "^12.38.0",
"fflate": "^0.8.3",
"framer-motion": "^12.40.0",
"html2canvas": "^1.4.1",
"jspdf": "^4.2.1",
"lucide-react": "^0.577.0",
"next": "^16.2.4",
"next": "^16.2.9",
"next-themes": "^0.4.6",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-icons": "^5.6.0",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^16.1.1",
"reactflow": "^11.11.4",
"remark-gfm": "^4.0.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tailwind-merge": "^3.6.0",
"tailwindcss-animate": "^1.0.7",
"y-webrtc": "^10.3.0",
"yjs": "^13.6.30",
"zod": "^4.3.6",
"yjs": "^13.6.31",
"zod": "^4.4.3",
"zundo": "^2.3.0",
"zustand": "^5.0.12"
"zustand": "^5.0.14"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@types/dagre": "^0.7.54",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "^8.59.1",
"@typescript-eslint/parser": "^8.59.1",
"@typescript-eslint/eslint-plugin": "^8.61.1",
"@typescript-eslint/parser": "^8.61.1",
"autoprefixer": "^10.5.0",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.4",
"postcss": "^8.5.12",
"eslint-config-next": "^16.2.9",
"postcss": "^8.5.15",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3"
}
Expand Down
Loading
Loading