Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/atom@1.0.1
 - @thi.ng/hdom-components@1.0.4
 - @thi.ng/hdom@2.2.2
 - @thi.ng/hiccup@1.2.2
 - @thi.ng/interceptors@1.0.1
 - @thi.ng/rstream-csp@0.1.34
 - @thi.ng/rstream-log@0.5.35
 - @thi.ng/rstream@1.0.18
  • Loading branch information
postspectacular committed Mar 17, 2018
1 parent 1e7ef2b commit c3cac0c
Show file tree
Hide file tree
Showing 16 changed files with 89 additions and 21 deletions.
8 changes: 8 additions & 0 deletions packages/atom/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.1"></a>
## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@1.0.0...@thi.ng/atom@1.0.1) (2018-03-17)




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

<a name="0.13.0"></a>
# [0.13.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@0.12.1...@thi.ng/atom@0.13.0) (2018-03-16)

Expand Down
4 changes: 2 additions & 2 deletions packages/atom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/atom",
"version": "1.0.0",
"version": "1.0.1",
"description": "Mutable wrapper for immutable values",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -41,4 +41,4 @@
"publishConfig": {
"access": "public"
}
}
}
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="1.0.4"></a>
## [1.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-components@1.0.3...@thi.ng/hdom-components@1.0.4) (2018-03-17)




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

<a name="1.0.3"></a>
## [1.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-components@1.0.2...@thi.ng/hdom-components@1.0.3) (2018-03-16)

Expand Down
4 changes: 2 additions & 2 deletions 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": "1.0.3",
"version": "1.0.4",
"description": "TODO",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@thi.ng/checks": "^1.3.0",
"@thi.ng/hiccup": "^1.2.1"
"@thi.ng/hiccup": "^1.2.2"
},
"keywords": [
"ES6",
Expand Down
8 changes: 8 additions & 0 deletions packages/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.

<a name="2.2.2"></a>
## [2.2.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@2.2.1...@thi.ng/hdom@2.2.2) (2018-03-17)




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

<a name="2.2.1"></a>
## [2.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@2.2.0...@thi.ng/hdom@2.2.1) (2018-03-16)

Expand Down
8 changes: 4 additions & 4 deletions packages/hdom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hdom",
"version": "2.2.1",
"version": "2.2.2",
"description": "Lightweight vanilla ES6 UI component & virtual DOM system",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -16,7 +16,7 @@
"test": "rm -rf build && tsc -p test && nyc mocha build/test/*.js"
},
"devDependencies": {
"@thi.ng/atom": "^1.0.0",
"@thi.ng/atom": "^1.0.1",
"@types/mocha": "^2.2.48",
"@types/node": "^9.4.6",
"mocha": "^5.0.0",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@thi.ng/diff": "^1.0.1",
"@thi.ng/hiccup": "^1.2.1",
"@thi.ng/hiccup": "^1.2.2",
"@thi.ng/iterators": "^4.0.7"
},
"keywords": [
Expand All @@ -43,4 +43,4 @@
"publishConfig": {
"access": "public"
}
}
}
8 changes: 8 additions & 0 deletions packages/hiccup/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.2.2"></a>
## [1.2.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@1.2.1...@thi.ng/hiccup@1.2.2) (2018-03-17)




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

<a name="1.2.1"></a>
## [1.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@1.2.0...@thi.ng/hiccup@1.2.1) (2018-03-16)

Expand Down
6 changes: 3 additions & 3 deletions packages/hiccup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hiccup",
"version": "1.2.1",
"version": "1.2.2",
"description": "HTML/SVG/XML serialization of nested data structures, iterables & closures",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -16,7 +16,7 @@
"test": "rm -rf build && tsc -p test && nyc mocha build/test/*.js"
},
"devDependencies": {
"@thi.ng/atom": "^1.0.0",
"@thi.ng/atom": "^1.0.1",
"@types/mocha": "^2.2.48",
"@types/node": "^9.4.6",
"mocha": "^5.0.0",
Expand Down Expand Up @@ -46,4 +46,4 @@
"publishConfig": {
"access": "public"
}
}
}
12 changes: 12 additions & 0 deletions packages/interceptors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

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.1"></a>
## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/interceptors@1.0.0...@thi.ng/interceptors@1.0.1) (2018-03-17)




**Note:** Version bump only for package @thi.ng/interceptors
6 changes: 3 additions & 3 deletions packages/interceptors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/interceptors",
"version": "1.0.0",
"version": "1.0.1",
"description": "Interceptor based event, side effect & immutable state handling",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -24,7 +24,7 @@
"webpack": "^3.11.0"
},
"dependencies": {
"@thi.ng/atom": "^1.0.0",
"@thi.ng/atom": "^1.0.1",
"@thi.ng/paths": "^1.0.0"
},
"keywords": [
Expand All @@ -34,4 +34,4 @@
"publishConfig": {
"access": "public"
}
}
}
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.34"></a>
## [0.1.34](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@0.1.33...@thi.ng/rstream-csp@0.1.34) (2018-03-17)




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

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

Expand Down
4 changes: 2 additions & 2 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.33",
"version": "0.1.34",
"description": "TODO",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@thi.ng/csp": "^0.3.19",
"@thi.ng/rstream": "^1.0.17"
"@thi.ng/rstream": "^1.0.18"
},
"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.35"></a>
## [0.5.35](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@0.5.34...@thi.ng/rstream-log@0.5.35) (2018-03-17)




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

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

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.34",
"version": "0.5.35",
"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.17"
"@thi.ng/rstream": "^1.0.18"
},
"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.18"></a>
## [1.0.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@1.0.17...@thi.ng/rstream@1.0.18) (2018-03-17)




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

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

Expand Down
6 changes: 3 additions & 3 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.17",
"version": "1.0.18",
"description": "Reactive multi-tap streams & transformation pipeline constructs",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -26,7 +26,7 @@
"webpack": "^3.11.0"
},
"dependencies": {
"@thi.ng/atom": "^1.0.0",
"@thi.ng/atom": "^1.0.1",
"@thi.ng/transducers": "^1.6.2"
},
"keywords": [
Expand All @@ -44,4 +44,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit c3cac0c

Please sign in to comment.