Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/api@1.4.1
 - @thi.ng/atom@0.2.1
 - @thi.ng/bitstream@0.3.3
 - @thi.ng/checks@1.1.3
 - @thi.ng/csp@0.3.6
 - @thi.ng/dcons@0.1.7
 - @thi.ng/hiccup@0.1.4
 - @thi.ng/iterators@4.0.0
 - @thi.ng/rle-pack@0.2.4
 - @thi.ng/rstream-csp@0.1.6
 - @thi.ng/rstream-log@0.5.7
 - @thi.ng/rstream@0.7.4
 - @thi.ng/transducers@1.0.3
 - @thi.ng/unionstruct@0.1.3
  • Loading branch information
postspectacular committed Jan 29, 2018
1 parent 4c242c9 commit a508b05
Show file tree
Hide file tree
Showing 28 changed files with 168 additions and 44 deletions.
8 changes: 8 additions & 0 deletions packages/api/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.4.1"></a>
## [1.4.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@1.4.0...@thi.ng/api@1.4.1) (2018-01-29)




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

<a name="1.4.0"></a>
# [1.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@1.3.0...@thi.ng/api@1.4.0) (2018-01-29)

Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/api",
"version": "1.4.0",
"version": "1.4.1",
"description": "Common, generic types & interfaces for thi.ng projects",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -24,7 +24,7 @@
"webpack": "^3.10.0"
},
"dependencies": {
"@thi.ng/checks": "^1.1.2"
"@thi.ng/checks": "^1.1.3"
},
"keywords": [
"ES6",
Expand All @@ -35,4 +35,4 @@
"publishConfig": {
"access": "public"
}
}
}
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="0.2.1"></a>
## [0.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@0.2.0...@thi.ng/atom@0.2.1) (2018-01-29)




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

<a name="0.2.0"></a>
# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@0.1.2...@thi.ng/atom@0.2.0) (2018-01-29)

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": "0.2.0",
"version": "0.2.1",
"description": "Mutable wrapper for a immutable values",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -24,7 +24,7 @@
"webpack": "^3.10.0"
},
"dependencies": {
"@thi.ng/api": "^1.4.0"
"@thi.ng/api": "^1.4.1"
},
"keywords": [
"ES6",
Expand All @@ -33,4 +33,4 @@
"publishConfig": {
"access": "public"
}
}
}
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.3.3"></a>
## [0.3.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitstream@0.3.2...@thi.ng/bitstream@0.3.3) (2018-01-29)




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

<a name="0.3.2"></a>
## [0.3.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitstream@0.3.1...@thi.ng/bitstream@0.3.2) (2018-01-28)

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.3.2",
"version": "0.3.3",
"description": "ES6 iterator based read/write bit streams & support for variable word widths",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -34,4 +34,4 @@
"publishConfig": {
"access": "public"
}
}
}
8 changes: 8 additions & 0 deletions packages/checks/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.1.3"></a>
## [1.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@1.1.2...@thi.ng/checks@1.1.3) (2018-01-29)




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

<a name="1.1.2"></a>
## [1.1.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@1.1.1...@thi.ng/checks@1.1.2) (2018-01-28)

Expand Down
4 changes: 2 additions & 2 deletions packages/checks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/checks",
"version": "1.1.2",
"version": "1.1.3",
"description": "Single-function sub-modules for type, feature & value checks",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -34,4 +34,4 @@
"publishConfig": {
"access": "public"
}
}
}
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.6"></a>
## [0.3.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@0.3.5...@thi.ng/csp@0.3.6) (2018-01-29)




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

<a name="0.3.5"></a>
## [0.3.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@0.3.4...@thi.ng/csp@0.3.5) (2018-01-29)

Expand Down
10 changes: 5 additions & 5 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.5",
"version": "0.3.6",
"description": "ES6 promise based CSP implementation",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -28,9 +28,9 @@
"webpack": "^3.10.0"
},
"dependencies": {
"@thi.ng/api": "^1.4.0",
"@thi.ng/dcons": "^0.1.6",
"@thi.ng/transducers": "^1.0.2"
"@thi.ng/api": "^1.4.1",
"@thi.ng/dcons": "^0.1.7",
"@thi.ng/transducers": "^1.0.3"
},
"keywords": [
"async",
Expand All @@ -45,4 +45,4 @@
"publishConfig": {
"access": "public"
}
}
}
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.7"></a>
## [0.1.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@0.1.6...@thi.ng/dcons@0.1.7) (2018-01-29)




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

<a name="0.1.6"></a>
## [0.1.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@0.1.5...@thi.ng/dcons@0.1.6) (2018-01-29)

Expand Down
6 changes: 3 additions & 3 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.6",
"version": "0.1.7",
"description": "Comprehensive doubly linked list structure w/ iterator support",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -24,7 +24,7 @@
"webpack": "^3.10.0"
},
"dependencies": {
"@thi.ng/api": "^1.4.0"
"@thi.ng/api": "^1.4.1"
},
"keywords": [
"datastructure",
Expand All @@ -39,4 +39,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="0.1.4"></a>
## [0.1.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@0.1.3...@thi.ng/hiccup@0.1.4) (2018-01-29)




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

<a name="0.1.3"></a>
## [0.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@0.1.2...@thi.ng/hiccup@0.1.3) (2018-01-28)

Expand Down
4 changes: 2 additions & 2 deletions packages/hiccup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/hiccup",
"version": "0.1.3",
"version": "0.1.4",
"description": "HTML/SVG/XML serialization of nested data structures, iterables & closures",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -40,4 +40,4 @@
"publishConfig": {
"access": "public"
}
}
}
17 changes: 17 additions & 0 deletions packages/iterators/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="4.0.0"></a>
# [4.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/iterators@3.2.4...@thi.ng/iterators@4.0.0) (2018-01-29)


### Code Refactoring

* **iterators:** remove default exports ([651d07c](https://github.com/thi-ng/umbrella/commit/651d07c))


### BREAKING CHANGES

* **iterators:** switch back to named function exports for project consistency
and following lead from tslint (https://palantir.github.io/tslint/rules/no-default-export/)




<a name="3.2.4"></a>
## [3.2.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/iterators@3.2.3...@thi.ng/iterators@3.2.4) (2018-01-29)

Expand Down
6 changes: 3 additions & 3 deletions packages/iterators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/iterators",
"version": "3.2.4",
"version": "4.0.0",
"description": "clojure.core inspired, composable ES6 iterators & generators",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -24,7 +24,7 @@
"webpack": "^3.10.0"
},
"dependencies": {
"@thi.ng/dcons": "^0.1.6"
"@thi.ng/dcons": "^0.1.7"
},
"keywords": [
"clojure",
Expand All @@ -40,4 +40,4 @@
"publishConfig": {
"access": "public"
}
}
}
8 changes: 8 additions & 0 deletions packages/rle-pack/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.2.4"></a>
## [0.2.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/rle-pack@0.2.3...@thi.ng/rle-pack@0.2.4) (2018-01-29)




**Note:** Version bump only for package @thi.ng/rle-pack

<a name="0.2.3"></a>
## [0.2.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/rle-pack@0.2.2...@thi.ng/rle-pack@0.2.3) (2018-01-28)

Expand Down
6 changes: 3 additions & 3 deletions packages/rle-pack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rle-pack",
"version": "0.2.3",
"version": "0.2.4",
"description": "Binary run-length encoding packer w/ flexible repeat bit widths",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -25,7 +25,7 @@
"webpack": "^3.10.0"
},
"dependencies": {
"@thi.ng/bitstream": "^0.3.2"
"@thi.ng/bitstream": "^0.3.3"
},
"keywords": [
"ES6",
Expand All @@ -38,4 +38,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.6"></a>
## [0.1.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@0.1.5...@thi.ng/rstream-csp@0.1.6) (2018-01-29)




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

<a name="0.1.5"></a>
## [0.1.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@0.1.4...@thi.ng/rstream-csp@0.1.5) (2018-01-29)

Expand Down
8 changes: 4 additions & 4 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.5",
"version": "0.1.6",
"description": "TODO",
"main": "./index.js",
"typings": "./index.d.ts",
Expand All @@ -24,8 +24,8 @@
"webpack": "^3.10.0"
},
"dependencies": {
"@thi.ng/api": "^1.4.0",
"@thi.ng/rstream": "^0.7.3"
"@thi.ng/api": "^1.4.1",
"@thi.ng/rstream": "^0.7.4"
},
"keywords": [
"bridge",
Expand All @@ -38,4 +38,4 @@
"publishConfig": {
"access": "public"
}
}
}
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.7"></a>
## [0.5.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@0.5.6...@thi.ng/rstream-log@0.5.7) (2018-01-29)




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

<a name="0.5.6"></a>
## [0.5.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@0.5.5...@thi.ng/rstream-log@0.5.6) (2018-01-29)

Expand Down
Loading

0 comments on commit a508b05

Please sign in to comment.