Skip to content

Commit 1de52a2

Browse files
committed
chore(release): publish
- @jscad/array-utils@3.0.2-alpha.0 - @jscad/cli@3.0.4-alpha.0 - @jscad/core@3.0.4-alpha.0 - @jscad/3mf-deserializer@3.0.4-alpha.0 - @jscad/3mf-serializer@3.0.4-alpha.0 - @jscad/dxf-deserializer@3.0.4-alpha.0 - @jscad/dxf-serializer@3.0.4-alpha.0 - @jscad/io@3.0.4-alpha.0 - @jscad/io-utils@3.0.4-alpha.0 - @jscad/json-deserializer@3.0.4-alpha.0 - @jscad/json-serializer@3.0.4-alpha.0 - @jscad/obj-deserializer@3.0.4-alpha.0 - @jscad/obj-serializer@3.0.4-alpha.0 - @jscad/stl-deserializer@3.0.4-alpha.0 - @jscad/stl-serializer@3.0.4-alpha.0 - @jscad/svg-deserializer@3.0.4-alpha.0 - @jscad/svg-serializer@3.0.4-alpha.0 - @jscad/x3d-deserializer@3.0.4-alpha.0 - @jscad/x3d-serializer@3.0.4-alpha.0 - @jscad/modeling@3.0.4-alpha.0 - @jscad/regl-renderer@3.0.4-alpha.0
1 parent cb45b9b commit 1de52a2

77 files changed

Lines changed: 14821 additions & 169 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package-lock.json

Lines changed: 14553 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/array-utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.2-alpha.0](/compare/@jscad/array-utils@3.0.1-alpha.0...@jscad/array-utils@3.0.2-alpha.0) (2026-04-12)
7+
8+
### Bug Fixes
9+
10+
* **modeling:** sync V2 changes for flatten 85f006c
11+
612
## [3.0.1-alpha.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/array-utils@2.1.4...@jscad/array-utils@3.0.1-alpha.0) (2025-01-03)
713

814
### Bug Fixes

packages/array-utils/dist/jscad-array-utils.es.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/array-utils/dist/jscad-array-utils.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/array-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jscad/array-utils",
3-
"version": "3.0.1-alpha.0",
3+
"version": "3.0.2-alpha.0",
44
"description": "JSCAD Utility functions for arrays",
55
"homepage": "https://openjscad.xyz/",
66
"repository": "https://github.com/jscad/OpenJSCAD.org",

packages/cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.4-alpha.0](/compare/@jscad/cli@3.0.3-alpha.0...@jscad/cli@3.0.4-alpha.0) (2026-04-12)
7+
8+
**Note:** Version bump only for package @jscad/cli
9+
610
## [3.0.3-alpha.0](https://github.com/jscad/OpenJSCAD/compare/@jscad/cli@3.0.2-alpha.0...@jscad/cli@3.0.3-alpha.0) (2026-01-18)
711

812
### Features

packages/cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jscad/cli",
3-
"version": "3.0.3-alpha.0",
3+
"version": "3.0.4-alpha.0",
44
"description": "Command Line Interface (CLI) for JSCAD",
55
"homepage": "https://openjscad.xyz/",
66
"repository": "https://github.com/jscad/OpenJSCAD.org",
@@ -36,11 +36,11 @@
3636
],
3737
"license": "MIT",
3838
"dependencies": {
39-
"@jscad/array-utils": "3.0.1-alpha.0",
40-
"@jscad/core": "3.0.3-alpha.0",
41-
"@jscad/io": "3.0.3-alpha.0",
42-
"@jscad/io-utils": "3.0.3-alpha.0",
43-
"@jscad/modeling": "3.0.3-alpha.0",
39+
"@jscad/array-utils": "3.0.2-alpha.0",
40+
"@jscad/core": "3.0.4-alpha.0",
41+
"@jscad/io": "3.0.4-alpha.0",
42+
"@jscad/io-utils": "3.0.4-alpha.0",
43+
"@jscad/modeling": "3.0.4-alpha.0",
4444
"commander": "^14.0.0",
4545
"jszip": "^3.10.1"
4646
},

packages/core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.4-alpha.0](/compare/@jscad/core@3.0.3-alpha.0...@jscad/core@3.0.4-alpha.0) (2026-04-12)
7+
8+
**Note:** Version bump only for package @jscad/core
9+
610
## [3.0.3-alpha.0](https://github.com/jscad/OpenJSCAD/compare/@jscad/core@3.0.2-alpha.0...@jscad/core@3.0.3-alpha.0) (2026-01-18)
711

812
### Bug Fixes

packages/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jscad/core",
3-
"version": "3.0.3-alpha.0",
3+
"version": "3.0.4-alpha.0",
44
"description": "Core functionality for JSCAD Applications",
55
"homepage": "https://openjscad.xyz/",
66
"repository": "https://github.com/jscad/OpenJSCAD.org",
@@ -36,10 +36,10 @@
3636
],
3737
"license": "MIT",
3838
"dependencies": {
39-
"@jscad/array-utils": "3.0.1-alpha.0",
40-
"@jscad/io": "3.0.3-alpha.0",
41-
"@jscad/io-utils": "3.0.3-alpha.0",
42-
"@jscad/modeling": "3.0.3-alpha.0",
39+
"@jscad/array-utils": "3.0.2-alpha.0",
40+
"@jscad/io": "3.0.4-alpha.0",
41+
"@jscad/io-utils": "3.0.4-alpha.0",
42+
"@jscad/modeling": "3.0.4-alpha.0",
4343
"json5": "2.2.3",
4444
"strip-bom": "4.0.0"
4545
},

packages/io/3mf-deserializer/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.4-alpha.0](/compare/@jscad/3mf-deserializer@3.0.3-alpha.0...@jscad/3mf-deserializer@3.0.4-alpha.0) (2026-04-12)
7+
8+
**Note:** Version bump only for package @jscad/3mf-deserializer
9+
610
## [3.0.3-alpha.0](https://github.com/jscad/OpenJSCAD/compare/@jscad/3mf-deserializer@3.0.2-alpha.0...@jscad/3mf-deserializer@3.0.3-alpha.0) (2026-01-18)
711

812
**Note:** Version bump only for package @jscad/3mf-deserializer

0 commit comments

Comments
 (0)