Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/color@0.1.7
 - @thi.ng/geom@1.2.8
 - @thi.ng/hdom-canvas@2.0.1
 - @thi.ng/hiccup-svg@3.1.8
  • Loading branch information
postspectacular committed Feb 28, 2019
1 parent bb71b7c commit 2635ecc
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 7 deletions.
11 changes: 11 additions & 0 deletions packages/color/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.

## [0.1.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/color@0.1.6...@thi.ng/color@0.1.7) (2019-02-28)


### Bug Fixes

* **color:** update ColorMode & Hue const enum handling ([bb71b7c](https://github.com/thi-ng/umbrella/commit/bb71b7c))





## [0.1.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/color@0.1.5...@thi.ng/color@0.1.6) (2019-02-26)

**Note:** Version bump only for package @thi.ng/color
Expand Down
2 changes: 1 addition & 1 deletion packages/color/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/color",
"version": "0.1.6",
"version": "0.1.7",
"description": "Raw, array-based, color ops, conversions, opt. type wrappers, multi-color gradients",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/geom/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.

## [1.2.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom@1.2.7...@thi.ng/geom@1.2.8) (2019-02-28)

**Note:** Version bump only for package @thi.ng/geom





## [1.2.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom@1.2.6...@thi.ng/geom@1.2.7) (2019-02-27)

**Note:** Version bump only for package @thi.ng/geom
Expand Down
4 changes: 2 additions & 2 deletions packages/geom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom",
"version": "1.2.7",
"version": "1.2.8",
"description": "2D geometry types, polymorphic operations, SVG generation",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@thi.ng/geom-subdiv-curve": "^0.1.3",
"@thi.ng/geom-tessellate": "^0.1.4",
"@thi.ng/hiccup": "^3.1.0",
"@thi.ng/hiccup-svg": "^3.1.7",
"@thi.ng/hiccup-svg": "^3.1.8",
"@thi.ng/math": "^1.1.0",
"@thi.ng/matrices": "^0.1.7",
"@thi.ng/random": "^1.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/hdom-canvas/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.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-canvas@2.0.0...@thi.ng/hdom-canvas@2.0.1) (2019-02-28)

**Note:** Version bump only for package @thi.ng/hdom-canvas





# [2.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-canvas@1.1.6...@thi.ng/hdom-canvas@2.0.0) (2019-02-27)


Expand Down
4 changes: 2 additions & 2 deletions packages/hdom-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hdom-canvas",
"version": "2.0.0",
"version": "2.0.1",
"description": "Declarative canvas scenegraph & visualization for @thi.ng/hdom",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@thi.ng/api": "^5.0.2",
"@thi.ng/checks": "^2.1.0",
"@thi.ng/color": "^0.1.6",
"@thi.ng/color": "^0.1.7",
"@thi.ng/diff": "^3.0.2",
"@thi.ng/hdom": "^7.1.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/hiccup-svg/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.

## [3.1.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-svg@3.1.7...@thi.ng/hiccup-svg@3.1.8) (2019-02-28)

**Note:** Version bump only for package @thi.ng/hiccup-svg





## [3.1.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-svg@3.1.6...@thi.ng/hiccup-svg@3.1.7) (2019-02-27)


Expand Down
4 changes: 2 additions & 2 deletions packages/hiccup-svg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hiccup-svg",
"version": "3.1.7",
"version": "3.1.8",
"description": "SVG element functions for @thi.ng/hiccup & @thi.ng/hdom",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@thi.ng/checks": "^2.1.0",
"@thi.ng/color": "^0.1.6",
"@thi.ng/color": "^0.1.7",
"@thi.ng/hiccup": "^3.1.0"
},
"keywords": [
Expand Down

0 comments on commit 2635ecc

Please sign in to comment.