Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/hdom-canvas@0.1.9
 - @thi.ng/hdom@5.2.0
 - @thi.ng/hiccup-svg@2.0.6
 - @thi.ng/hiccup@2.6.0
 - @thi.ng/transducers-hdom@1.2.1
  • Loading branch information
postspectacular committed Nov 7, 2018
1 parent b0a4b65 commit 6eaa5f5
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 9 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.

## [0.1.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-canvas@0.1.8...@thi.ng/hdom-canvas@0.1.9) (2018-11-07)

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





## [0.1.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-canvas@0.1.7...@thi.ng/hdom-canvas@0.1.8) (2018-11-06)

**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": "0.1.8",
"version": "0.1.9",
"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.3",
"@thi.ng/checks": "^1.5.13",
"@thi.ng/diff": "^1.1.4",
"@thi.ng/hdom": "^5.1.0"
"@thi.ng/hdom": "^5.2.0"
},
"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.

# [5.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@5.1.0...@thi.ng/hdom@5.2.0) (2018-11-07)


### Features

* **hdom:** update auto-deref ctx behavior ([3016116](https://github.com/thi-ng/umbrella/commit/3016116))





# [5.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@5.0.7...@thi.ng/hdom@5.1.0) (2018-11-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/hdom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hdom",
"version": "5.1.0",
"version": "5.2.0",
"description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@thi.ng/checks": "^1.5.13",
"@thi.ng/diff": "^1.1.4",
"@thi.ng/equiv": "^0.1.13",
"@thi.ng/hiccup": "^2.5.0"
"@thi.ng/hiccup": "^2.6.0"
},
"keywords": [
"browser",
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.

## [2.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-svg@2.0.5...@thi.ng/hiccup-svg@2.0.6) (2018-11-07)

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





## [2.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-svg@2.0.4...@thi.ng/hiccup-svg@2.0.5) (2018-11-06)

**Note:** Version bump only for package @thi.ng/hiccup-svg
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": "2.0.5",
"version": "2.0.6",
"description": "SVG element functions for @thi.ng/hiccup & @thi.ng/hdom",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"typescript": "^3.1.3"
},
"dependencies": {
"@thi.ng/hiccup": "^2.5.0"
"@thi.ng/hiccup": "^2.6.0"
},
"keywords": [
"components",
Expand Down
11 changes: 11 additions & 0 deletions packages/hiccup/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.

# [2.6.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@2.5.0...@thi.ng/hiccup@2.6.0) (2018-11-07)


### Features

* **hiccup:** update derefContext() to only apply to selected keys ([749925f](https://github.com/thi-ng/umbrella/commit/749925f))





# [2.5.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@2.4.3...@thi.ng/hiccup@2.5.0) (2018-11-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/hiccup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hiccup",
"version": "2.5.0",
"version": "2.6.0",
"description": "HTML/SVG/XML serialization of nested data structures, iterables & closures",
"main": "./index.js",
"typings": "./index.d.ts",
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.

## [1.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-hdom@1.2.0...@thi.ng/transducers-hdom@1.2.1) (2018-11-07)

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





# [1.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-hdom@1.1.9...@thi.ng/transducers-hdom@1.2.0) (2018-11-06)


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.2.0",
"version": "1.2.1",
"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.13",
"@thi.ng/hdom": "^5.1.0",
"@thi.ng/hdom": "^5.2.0",
"@thi.ng/transducers": "^2.2.1"
},
"keywords": [
Expand Down

0 comments on commit 6eaa5f5

Please sign in to comment.