Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/hdom-canvas@2.0.12
 - @thi.ng/hdom-mock@1.0.11
 - @thi.ng/hdom@7.2.3
 - @thi.ng/transducers-hdom@2.0.17
  • Loading branch information
postspectacular committed Apr 5, 2019
1 parent beef4e9 commit 775addb
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 7 deletions.
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.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-canvas@2.0.11...@thi.ng/hdom-canvas@2.0.12) (2019-04-05)

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





## [2.0.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-canvas@2.0.10...@thi.ng/hdom-canvas@2.0.11) (2019-04-03)

**Note:** Version bump only for package @thi.ng/hdom-canvas
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.11",
"version": "2.0.12",
"description": "Declarative canvas scenegraph & visualization for @thi.ng/hdom",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@thi.ng/checks": "^2.1.5",
"@thi.ng/color": "^0.1.17",
"@thi.ng/diff": "^3.0.6",
"@thi.ng/hdom": "^7.2.2"
"@thi.ng/hdom": "^7.2.3"
},
"keywords": [
"ES6",
Expand Down
8 changes: 8 additions & 0 deletions packages/hdom-mock/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.0.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-mock@1.0.10...@thi.ng/hdom-mock@1.0.11) (2019-04-05)

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





## [1.0.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-mock@1.0.9...@thi.ng/hdom-mock@1.0.10) (2019-04-02)

**Note:** Version bump only for package @thi.ng/hdom-mock
Expand Down
4 changes: 2 additions & 2 deletions packages/hdom-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hdom-mock",
"version": "1.0.10",
"version": "1.0.11",
"description": "Mock base implementation for @thi.ng/hdom API",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@thi.ng/api": "^6.0.1",
"@thi.ng/checks": "^2.1.5",
"@thi.ng/hdom": "^7.2.2"
"@thi.ng/hdom": "^7.2.3"
},
"keywords": [
"ES6",
Expand Down
11 changes: 11 additions & 0 deletions packages/hdom/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.

## [7.2.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@7.2.2...@thi.ng/hdom@7.2.3) (2019-04-05)


### Bug Fixes

* **hdom:** off-by-one error when updating child offsets after removal ([beef4e9](https://github.com/thi-ng/umbrella/commit/beef4e9))





## [7.2.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@7.2.1...@thi.ng/hdom@7.2.2) (2019-04-02)

**Note:** Version bump only for package @thi.ng/hdom
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": "7.2.2",
"version": "7.2.3",
"description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/transducers-hdom/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.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-hdom@2.0.16...@thi.ng/transducers-hdom@2.0.17) (2019-04-05)

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





## [2.0.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-hdom@2.0.15...@thi.ng/transducers-hdom@2.0.16) (2019-04-03)

**Note:** Version bump only for package @thi.ng/transducers-hdom
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": "2.0.16",
"version": "2.0.17",
"description": "Transducer based UI updater for @thi.ng/hdom",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"typescript": "^3.4.1"
},
"dependencies": {
"@thi.ng/hdom": "^7.2.2",
"@thi.ng/hdom": "^7.2.3",
"@thi.ng/hiccup": "^3.1.6",
"@thi.ng/transducers": "^5.3.3"
},
Expand Down

0 comments on commit 775addb

Please sign in to comment.