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
21 changes: 0 additions & 21 deletions .changeset/adapter-surface-m3-m6.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/camera-ux-orbitcontrols.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/keyboard-camera-a11y.md

This file was deleted.

25 changes: 0 additions & 25 deletions .changeset/preset-views-camera-state.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/svelte-buildvolume-reactive.md

This file was deleted.

92 changes: 46 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions packages/gcode-bgcode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @chestnutlabs/gcode-bgcode

## 0.5.0

### Patch Changes

- Updated dependencies []:
- @chestnutlabs/gcode-containers@0.5.0
- @chestnutlabs/toolpath-core@0.5.0

## 0.4.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/gcode-bgcode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chestnutlabs/gcode-bgcode",
"version": "0.4.0",
"version": "0.5.0",
"description": "Binary G-code (.bgcode) decode adapter for the Chestnut Labs G-code toolpath stack (DD-011): a license-clean, in-memory block walker that decodes Prusa .bgcode to plain G-code for the existing parser/dialect/renderer pipeline. Decode-only.",
"keywords": [
"gcode",
Expand Down Expand Up @@ -47,7 +47,7 @@
"test": "vitest run"
},
"dependencies": {
"@chestnutlabs/toolpath-core": "0.4.0",
"@chestnutlabs/gcode-containers": "0.4.0"
"@chestnutlabs/toolpath-core": "0.5.0",
"@chestnutlabs/gcode-containers": "0.5.0"
}
}
7 changes: 7 additions & 0 deletions packages/gcode-colors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @chestnutlabs/gcode-colors

## 0.5.0

### Patch Changes

- Updated dependencies []:
- @chestnutlabs/toolpath-core@0.5.0

## 0.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/gcode-colors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chestnutlabs/gcode-colors",
"version": "0.4.0",
"version": "0.5.0",
"description": "Renderer-agnostic per-segment color model for the Chestnut Labs G-code toolpath stack (DD-014 D3): the ColorMode union and honest, capability-gated segment coloring over ToolpathIR channels, shared by the 3D and 2D renderers.",
"keywords": [
"gcode",
Expand Down Expand Up @@ -47,6 +47,6 @@
"test": "vitest run"
},
"dependencies": {
"@chestnutlabs/toolpath-core": "0.4.0"
"@chestnutlabs/toolpath-core": "0.5.0"
}
}
7 changes: 7 additions & 0 deletions packages/gcode-containers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @chestnutlabs/gcode-containers

## 0.5.0

### Patch Changes

- Updated dependencies []:
- @chestnutlabs/toolpath-core@0.5.0

## 0.4.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/gcode-containers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chestnutlabs/gcode-containers",
"version": "0.4.0",
"version": "0.5.0",
"description": "Safe, bounded, in-memory container extraction for sliced G-code (.gcode.3mf) — DD-005 §4.4/§7. Never writes files, never fetches, zero dependencies.",
"keywords": [
"gcode",
Expand Down Expand Up @@ -42,6 +42,6 @@
"test": "vitest run"
},
"dependencies": {
"@chestnutlabs/toolpath-core": "0.4.0"
"@chestnutlabs/toolpath-core": "0.5.0"
}
}
7 changes: 7 additions & 0 deletions packages/gcode-dialects/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @chestnutlabs/gcode-dialects

## 0.5.0

### Patch Changes

- Updated dependencies []:
- @chestnutlabs/toolpath-core@0.5.0

## 0.4.0

### Minor Changes
Expand Down
Loading
Loading