Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @jscad/cli@1.8.0
 - @jscad/core@0.2.0
 - @jscad/web@1.8.0
  • Loading branch information
kaosat-dev committed Mar 10, 2018
1 parent bfd2835 commit 3ec3a8e
Show file tree
Hide file tree
Showing 9 changed files with 60,149 additions and 48,468 deletions.
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.8.0"></a>
# [1.8.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@1.7.0...@jscad/cli@1.8.0) (2018-03-10)


### Features

* **dxf input support:** add support of dxf files as inputs ([#361](https://github.com/jscad/OpenJSCAD.org/issues/361)) ([bfd2835](https://github.com/jscad/OpenJSCAD.org/commit/bfd2835))




<a name="1.7.0"></a>
# [1.7.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@1.6.3...@jscad/cli@1.7.0) (2018-03-09)

Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jscad/cli",
"version": "1.7.0",
"version": "1.8.0",
"description": "Command Line Interface (CLI) for OpenJsCAD",
"repository": "https://github.com/jscad/OpenJSCAD.org",
"bin": {
Expand Down Expand Up @@ -32,7 +32,7 @@
],
"license": "MIT",
"dependencies": {
"@jscad/core": "^0.1.0",
"@jscad/core": "^0.2.0",
"@jscad/csg": "0.5.2",
"@jscad/examples": "^1.7.0",
"@jscad/io": "0.4.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.2.0"></a>
# [0.2.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/core@0.1.0...@jscad/core@0.2.0) (2018-03-10)


### Features

* **dxf input support:** add support of dxf files as inputs ([#361](https://github.com/jscad/OpenJSCAD.org/issues/361)) ([bfd2835](https://github.com/jscad/OpenJSCAD.org/commit/bfd2835))




<a name="0.1.0"></a>
# [0.1.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/core@0.0.2...@jscad/core@0.1.0) (2018-03-09)

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jscad/core",
"version": "0.1.0",
"version": "0.2.0",
"description": "reuseable utilities for the various jscad user interfaces",
"repository": "https://github.com/jscad/OpenJSCAD.org",
"main": "module.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.8.0"></a>
# [1.8.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/web@1.7.0...@jscad/web@1.8.0) (2018-03-10)


### Features

* **dxf input support:** add support of dxf files as inputs ([#361](https://github.com/jscad/OpenJSCAD.org/issues/361)) ([bfd2835](https://github.com/jscad/OpenJSCAD.org/commit/bfd2835))




<a name="1.7.0"></a>
# [1.7.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/web@1.6.2...@jscad/web@1.7.0) (2018-03-09)

Expand Down
Loading

0 comments on commit 3ec3a8e

Please sign in to comment.