Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/csp@0.3.20
 - @thi.ng/hiccup-css@0.1.4
 - @thi.ng/rstream-csp@0.1.38
 - @thi.ng/rstream-log@0.5.39
 - @thi.ng/rstream@1.0.22
 - @thi.ng/transducers@1.7.0
  • Loading branch information
postspectacular committed Mar 19, 2018
1 parent abc195a commit 1c5d96f
Show file tree
Hide file tree
Showing 12 changed files with 64 additions and 12 deletions.
8 changes: 8 additions & 0 deletions packages/csp/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="0.3.20"></a>
## [0.3.20](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@0.3.19...@thi.ng/csp@0.3.20) (2018-03-19)




**Note:** Version bump only for package @thi.ng/csp

<a name="0.3.19"></a>
## [0.3.19](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@0.3.18...@thi.ng/csp@0.3.19) (2018-03-08)

Expand Down
4 changes: 2 additions & 2 deletions packages/csp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/csp",
"version": "0.3.19",
"version": "0.3.20",
"description": "ES6 promise based CSP implementation",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@thi.ng/dcons": "^0.1.14",
"@thi.ng/transducers": "^1.6.2"
"@thi.ng/transducers": "^1.7.0"
},
"keywords": [
"async",
Expand Down
8 changes: 8 additions & 0 deletions packages/hiccup-css/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="0.1.4"></a>
## [0.1.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-css@0.1.3...@thi.ng/hiccup-css@0.1.4) (2018-03-19)




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

<a name="0.1.3"></a>
## [0.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-css@0.1.2...@thi.ng/hiccup-css@0.1.3) (2018-03-08)

Expand Down
4 changes: 2 additions & 2 deletions packages/hiccup-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hiccup-css",
"version": "0.1.3",
"version": "0.1.4",
"description": "CSS from nested JS data structures",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@thi.ng/api": "^2.0.4",
"@thi.ng/transducers": "^1.6.2"
"@thi.ng/transducers": "^1.7.0"
},
"keywords": [
"clojure",
Expand Down
8 changes: 8 additions & 0 deletions packages/rstream-csp/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="0.1.38"></a>
## [0.1.38](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@0.1.37...@thi.ng/rstream-csp@0.1.38) (2018-03-19)




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

<a name="0.1.37"></a>
## [0.1.37](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@0.1.36...@thi.ng/rstream-csp@0.1.37) (2018-03-18)

Expand Down
6 changes: 3 additions & 3 deletions packages/rstream-csp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream-csp",
"version": "0.1.37",
"version": "0.1.38",
"description": "TODO",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -26,8 +26,8 @@
"webpack": "^3.11.0"
},
"dependencies": {
"@thi.ng/csp": "^0.3.19",
"@thi.ng/rstream": "^1.0.21"
"@thi.ng/csp": "^0.3.20",
"@thi.ng/rstream": "^1.0.22"
},
"keywords": [
"bridge",
Expand Down
8 changes: 8 additions & 0 deletions packages/rstream-log/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="0.5.39"></a>
## [0.5.39](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@0.5.38...@thi.ng/rstream-log@0.5.39) (2018-03-19)




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

<a name="0.5.38"></a>
## [0.5.38](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@0.5.37...@thi.ng/rstream-log@0.5.38) (2018-03-18)

Expand Down
4 changes: 2 additions & 2 deletions packages/rstream-log/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream-log",
"version": "0.5.38",
"version": "0.5.39",
"description": "TODO",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -26,7 +26,7 @@
"webpack": "^3.11.0"
},
"dependencies": {
"@thi.ng/rstream": "^1.0.21"
"@thi.ng/rstream": "^1.0.22"
},
"keywords": [
"ES6",
Expand Down
8 changes: 8 additions & 0 deletions packages/rstream/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="1.0.22"></a>
## [1.0.22](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.0.21...@thi.ng/rstream@1.0.22) (2018-03-19)




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

<a name="1.0.21"></a>
## [1.0.21](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.0.20...@thi.ng/rstream@1.0.21) (2018-03-18)

Expand Down
4 changes: 2 additions & 2 deletions packages/rstream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream",
"version": "1.0.21",
"version": "1.0.22",
"description": "Reactive multi-tap streams & transformation pipeline constructs",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@thi.ng/atom": "^1.1.0",
"@thi.ng/transducers": "^1.6.2"
"@thi.ng/transducers": "^1.7.0"
},
"keywords": [
"datastructure",
Expand Down
12 changes: 12 additions & 0 deletions packages/transducers/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="1.7.0"></a>
# [1.7.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.6.2...@thi.ng/transducers@1.7.0) (2018-03-19)


### Features

* **transducers:** add mapVals() xform ([abc195a](https://github.com/thi-ng/umbrella/commit/abc195a))
* **transducers:** add partitionSync() xform ([bebd118](https://github.com/thi-ng/umbrella/commit/bebd118))




<a name="1.6.2"></a>
## [1.6.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.6.1...@thi.ng/transducers@1.6.2) (2018-03-08)

Expand Down
2 changes: 1 addition & 1 deletion packages/transducers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/transducers",
"version": "1.6.2",
"version": "1.7.0",
"description": "Lightweight transducer implementations for ES6 / TypeScript",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit 1c5d96f

Please sign in to comment.