Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Feb 24, 2018
1 parent 44f33df commit 1b16d92
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 5 deletions.
12 changes: 12 additions & 0 deletions packages/hiccup-dom-components/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="0.2.0"></a>
# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-02-24)


### Features

* **hiccup-dom-components:** add gradient, group, path SVG funcs ([214fe4d](https://github.com/thi-ng/umbrella/commit/214fe4d))
4 changes: 2 additions & 2 deletions packages/hiccup-dom-components/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/hiccup-dom/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.6"></a>
## [1.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-02-24)




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

<a name="1.0.5"></a>
## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-02-18)

Expand Down
4 changes: 2 additions & 2 deletions packages/hiccup-dom/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": [
Expand Down
11 changes: 11 additions & 0 deletions packages/hiccup/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.

<a name="1.1.0"></a>
# [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-02-24)


### Features

* **hiccup:** add support for more SVG tags (66 total) ([44f33df](https://github.com/thi-ng/umbrella/commit/44f33df))




<a name="1.0.2"></a>
## [1.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-02-18)

Expand Down
2 changes: 1 addition & 1 deletion packages/hiccup/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1b16d92

Please sign in to comment.