Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Apr 8, 2018
1 parent 6f45ec6 commit 179efc4
Show file tree
Hide file tree
Showing 50 changed files with 308 additions and 69 deletions.
11 changes: 11 additions & 0 deletions packages/api/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="2.2.0"></a>
# [2.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-04-08)


### Features

* **api:** add bench() & timed() utils ([d310345](https://github.com/thi-ng/umbrella/commit/d310345))




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

Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/api",
"version": "2.1.3",
"version": "2.2.0",
"description": "Common, generic types & interfaces for thi.ng projects",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -24,7 +24,7 @@
"typescript": "^2.8.1"
},
"dependencies": {
"@thi.ng/checks": "^1.3.2"
"@thi.ng/checks": "^1.4.0"
},
"keywords": [
"compare",
Expand Down
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.2.4"></a>
## [1.2.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-04-08)




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

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

Expand Down
6 changes: 3 additions & 3 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.2.3",
"version": "1.2.4",
"description": "Mutable wrapper for immutable values",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -24,8 +24,8 @@
"typescript": "^2.8.1"
},
"dependencies": {
"@thi.ng/api": "^2.1.3",
"@thi.ng/paths": "^1.1.4"
"@thi.ng/api": "^2.2.0",
"@thi.ng/paths": "^1.1.5"
},
"keywords": [
"cursor",
Expand Down
8 changes: 8 additions & 0 deletions packages/bitstream/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.4.4"></a>
## [0.4.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-04-08)




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

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

Expand Down
4 changes: 2 additions & 2 deletions packages/bitstream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bitstream",
"version": "0.4.3",
"version": "0.4.4",
"description": "ES6 iterator based read/write bit streams & support for variable word widths",
"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"
},
"dependencies": {
"@thi.ng/api": "^2.1.3"
"@thi.ng/api": "^2.2.0"
},
"devDependencies": {
"@types/mocha": "^5.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/checks/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.4.0"></a>
# [1.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-04-08)


### Features

* **checks:** add hasPerformance() check (performance.now) ([40d706b](https://github.com/thi-ng/umbrella/commit/40d706b))




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

Expand Down
2 changes: 1 addition & 1 deletion packages/checks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/checks",
"version": "1.3.2",
"version": "1.4.0",
"description": "Single-function sub-modules for type, feature & value checks",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down
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.25"></a>
## [0.3.25](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-04-08)




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

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

Expand Down
6 changes: 3 additions & 3 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.24",
"version": "0.3.25",
"description": "ES6 promise based CSP implementation",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -28,8 +28,8 @@
"typescript": "^2.8.1"
},
"dependencies": {
"@thi.ng/dcons": "^0.1.18",
"@thi.ng/transducers": "^1.7.4"
"@thi.ng/dcons": "^0.1.19",
"@thi.ng/transducers": "^1.7.5"
},
"keywords": [
"async",
Expand Down
8 changes: 8 additions & 0 deletions packages/dcons/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.19"></a>
## [0.1.19](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-04-08)




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

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

Expand Down
4 changes: 2 additions & 2 deletions packages/dcons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dcons",
"version": "0.1.18",
"version": "0.1.19",
"description": "Comprehensive doubly linked list structure w/ iterator support",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -24,7 +24,7 @@
"typescript": "^2.8.1"
},
"dependencies": {
"@thi.ng/api": "^2.1.3"
"@thi.ng/api": "^2.2.0"
},
"keywords": [
"datastructure",
Expand Down
8 changes: 8 additions & 0 deletions packages/dgraph/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.0.3"></a>
## [0.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-04-08)




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

<a name="0.0.2"></a>
## 0.0.2 (2018-04-04)

Expand Down
4 changes: 2 additions & 2 deletions packages/dgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dgraph",
"version": "0.0.2",
"version": "0.0.3",
"description": "TODO",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -24,7 +24,7 @@
"typescript": "^2.8.1"
},
"dependencies": {
"@thi.ng/api": "^2.1.3"
"@thi.ng/api": "^2.2.0"
},
"keywords": [
"ES6",
Expand Down
8 changes: 8 additions & 0 deletions packages/diff/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-04-08)




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

<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-04-04)

Expand Down
4 changes: 2 additions & 2 deletions packages/diff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/diff",
"version": "1.0.5",
"version": "1.0.6",
"description": "Array & object Diff",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -22,7 +22,7 @@
"typescript": "^2.8.1"
},
"dependencies": {
"@thi.ng/api": "^2.1.3"
"@thi.ng/api": "^2.2.0"
},
"keywords": [
"array",
Expand Down
27 changes: 27 additions & 0 deletions packages/hdom-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Code Refactoring

* **hdom-components:** remove svg, update canvas (hdom context support) ([86d1f0d](https://github.com/thi-ng/umbrella/commit/86d1f0d))
* **hdom-components:** update dropdown components ([0873832](https://github.com/thi-ng/umbrella/commit/0873832))


### Features

* **hdom-components:** update canvas handlers, add webgl2 version ([7c88a3f](https://github.com/thi-ng/umbrella/commit/7c88a3f))


### BREAKING CHANGES

* **hdom-components:** add hdom context arg as first arg to `dropdown` and
`groupedDropdown`
* **hdom-components:** canvas user handlers passed as object and taking
different / more args
* **hdom-components:** SVG functionality has been moved to new
@thi.ng/hiccup-svg package. Canvas component user fns have new args




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

Expand Down
6 changes: 3 additions & 3 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.1.2",
"version": "2.0.0",
"description": "Raw, skinnable UI & SVG components for @thi.ng/hdom",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -24,7 +24,7 @@
"typescript": "^2.8.1"
},
"dependencies": {
"@thi.ng/checks": "^1.3.2",
"@thi.ng/checks": "^1.4.0",
"@types/webgl2": "^0.0.3"
},
"keywords": [
Expand All @@ -34,4 +34,4 @@
"publishConfig": {
"access": "public"
}
}
}
18 changes: 18 additions & 0 deletions packages/hdom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **hdom:** fix [#13](https://github.com/thi-ng/umbrella/issues/13), add support for user context and pass to components ([70cfe06](https://github.com/thi-ng/umbrella/commit/70cfe06))


### BREAKING CHANGES

* **hdom:** component functions & lifecycle hooks now receive user
context object as their first arg. All components accepting arguments must
be updated, but can potentially be simplified at the same time.




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

Expand Down
12 changes: 6 additions & 6 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.3.3",
"version": "3.0.0",
"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.2.3",
"@thi.ng/atom": "^1.2.4",
"@types/mocha": "^5.0.0",
"@types/node": "^9.6.1",
"mocha": "^5.0.5",
Expand All @@ -25,10 +25,10 @@
"typescript": "^2.8.1"
},
"dependencies": {
"@thi.ng/api": "^2.1.3",
"@thi.ng/diff": "^1.0.5",
"@thi.ng/hiccup": "^1.3.3",
"@thi.ng/iterators": "^4.1.3"
"@thi.ng/api": "^2.2.0",
"@thi.ng/diff": "^1.0.6",
"@thi.ng/hiccup": "^1.3.4",
"@thi.ng/iterators": "^4.1.4"
},
"keywords": [
"browser",
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.9"></a>
## [0.1.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2018-04-08)




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

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

Expand Down
Loading

0 comments on commit 179efc4

Please sign in to comment.