Skip to content

Commit 17ebf6a

Browse files
authored
chore(release): JSCAD Release V3 Alpha : 2025 SEP 06
2 parents e642de4 + ac80d1a commit 17ebf6a

File tree

73 files changed

+300
-208
lines changed

Some content is hidden

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

73 files changed

+300
-208
lines changed

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.2-alpha.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/[email protected]...@jscad/[email protected]) (2025-09-06)
7+
8+
**Note:** Version bump only for package @jscad/cli
9+
610
## [3.0.1-alpha.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/[email protected]...@jscad/[email protected]) (2025-01-03)
711

812
### Bug Fixes

packages/cli/package.json

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

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.2-alpha.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/[email protected]...@jscad/[email protected]) (2025-09-06)
7+
8+
**Note:** Version bump only for package @jscad/core
9+
610
## [3.0.1-alpha.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/[email protected]...@jscad/[email protected]) (2025-01-03)
711

812
### Features

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jscad/core",
3-
"version": "3.0.1-alpha.0",
3+
"version": "3.0.2-alpha.0",
44
"description": "Core functionality for JSCAD Applications",
55
"homepage": "https://openjscad.xyz/",
66
"repository": "https://github.com/jscad/OpenJSCAD.org",
@@ -37,9 +37,9 @@
3737
"license": "MIT",
3838
"dependencies": {
3939
"@jscad/array-utils": "workspace:3.0.1-alpha.0",
40-
"@jscad/io": "workspace:3.0.1-alpha.0",
41-
"@jscad/io-utils": "workspace:3.0.1-alpha.0",
42-
"@jscad/modeling": "workspace:3.0.1-alpha.0",
40+
"@jscad/io": "workspace:3.0.2-alpha.0",
41+
"@jscad/io-utils": "workspace:3.0.2-alpha.0",
42+
"@jscad/modeling": "workspace:3.0.2-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.2-alpha.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/[email protected]...@jscad/[email protected]) (2025-09-06)
7+
8+
**Note:** Version bump only for package @jscad/3mf-deserializer
9+
610
## 3.0.1-alpha.0 (2025-01-03)
711

812
### Features

packages/io/3mf-deserializer/dist/jscad-3mf-deserializer.es.js

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

packages/io/3mf-deserializer/dist/jscad-3mf-deserializer.min.js

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

packages/io/3mf-deserializer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jscad/3mf-deserializer",
3-
"version": "3.0.1-alpha.0",
3+
"version": "3.0.2-alpha.0",
44
"description": "3MF Deserializer for JSCAD",
55
"homepage": "https://openjscad.xyz/",
66
"repository": "https://github.com/jscad/OpenJSCAD.org/",
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"@jscad/array-utils": "workspace:3.0.1-alpha.0",
36-
"@jscad/modeling": "workspace:3.0.1-alpha.0",
36+
"@jscad/modeling": "workspace:3.0.2-alpha.0",
3737
"fflate": "^0.7.3",
3838
"saxes": "^6.0.0"
3939
},

packages/io/3mf-serializer/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.2-alpha.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/[email protected]...@jscad/[email protected]) (2025-09-06)
7+
8+
**Note:** Version bump only for package @jscad/3mf-serializer
9+
610
## [3.0.1-alpha.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/[email protected]...@jscad/[email protected]) (2025-01-03)
711

812
### Bug Fixes

packages/io/3mf-serializer/dist/jscad-3mf-serializer.es.js

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

0 commit comments

Comments
 (0)