Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/hdom-canvas@2.3.1
 - @thi.ng/hdom-mock@1.1.6
 - @thi.ng/hdom@8.0.6
 - @thi.ng/sexpr@0.2.0
 - @thi.ng/transducers-hdom@2.0.30
  • Loading branch information
postspectacular committed Sep 23, 2019
1 parent f09fc45 commit 0ca5a4c
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.

## [2.3.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-canvas@2.3.0...@thi.ng/hdom-canvas@2.3.1) (2019-09-23)

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





# [2.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-canvas@2.2.4...@thi.ng/hdom-canvas@2.3.0) (2019-09-21)


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.3.0",
"version": "2.3.1",
"description": "Declarative canvas scenegraph & visualization for @thi.ng/hdom",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@thi.ng/checks": "^2.4.0",
"@thi.ng/color": "^1.1.1",
"@thi.ng/diff": "^3.2.4",
"@thi.ng/hdom": "^8.0.5",
"@thi.ng/hdom": "^8.0.6",
"@thi.ng/math": "^1.4.2",
"@thi.ng/vectors": "^3.3.1"
},
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.1.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-mock@1.1.5...@thi.ng/hdom-mock@1.1.6) (2019-09-23)

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





## [1.1.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-mock@1.1.4...@thi.ng/hdom-mock@1.1.5) (2019-09-21)

**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.1.5",
"version": "1.1.6",
"description": "Mock base implementation for @thi.ng/hdom API",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@thi.ng/api": "^6.4.0",
"@thi.ng/checks": "^2.4.0",
"@thi.ng/hdom": "^8.0.5"
"@thi.ng/hdom": "^8.0.6"
},
"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.

## [8.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@8.0.5...@thi.ng/hdom@8.0.6) (2019-09-23)


### Bug Fixes

* **hdom:** fix [#133](https://github.com/thi-ng/umbrella/issues/133) boolean attrib handling, add more element properties ([c4bf94f](https://github.com/thi-ng/umbrella/commit/c4bf94f))





## [8.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@8.0.4...@thi.ng/hdom@8.0.5) (2019-09-21)

**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": "8.0.5",
"version": "8.0.6",
"description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/sexpr/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.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/sexpr@0.1.0...@thi.ng/sexpr@0.2.0) (2019-09-23)


### Features

* **sexpr:** add Token w/ location info, update tokenize() & parse() ([3917775](https://github.com/thi-ng/umbrella/commit/3917775))





# 0.1.0 (2019-09-21)


Expand Down
4 changes: 2 additions & 2 deletions packages/sexpr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/sexpr",
"version": "0.1.0",
"version": "0.2.0",
"description": "Extensible S-Expression parser & runtime infrastructure",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -53,4 +53,4 @@
"access": "public"
},
"sideEffects": false
}
}
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.30](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-hdom@2.0.29...@thi.ng/transducers-hdom@2.0.30) (2019-09-23)

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





## [2.0.29](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-hdom@2.0.28...@thi.ng/transducers-hdom@2.0.29) (2019-09-21)

**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.29",
"version": "2.0.30",
"description": "Transducer based UI updater for @thi.ng/hdom",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"typescript": "^3.5.3"
},
"dependencies": {
"@thi.ng/hdom": "^8.0.5",
"@thi.ng/hdom": "^8.0.6",
"@thi.ng/hiccup": "^3.2.5",
"@thi.ng/transducers": "^5.4.5"
},
Expand Down

0 comments on commit 0ca5a4c

Please sign in to comment.