Skip to content

Navigation Menu

Sign in
Sign up

chore: version packages #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
No1Joon merged 1 commit into main from changeset-release/main
Sep 4, 2026
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
5 changes: 0 additions & 5 deletions .changeset/a-group-is-a-group.md
View file Open in desktop

This file was deleted.

7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# archdraw

## 0.7.7

### Patch Changes

- Updated dependencies [03fb1b8]
- @archdraw/core@0.7.3

## 0.7.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archdraw",
"version": "0.7.6",
"version": "0.7.7",
"description": "Render cloud architecture diagrams from YAML. Built for AI CLIs and humans.",
"keywords": [
"architecture-diagram",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @archdraw/core

## 0.7.3

### Patch Changes

- 03fb1b8: Fill a group the flat way and keep its children. A container declared under `groups` with nothing in it yet — the flat form points children at it with `parent` rather than nesting them — was read as an ordinary leaf, so the layout never walked into it. Two ways that ended: an edge across two such groups threw ELK's own `JsonImportException: Referenced shape does not exist`, and an edge inside one rendered happily while every child silently vanished from the picture, which is the worse of the two. An entry under `groups` is a group whatever it holds, and so is any node another node names as its `parent`. Found by an agent that wrote the flat form on its own and abandoned it when the render failed.

## 0.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@archdraw/core",
"version": "0.7.2",
"version": "0.7.3",
"description": "Parse, validate, lay out and render cloud architecture diagrams as SVG.",
"keywords": [
"architecture-diagram",
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @archdraw/react

## 0.1.12

### Patch Changes

- Updated dependencies [03fb1b8]
- @archdraw/core@0.7.3

## 0.1.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@archdraw/react",
"version": "0.1.11",
"version": "0.1.12",
"description": "React component for rendering archdraw diagrams in the browser.",
"keywords": [
"architecture-diagram",
Expand Down
Loading

AltStyle によって変換されたページ (->オリジナル) /