From c3cac0c0766a6f8fdfa7c37de442b99fc1a80eb6 Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Sat, 17 Mar 2018 23:51:14 +0000 Subject: [PATCH] Publish - @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 --- packages/atom/CHANGELOG.md | 8 ++++++++ packages/atom/package.json | 4 ++-- packages/hdom-components/CHANGELOG.md | 8 ++++++++ packages/hdom-components/package.json | 4 ++-- packages/hdom/CHANGELOG.md | 8 ++++++++ packages/hdom/package.json | 8 ++++---- packages/hiccup/CHANGELOG.md | 8 ++++++++ packages/hiccup/package.json | 6 +++--- packages/interceptors/CHANGELOG.md | 12 ++++++++++++ packages/interceptors/package.json | 6 +++--- packages/rstream-csp/CHANGELOG.md | 8 ++++++++ packages/rstream-csp/package.json | 4 ++-- packages/rstream-log/CHANGELOG.md | 8 ++++++++ packages/rstream-log/package.json | 4 ++-- packages/rstream/CHANGELOG.md | 8 ++++++++ packages/rstream/package.json | 6 +++--- 16 files changed, 89 insertions(+), 21 deletions(-) create mode 100644 packages/interceptors/CHANGELOG.md diff --git a/packages/atom/CHANGELOG.md b/packages/atom/CHANGELOG.md index 4be73daf38..fc16080b4b 100644 --- a/packages/atom/CHANGELOG.md +++ b/packages/atom/CHANGELOG.md @@ -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. + +## [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 + # [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) diff --git a/packages/atom/package.json b/packages/atom/package.json index 281b95ec88..780ec6e225 100644 --- a/packages/atom/package.json +++ b/packages/atom/package.json @@ -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", @@ -41,4 +41,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/packages/hdom-components/CHANGELOG.md b/packages/hdom-components/CHANGELOG.md index bfac3407f7..dc14c10796 100644 --- a/packages/hdom-components/CHANGELOG.md +++ b/packages/hdom-components/CHANGELOG.md @@ -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. + +## [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 + ## [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) diff --git a/packages/hdom-components/package.json b/packages/hdom-components/package.json index 843c21551e..7e78e83f6d 100644 --- a/packages/hdom-components/package.json +++ b/packages/hdom-components/package.json @@ -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", @@ -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", diff --git a/packages/hdom/CHANGELOG.md b/packages/hdom/CHANGELOG.md index ff297e4f8c..33496be89e 100644 --- a/packages/hdom/CHANGELOG.md +++ b/packages/hdom/CHANGELOG.md @@ -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. + +## [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 + ## [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) diff --git a/packages/hdom/package.json b/packages/hdom/package.json index fed1e5776b..356be0f6f1 100644 --- a/packages/hdom/package.json +++ b/packages/hdom/package.json @@ -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", @@ -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", @@ -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": [ @@ -43,4 +43,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/packages/hiccup/CHANGELOG.md b/packages/hiccup/CHANGELOG.md index 19af16bcef..dba2422e2f 100644 --- a/packages/hiccup/CHANGELOG.md +++ b/packages/hiccup/CHANGELOG.md @@ -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. + +## [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 + ## [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) diff --git a/packages/hiccup/package.json b/packages/hiccup/package.json index e4fbaad062..2eddaf3d6f 100644 --- a/packages/hiccup/package.json +++ b/packages/hiccup/package.json @@ -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", @@ -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", @@ -46,4 +46,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/packages/interceptors/CHANGELOG.md b/packages/interceptors/CHANGELOG.md new file mode 100644 index 0000000000..d419451b06 --- /dev/null +++ b/packages/interceptors/CHANGELOG.md @@ -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. + + +## [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 diff --git a/packages/interceptors/package.json b/packages/interceptors/package.json index 5db60de603..1f210141e9 100644 --- a/packages/interceptors/package.json +++ b/packages/interceptors/package.json @@ -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", @@ -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": [ @@ -34,4 +34,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/packages/rstream-csp/CHANGELOG.md b/packages/rstream-csp/CHANGELOG.md index 34ebe243d2..97400f3d5a 100644 --- a/packages/rstream-csp/CHANGELOG.md +++ b/packages/rstream-csp/CHANGELOG.md @@ -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. + +## [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 + ## [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) diff --git a/packages/rstream-csp/package.json b/packages/rstream-csp/package.json index c6a29d8292..97f26b8811 100644 --- a/packages/rstream-csp/package.json +++ b/packages/rstream-csp/package.json @@ -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", @@ -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", diff --git a/packages/rstream-log/CHANGELOG.md b/packages/rstream-log/CHANGELOG.md index 05a1df0f83..af8ca3421d 100644 --- a/packages/rstream-log/CHANGELOG.md +++ b/packages/rstream-log/CHANGELOG.md @@ -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. + +## [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 + ## [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) diff --git a/packages/rstream-log/package.json b/packages/rstream-log/package.json index efec98f055..c24526823e 100644 --- a/packages/rstream-log/package.json +++ b/packages/rstream-log/package.json @@ -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", @@ -26,7 +26,7 @@ "webpack": "^3.11.0" }, "dependencies": { - "@thi.ng/rstream": "^1.0.17" + "@thi.ng/rstream": "^1.0.18" }, "keywords": [ "ES6", diff --git a/packages/rstream/CHANGELOG.md b/packages/rstream/CHANGELOG.md index 9389e7b7ae..6496ed1a56 100644 --- a/packages/rstream/CHANGELOG.md +++ b/packages/rstream/CHANGELOG.md @@ -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. + +## [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 + ## [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) diff --git a/packages/rstream/package.json b/packages/rstream/package.json index 1158a41252..769df0fe1b 100644 --- a/packages/rstream/package.json +++ b/packages/rstream/package.json @@ -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", @@ -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": [ @@ -44,4 +44,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +}