Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/hdom-canvas@0.1.3
 - @thi.ng/hdom@5.0.3
 - @thi.ng/transducers-hdom@1.1.4
  • Loading branch information
postspectacular committed Sep 24, 2018
1 parent 50fa649 commit 436edc0
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 5 deletions.
9 changes: 9 additions & 0 deletions packages/hdom-canvas/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.1.3"></a>
## [0.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-canvas@0.1.2...@thi.ng/hdom-canvas@0.1.3) (2018-09-24)

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





<a name="0.1.2"></a>
## [0.1.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-canvas@0.1.1...@thi.ng/hdom-canvas@0.1.2) (2018-09-24)

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": "0.1.2",
"version": "0.1.3",
"description": "Declarative canvas scenegraph & visualization for @thi.ng/hdom",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@thi.ng/api": "^4.2.1",
"@thi.ng/checks": "^1.5.11",
"@thi.ng/diff": "^1.1.2",
"@thi.ng/hdom": "^5.0.2"
"@thi.ng/hdom": "^5.0.3"
},
"keywords": [
"ES6",
Expand Down
12 changes: 12 additions & 0 deletions packages/hdom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="5.0.3"></a>
## [5.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@5.0.2...@thi.ng/hdom@5.0.3) (2018-09-24)


### Bug Fixes

* **hdom:** add DEFAULT_IMPL to re-exports ([#47](https://github.com/thi-ng/umbrella/issues/47)) ([50fa649](https://github.com/thi-ng/umbrella/commit/50fa649))





<a name="5.0.2"></a>
## [5.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@5.0.1...@thi.ng/hdom@5.0.2) (2018-09-24)

Expand Down
2 changes: 1 addition & 1 deletion packages/hdom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hdom",
"version": "5.0.2",
"version": "5.0.3",
"description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/transducers-hdom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.1.4"></a>
## [1.1.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-hdom@1.1.3...@thi.ng/transducers-hdom@1.1.4) (2018-09-24)

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





<a name="1.1.3"></a>
## [1.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-hdom@1.1.2...@thi.ng/transducers-hdom@1.1.3) (2018-09-24)

Expand Down
4 changes: 2 additions & 2 deletions packages/transducers-hdom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/transducers-hdom",
"version": "1.1.3",
"version": "1.1.4",
"description": "Transducer based UI updater for @thi.ng/hdom",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@thi.ng/checks": "^1.5.11",
"@thi.ng/hdom": "^5.0.2",
"@thi.ng/hdom": "^5.0.3",
"@thi.ng/transducers": "^2.1.4"
},
"keywords": [
Expand Down

0 comments on commit 436edc0

Please sign in to comment.