Skip to content

Commit

Permalink
chore(release): Release : 2024 DEC 29
Browse files Browse the repository at this point in the history
  • Loading branch information
z3dev authored Dec 29, 2024
2 parents 0cd6beb + d8010c4 commit b82f7f1
Show file tree
Hide file tree
Showing 49 changed files with 557 additions and 340 deletions.
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.5](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/[email protected]...@jscad/[email protected]) (2024-12-29)

**Note:** Version bump only for package @jscad/cli





## [2.3.4](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/[email protected]...@jscad/[email protected]) (2024-11-10)

**Note:** Version bump only for package @jscad/cli
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jscad/cli",
"version": "2.3.4",
"version": "2.3.5",
"description": "Command Line Interface (CLI) for JSCAD",
"homepage": "https://openjscad.xyz/",
"repository": "https://github.com/jscad/OpenJSCAD.org",
Expand Down Expand Up @@ -36,9 +36,9 @@
"license": "MIT",
"dependencies": {
"@jscad/array-utils": "2.1.4",
"@jscad/core": "2.6.11",
"@jscad/io": "2.4.10",
"@jscad/modeling": "2.12.4",
"@jscad/core": "2.6.12",
"@jscad/io": "2.4.11",
"@jscad/modeling": "2.12.5",
"jszip": "^3.10.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.6.12](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/[email protected]...@jscad/[email protected]) (2024-12-29)

**Note:** Version bump only for package @jscad/core





## [2.6.11](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/[email protected]...@jscad/[email protected]) (2024-11-10)

**Note:** Version bump only for package @jscad/core
Expand Down
56 changes: 28 additions & 28 deletions packages/core/dist/jscad-core.min.js

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

8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jscad/core",
"version": "2.6.11",
"version": "2.6.12",
"description": "Core functionality for JSCAD Applications",
"homepage": "https://openjscad.xyz/",
"repository": "https://github.com/jscad/OpenJSCAD.org",
Expand Down Expand Up @@ -36,9 +36,9 @@
"license": "MIT",
"dependencies": {
"@jscad/array-utils": "2.1.4",
"@jscad/io": "2.4.10",
"@jscad/io-utils": "2.0.29",
"@jscad/modeling": "2.12.4",
"@jscad/io": "2.4.11",
"@jscad/io-utils": "2.0.30",
"@jscad/modeling": "2.12.5",
"json5": "2.2.3",
"strip-bom": "4.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/io/3mf-serializer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.14](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/[email protected]...@jscad/[email protected]) (2024-12-29)

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





## [2.1.13](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/[email protected]...@jscad/[email protected]) (2024-11-10)

**Note:** Version bump only for package @jscad/3mf-serializer
Expand Down
4 changes: 2 additions & 2 deletions packages/io/3mf-serializer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jscad/3mf-serializer",
"version": "2.1.13",
"version": "2.1.14",
"description": "3MF serializer for JSCAD project",
"homepage": "https://openjscad.xyz/",
"repository": "https://github.com/jscad/OpenJSCAD.org",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@jscad/array-utils": "2.1.4",
"@jscad/modeling": "2.12.4",
"@jscad/modeling": "2.12.5",
"fflate": "0.7.3",
"onml": "1.2.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/io/amf-deserializer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.10](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/[email protected]...@jscad/[email protected]) (2024-12-29)

**Note:** Version bump only for package @jscad/amf-deserializer





## [2.3.9](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/[email protected]...@jscad/[email protected]) (2024-11-10)

**Note:** Version bump only for package @jscad/amf-deserializer
Expand Down
6 changes: 3 additions & 3 deletions packages/io/amf-deserializer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jscad/amf-deserializer",
"version": "2.3.9",
"version": "2.3.10",
"description": "AMF Deserializer for JSCAD",
"repository": "https://github.com/jscad/OpenJSCAD.org/",
"main": "src/index.js",
Expand Down Expand Up @@ -31,8 +31,8 @@
],
"license": "MIT",
"dependencies": {
"@jscad/io-utils": "2.0.29",
"@jscad/modeling": "2.12.4",
"@jscad/io-utils": "2.0.30",
"@jscad/modeling": "2.12.5",
"saxes": "5.0.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/io/amf-serializer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.20](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/[email protected]...@jscad/[email protected]) (2024-12-29)

**Note:** Version bump only for package @jscad/amf-serializer





## [2.1.19](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/[email protected]...@jscad/[email protected]) (2024-11-10)

**Note:** Version bump only for package @jscad/amf-serializer
Expand Down
4 changes: 2 additions & 2 deletions packages/io/amf-serializer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jscad/amf-serializer",
"version": "2.1.19",
"version": "2.1.20",
"description": "AMF Serializer for JSCAD",
"homepage": "https://openjscad.xyz/",
"repository": "https://github.com/jscad/OpenJSCAD.org",
Expand Down Expand Up @@ -33,7 +33,7 @@
"license": "MIT",
"dependencies": {
"@jscad/array-utils": "2.1.4",
"@jscad/modeling": "2.12.4",
"@jscad/modeling": "2.12.5",
"onml": "1.3.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/io/dxf-deserializer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.27](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/[email protected]...@jscad/[email protected]) (2024-12-29)

**Note:** Version bump only for package @jscad/dxf-deserializer





## [2.3.26](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/[email protected]...@jscad/[email protected]) (2024-11-10)

**Note:** Version bump only for package @jscad/dxf-deserializer
Expand Down
6 changes: 3 additions & 3 deletions packages/io/dxf-deserializer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jscad/dxf-deserializer",
"version": "2.3.26",
"version": "2.3.27",
"description": "DXF Deserializer for JSCAD",
"homepage": "https://openjscad.xyz/",
"repository": "https://github.com/jscad/OpenJSCAD.org",
Expand Down Expand Up @@ -28,8 +28,8 @@
],
"license": "MIT",
"dependencies": {
"@jscad/io-utils": "2.0.29",
"@jscad/modeling": "2.12.4"
"@jscad/io-utils": "2.0.30",
"@jscad/modeling": "2.12.5"
},
"devDependencies": {
"ava": "3.15.0",
Expand Down
Loading

0 comments on commit b82f7f1

Please sign in to comment.