Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/resolve-map@3.0.9
 - @thi.ng/rstream-graph@2.1.25
 - @thi.ng/vectors@0.5.0
  • Loading branch information
postspectacular committed Aug 30, 2018
1 parent 461adee commit 80f291b
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 6 deletions.
12 changes: 10 additions & 2 deletions packages/resolve-map/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,23 @@
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.8"></a>
<a name="3.0.9"></a>
## [3.0.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/resolve-map@3.0.8...@thi.ng/resolve-map@3.0.9) (2018-08-30)




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

<a name="3.0.8"></a>
## [3.0.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/resolve-map@3.0.7...@thi.ng/resolve-map@3.0.8) (2018-08-24)




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

<a name="3.0.7"></a>
<a name="3.0.7"></a>
## [3.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/resolve-map@3.0.6...@thi.ng/resolve-map@3.0.7) (2018-08-01)


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.8",
"version": "3.0.9",
"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.25"></a>
## [2.1.25](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@2.1.24...@thi.ng/rstream-graph@2.1.25) (2018-08-30)




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

<a name="2.1.24"></a>
## [2.1.24](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@2.1.23...@thi.ng/rstream-graph@2.1.24) (2018-08-27)

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.24",
"version": "2.1.25",
"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.7",
"@thi.ng/errors": "^0.1.6",
"@thi.ng/paths": "^1.5.2",
"@thi.ng/resolve-map": "^3.0.8",
"@thi.ng/resolve-map": "^3.0.9",
"@thi.ng/rstream": "^1.11.6",
"@thi.ng/transducers": "^2.0.1"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/vectors/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="0.5.0"></a>
# [0.5.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/vectors@0.4.0...@thi.ng/vectors@0.5.0) (2018-08-30)


### Features

* **vectors:** consolidate vector consts, add toJSON() impls ([bdb5d37](https://github.com/thi-ng/umbrella/commit/bdb5d37))
* **vectors:** update types, update GVec, add maths fns, swap impls ([d5cec94](https://github.com/thi-ng/umbrella/commit/d5cec94))




<a name="0.4.0"></a>
# [0.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/vectors@0.3.0...@thi.ng/vectors@0.4.0) (2018-08-28)

Expand Down
2 changes: 1 addition & 1 deletion packages/vectors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/vectors",
"version": "0.4.0",
"version": "0.5.0",
"description": "Vector algebra for fixed & variable sizes, memory mapped, flexible layouts",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit 80f291b

Please sign in to comment.