Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/resolve-map@4.2.0
 - @thi.ng/rstream-graph@3.2.33
  • Loading branch information
postspectacular committed Jul 18, 2020
1 parent 32b901c commit 0015c5a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/resolve-map/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.

# [4.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/resolve-map@4.1.31...@thi.ng/resolve-map@4.2.0) (2020-07-18)


### Features

* **resolve-map:** add support for custom lookup prefix ([bf89503](https://github.com/thi-ng/umbrella/commit/bf89503424887018d120d3960d9d86a992c31c91))





## [4.1.31](https://github.com/thi-ng/umbrella/compare/@thi.ng/resolve-map@4.1.30...@thi.ng/resolve-map@4.1.31) (2020-07-08)

**Note:** Version bump only for package @thi.ng/resolve-map
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": "4.1.31",
"version": "4.2.0",
"description": "DAG resolution of vanilla objects & arrays with internally linked values",
"module": "./index.js",
"main": "./lib/index.js",
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.

## [3.2.33](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@3.2.32...@thi.ng/rstream-graph@3.2.33) (2020-07-18)

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





## [3.2.32](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@3.2.31...@thi.ng/rstream-graph@3.2.32) (2020-07-17)

**Note:** Version bump only for package @thi.ng/rstream-graph
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": "3.2.32",
"version": "3.2.33",
"description": "Declarative dataflow graph construction for @thi.ng/rstream",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@thi.ng/checks": "^2.7.3",
"@thi.ng/errors": "^1.2.16",
"@thi.ng/paths": "^4.1.1",
"@thi.ng/resolve-map": "^4.1.31",
"@thi.ng/resolve-map": "^4.2.0",
"@thi.ng/rstream": "^4.6.3",
"@thi.ng/transducers": "^7.1.6"
},
Expand Down

0 comments on commit 0015c5a

Please sign in to comment.