From 1b16d9206f0791c3b5cd578c499bdcfde3049d18 Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Sat, 24 Feb 2018 15:01:52 +0000 Subject: [PATCH] Publish - @thi.ng/hiccup-dom-components@0.2.0 - @thi.ng/hiccup-dom@1.0.6 - @thi.ng/hiccup@1.1.0 --- packages/hiccup-dom-components/CHANGELOG.md | 12 ++++++++++++ packages/hiccup-dom-components/package.json | 4 ++-- packages/hiccup-dom/CHANGELOG.md | 8 ++++++++ packages/hiccup-dom/package.json | 4 ++-- packages/hiccup/CHANGELOG.md | 11 +++++++++++ packages/hiccup/package.json | 2 +- 6 files changed, 36 insertions(+), 5 deletions(-) create mode 100644 packages/hiccup-dom-components/CHANGELOG.md diff --git a/packages/hiccup-dom-components/CHANGELOG.md b/packages/hiccup-dom-components/CHANGELOG.md new file mode 100644 index 0000000000..5533983d92 --- /dev/null +++ b/packages/hiccup-dom-components/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. + + +# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-dom-components@0.1.0...@thi.ng/hiccup-dom-components@0.2.0) (2018-02-24) + + +### Features + +* **hiccup-dom-components:** add gradient, group, path SVG funcs ([214fe4d](https://github.com/thi-ng/umbrella/commit/214fe4d)) diff --git a/packages/hiccup-dom-components/package.json b/packages/hiccup-dom-components/package.json index 4564cb9bd1..2bc08e481e 100644 --- a/packages/hiccup-dom-components/package.json +++ b/packages/hiccup-dom-components/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-dom-components", - "version": "0.1.0", + "version": "0.2.0", "description": "TODO", "main": "./index.js", "typings": "./index.d.ts", @@ -25,7 +25,7 @@ }, "dependencies": { "@thi.ng/checks": "^1.2.1", - "@thi.ng/hiccup": "^1.0.2" + "@thi.ng/hiccup": "^1.1.0" }, "keywords": [ "ES6", diff --git a/packages/hiccup-dom/CHANGELOG.md b/packages/hiccup-dom/CHANGELOG.md index 8242487a40..627acc40a6 100644 --- a/packages/hiccup-dom/CHANGELOG.md +++ b/packages/hiccup-dom/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.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-dom@1.0.5...@thi.ng/hiccup-dom@1.0.6) (2018-02-24) + + + + +**Note:** Version bump only for package @thi.ng/hiccup-dom + ## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-dom@1.0.4...@thi.ng/hiccup-dom@1.0.5) (2018-02-18) diff --git a/packages/hiccup-dom/package.json b/packages/hiccup-dom/package.json index 3d3b60c7ba..6553839508 100644 --- a/packages/hiccup-dom/package.json +++ b/packages/hiccup-dom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-dom", - "version": "1.0.5", + "version": "1.0.6", "description": "TODO", "main": "./index.js", "typings": "./index.d.ts", @@ -25,7 +25,7 @@ }, "dependencies": { "@thi.ng/diff": "^0.1.3", - "@thi.ng/hiccup": "^1.0.2", + "@thi.ng/hiccup": "^1.1.0", "@thi.ng/iterators": "^4.0.6" }, "keywords": [ diff --git a/packages/hiccup/CHANGELOG.md b/packages/hiccup/CHANGELOG.md index f42b314ba5..33bba996ed 100644 --- a/packages/hiccup/CHANGELOG.md +++ b/packages/hiccup/CHANGELOG.md @@ -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. + +# [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@1.0.2...@thi.ng/hiccup@1.1.0) (2018-02-24) + + +### Features + +* **hiccup:** add support for more SVG tags (66 total) ([44f33df](https://github.com/thi-ng/umbrella/commit/44f33df)) + + + + ## [1.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@1.0.1...@thi.ng/hiccup@1.0.2) (2018-02-18) diff --git a/packages/hiccup/package.json b/packages/hiccup/package.json index 346f5b5424..7ff29ff6b8 100644 --- a/packages/hiccup/package.json +++ b/packages/hiccup/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup", - "version": "1.0.2", + "version": "1.1.0", "description": "HTML/SVG/XML serialization of nested data structures, iterables & closures", "main": "./index.js", "typings": "./index.d.ts",