Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @jscad/cli@1.9.0
 - @jscad/core@0.3.0
 - @jscad/desktop@0.7.0
 - @jscad/web@1.9.0
  • Loading branch information
kaosat-dev committed Sep 2, 2018
1 parent bc59fcc commit 8d7c351
Show file tree
Hide file tree
Showing 11 changed files with 7,530 additions and 10,449 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.9.0"></a>
# [1.9.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@1.8.4...@jscad/cli@1.9.0) (2018-09-02)


### Features

* **io:** add updated dependencies: enable csg to dxf ([#394](https://github.com/jscad/OpenJSCAD.org/issues/394)) ([1144a78](https://github.com/jscad/OpenJSCAD.org/commit/1144a78))




<a name="1.8.4"></a>
## [1.8.4](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/cli@1.8.3...@jscad/cli@1.8.4) (2018-05-12)

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.8.4",
"version": "1.9.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.2.3",
"@jscad/core": "^0.3.0",
"@jscad/csg": "0.7.0",
"@jscad/examples": "^1.7.2",
"@jscad/io": "0.4.7",
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.3.0"></a>
# [0.3.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/core@0.2.3...@jscad/core@0.3.0) (2018-09-02)


### Features

* **io:** add updated dependencies: enable csg to dxf ([#394](https://github.com/jscad/OpenJSCAD.org/issues/394)) ([1144a78](https://github.com/jscad/OpenJSCAD.org/commit/1144a78))




<a name="0.2.3"></a>
## [0.2.3](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/core@0.2.2...@jscad/core@0.2.3) (2018-04-07)

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.2.3",
"version": "0.3.0",
"description": "reuseable utilities for the various jscad user interfaces",
"repository": "https://github.com/jscad/OpenJSCAD.org",
"main": "module.js",
Expand Down
20 changes: 18 additions & 2 deletions packages/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.6.1"></a>
<a name="0.7.0"></a>
# [0.7.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/desktop@0.6.1...@jscad/desktop@0.7.0) (2018-09-02)


### Bug Fixes

* **pkg:** attempting to fix auto-releases ([#398](https://github.com/jscad/OpenJSCAD.org/issues/398)) ([bc59fcc](https://github.com/jscad/OpenJSCAD.org/commit/bc59fcc))


### Features

* **io:** add updated dependencies: enable csg to dxf ([#394](https://github.com/jscad/OpenJSCAD.org/issues/394)) ([1144a78](https://github.com/jscad/OpenJSCAD.org/commit/1144a78))




<a name="0.6.1"></a>
## [0.6.1](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/desktop@0.6.0...@jscad/desktop@0.6.1) (2018-04-20)


Expand All @@ -15,7 +31,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



<a name="0.6.0"></a>
<a name="0.6.0"></a>
# 0.6.0 (2018-04-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jscad/desktop",
"version": "0.6.1",
"version": "0.7.0",
"description": "jscad desktop application",
"author": "jscad core team/ Mark Moissette",
"license": "MIT",
Expand Down Expand Up @@ -33,7 +33,7 @@
"release-major": "git checkout master && git pull origin master && npm version major"
},
"dependencies": {
"@jscad/core": "^0.2.3",
"@jscad/core": "^0.3.0",
"@jscad/csg": "0.7.0",
"@jscad/csg-viewer": "github:jscad/csg-viewer",
"@jscad/io": "0.4.7",
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.9.0"></a>
# [1.9.0](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/web@1.8.4...@jscad/web@1.9.0) (2018-09-02)


### Features

* **io:** add updated dependencies: enable csg to dxf ([#394](https://github.com/jscad/OpenJSCAD.org/issues/394)) ([1144a78](https://github.com/jscad/OpenJSCAD.org/commit/1144a78))




<a name="1.8.4"></a>
## [1.8.4](https://github.com/jscad/OpenJSCAD.org/compare/@jscad/web@1.8.3...@jscad/web@1.8.4) (2018-05-12)

Expand Down
Loading

0 comments on commit 8d7c351

Please sign in to comment.