Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/hdom-components@2.1.9
 - @thi.ng/resolve-map@3.0.5
 - @thi.ng/rstream-graph@2.1.10
  • Loading branch information
postspectacular committed Jul 15, 2018
1 parent 2482945 commit 9b26c4b
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 6 deletions.
8 changes: 8 additions & 0 deletions packages/hdom-components/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.

<a name="2.1.9"></a>
## [2.1.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-components@2.1.8...@thi.ng/hdom-components@2.1.9) (2018-07-15)




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

<a name="2.1.8"></a>
## [2.1.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-components@2.1.7...@thi.ng/hdom-components@2.1.8) (2018-06-21)

Expand Down
2 changes: 1 addition & 1 deletion packages/hdom-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hdom-components",
"version": "2.1.8",
"version": "2.1.9",
"description": "Raw, skinnable UI & SVG components for @thi.ng/hdom",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down
15 changes: 13 additions & 2 deletions packages/resolve-map/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="3.0.4"></a>
<a name="3.0.5"></a>
## [3.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/resolve-map@3.0.4...@thi.ng/resolve-map@3.0.5) (2018-07-15)


### Bug Fixes

* **resolve-map:** add support for alt ES6 destructure form `{a: b}` ([2482945](https://github.com/thi-ng/umbrella/commit/2482945))




<a name="3.0.4"></a>
## [3.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/resolve-map@3.0.3...@thi.ng/resolve-map@3.0.4) (2018-07-11)




**Note:** Version bump only for package @thi.ng/resolve-map

<a name="3.0.3"></a>
<a name="3.0.3"></a>
## [3.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/resolve-map@3.0.2...@thi.ng/resolve-map@3.0.3) (2018-07-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/resolve-map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/resolve-map",
"version": "3.0.4",
"version": "3.0.5",
"description": "DAG resolution of vanilla objects & arrays with internally linked values",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/rstream-graph/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.

<a name="2.1.10"></a>
## [2.1.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@2.1.9...@thi.ng/rstream-graph@2.1.10) (2018-07-15)




**Note:** Version bump only for package @thi.ng/rstream-graph

<a name="2.1.9"></a>
## [2.1.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@2.1.8...@thi.ng/rstream-graph@2.1.9) (2018-07-13)

Expand Down
4 changes: 2 additions & 2 deletions packages/rstream-graph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream-graph",
"version": "2.1.9",
"version": "2.1.10",
"description": "Declarative dataflow graph construction for @thi.ng/rstream",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@thi.ng/checks": "^1.5.5",
"@thi.ng/errors": "^0.1.4",
"@thi.ng/paths": "^1.5.0",
"@thi.ng/resolve-map": "^3.0.4",
"@thi.ng/resolve-map": "^3.0.5",
"@thi.ng/rstream": "^1.9.5",
"@thi.ng/transducers": "^1.13.0"
},
Expand Down

0 comments on commit 9b26c4b

Please sign in to comment.