Skip to content

Commit

Permalink
chore(release): publish %s
Browse files Browse the repository at this point in the history
 - ilp-logger@1.3.0-alpha.0
 - ilp-packet@3.1.0-alpha.0
 - ilp-protocol-ccp@1.2.0-alpha.0
 - ilp-protocol-ildcp@2.1.0-alpha.0
 - oer-utils@5.1.0-alpha.0
  • Loading branch information
DonChangfoot committed Oct 8, 2019
1 parent 8af82d8 commit 04de663
Show file tree
Hide file tree
Showing 10 changed files with 172 additions and 15 deletions.
27 changes: 26 additions & 1 deletion packages/ilp-logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## 1.2.1 (2019-10-08)
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.3.0-alpha.0 (2019-10-08)


### Bug Fixes
Expand All @@ -19,3 +24,23 @@





## 1.2.1 (2019-10-08)


### Bug Fixes

* **ilp-logger:** importing in tests ([500d33f](https://github.com/interledgerjs/interledgerjs/commit/500d33f))
* package.json format ([39ac4be](https://github.com/interledgerjs/interledgerjs/commit/39ac4be))
* postinstall script ([#10](https://github.com/interledgerjs/interledgerjs/issues/10)) ([d69f04e](https://github.com/interledgerjs/interledgerjs/commit/d69f04e))
* put @types/debug in deps (not dev deps) ([#9](https://github.com/interledgerjs/interledgerjs/issues/9)) ([f71ed46](https://github.com/interledgerjs/interledgerjs/commit/f71ed46))
* revert version changes ([ed195bd](https://github.com/interledgerjs/interledgerjs/commit/ed195bd))


### Features

* add ts declarations ([c4afb17](https://github.com/interledgerjs/interledgerjs/commit/c4afb17))
* circleci config ([103594e](https://github.com/interledgerjs/interledgerjs/commit/103594e))
* expose debug.formatters ([c77062b](https://github.com/interledgerjs/interledgerjs/commit/c77062b))
* upgrade to TypeScript ([#8](https://github.com/interledgerjs/interledgerjs/issues/8)) ([2b3a2cc](https://github.com/interledgerjs/interledgerjs/commit/2b3a2cc))
2 changes: 1 addition & 1 deletion packages/ilp-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ilp-logger",
"version": "1.2.1",
"version": "1.3.0-alpha.0",
"author": "Interledger Team <info@interledger.org>",
"license": "Apache-2.0",
"description": "Logging utility for Interledger modules",
Expand Down
49 changes: 48 additions & 1 deletion packages/ilp-packet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## 3.0.9 (2019-10-08)
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 3.1.0-alpha.0 (2019-10-08)


### Bug Fixes
Expand Down Expand Up @@ -41,3 +46,45 @@





## 3.0.9 (2019-10-08)


### Bug Fixes

* better errors for undefined params ([1530ad2](https://github.com/interledgerjs/interledgerjs/commit/1530ad2))
* ensure that UTC timezone is included in date ([bf7531e](https://github.com/interledgerjs/interledgerjs/commit/bf7531e))
* export interfaces ([80379cd](https://github.com/interledgerjs/interledgerjs/commit/80379cd))
* optional typeString ([ce91dd6](https://github.com/interledgerjs/interledgerjs/commit/ce91dd6))
* permissions for greenkeeper ([#44](https://github.com/interledgerjs/interledgerjs/issues/44)) ([fd3e760](https://github.com/interledgerjs/interledgerjs/commit/fd3e760))
* README badges ([b504caf](https://github.com/interledgerjs/interledgerjs/commit/b504caf))
* revert version changes ([ed195bd](https://github.com/interledgerjs/interledgerjs/commit/ed195bd))
* **ci:** correct package name ([f907883](https://github.com/interledgerjs/interledgerjs/commit/f907883))
* **ci:** fix ci errors ([10dd0ec](https://github.com/interledgerjs/interledgerjs/commit/10dd0ec))


### Features

* (de)serialize ilp errors ([4cd5b2a](https://github.com/interledgerjs/interledgerjs/commit/4cd5b2a))
* add codecs for ilp fulfillment packets ([1176ff0](https://github.com/interledgerjs/interledgerjs/commit/1176ff0))
* add convenience functions for typescript ([8e9de1c](https://github.com/interledgerjs/interledgerjs/commit/8e9de1c))
* add error classes ([35029ba](https://github.com/interledgerjs/interledgerjs/commit/35029ba))
* add ilp rejection packet (error v2) ([704f46f](https://github.com/interledgerjs/interledgerjs/commit/704f46f))
* better type checking for deserializeIlpPrepare ([17fd92e](https://github.com/interledgerjs/interledgerjs/commit/17fd92e))
* circleci config ([103594e](https://github.com/interledgerjs/interledgerjs/commit/103594e))
* data should be passed as a buffer ([32b3fe8](https://github.com/interledgerjs/interledgerjs/commit/32b3fe8))
* decode receivedAmount and maximumAmount for F08 rejections ([265e5d3](https://github.com/interledgerjs/interledgerjs/commit/265e5d3))
* implement basic functionality ([68e59ad](https://github.com/interledgerjs/interledgerjs/commit/68e59ad))
* switch prepare to use fixed-length time format ([273dd1f](https://github.com/interledgerjs/interledgerjs/commit/273dd1f))
* type checks and tests ([#52](https://github.com/interledgerjs/interledgerjs/issues/52)) ([1d4cbb1](https://github.com/interledgerjs/interledgerjs/commit/1d4cbb1))
* update to latest proposal ([f288f28](https://github.com/interledgerjs/interledgerjs/commit/f288f28))
* update to latest proposal ([7195ca0](https://github.com/interledgerjs/interledgerjs/commit/7195ca0))


### Performance Improvements

* don't copy envelope contents ([1df2422](https://github.com/interledgerjs/interledgerjs/commit/1df2422))
* read number fields as numbers ([e5d4f11](https://github.com/interledgerjs/interledgerjs/commit/e5d4f11))
* remove extra number encs/decs ([1adc9c4](https://github.com/interledgerjs/interledgerjs/commit/1adc9c4))
* use long for all uint64 ([42e5f7c](https://github.com/interledgerjs/interledgerjs/commit/42e5f7c))
4 changes: 2 additions & 2 deletions packages/ilp-packet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ilp-packet",
"version": "3.0.9",
"version": "3.1.0-alpha.0",
"author": "Interledger Team <info@interledger.org>",
"license": "Apache-2.0",
"description": "Module for parsing and serializing ILP packets",
Expand All @@ -26,6 +26,6 @@
},
"dependencies": {
"extensible-error": "^1.0.2",
"oer-utils": "^5.0.1"
"oer-utils": "^5.1.0-alpha.0"
}
}
26 changes: 25 additions & 1 deletion packages/ilp-protocol-ccp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## 1.1.1 (2019-10-08)
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.2.0-alpha.0 (2019-10-08)


### Bug Fixes
Expand All @@ -18,3 +23,22 @@





## 1.1.1 (2019-10-08)


### Bug Fixes

* configure ilp-protocol-ccp for monorepo ([04171af](https://github.com/interledgerjs/interledgerjs/commit/04171af))
* revert version changes ([ed195bd](https://github.com/interledgerjs/interledgerjs/commit/ed195bd))


### Features

* circleci config ([103594e](https://github.com/interledgerjs/interledgerjs/commit/103594e))
* **IlpPacket:** Allow CCP protocol to take in and return ILP packets ([f554993](https://github.com/interledgerjs/interledgerjs/commit/f554993))
* **tests:** Add test coverage for new functions ([1d24440](https://github.com/interledgerjs/interledgerjs/commit/1d24440))
* export constants ([d056981](https://github.com/interledgerjs/interledgerjs/commit/d056981))
* first version ([4cb905b](https://github.com/interledgerjs/interledgerjs/commit/4cb905b))
* protocol changes ([8b80d07](https://github.com/interledgerjs/interledgerjs/commit/8b80d07))
6 changes: 3 additions & 3 deletions packages/ilp-protocol-ccp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ilp-protocol-ccp",
"version": "1.1.1",
"version": "1.2.0-alpha.0",
"description": "Implementation of the Connector-to-Connector Protocol (CCP)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"author": "Interledger Team <info@interledger.org>",
"license": "Apache-2.0",
"dependencies": {
"ilp-packet": "^3.0.9",
"oer-utils": "^5.0.1"
"ilp-packet": "^3.1.0-alpha.0",
"oer-utils": "^5.1.0-alpha.0"
}
}
22 changes: 21 additions & 1 deletion packages/ilp-protocol-ildcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## 2.0.2 (2019-10-08)
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.1.0-alpha.0 (2019-10-08)


### Bug Fixes
Expand All @@ -14,3 +19,18 @@





## 2.0.2 (2019-10-08)


### Bug Fixes

* add debug module dependency ([d01c060](https://github.com/interledgerjs/interledgerjs/commit/d01c060))
* revert version changes ([ed195bd](https://github.com/interledgerjs/interledgerjs/commit/ed195bd))


### Features

* circleci config ([103594e](https://github.com/interledgerjs/interledgerjs/commit/103594e))
* initial commit ([c526582](https://github.com/interledgerjs/interledgerjs/commit/c526582))
6 changes: 3 additions & 3 deletions packages/ilp-protocol-ildcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ilp-protocol-ildcp",
"version": "2.0.2",
"version": "2.1.0-alpha.0",
"author": "Interledger Team <info@interledger.org>",
"license": "Apache-2.0",
"description": "Implementation of the Interledger Dynamic Configuration Protocol (IL-DCP)",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"debug": "^3.1.0",
"ilp-packet": "^3.0.9",
"oer-utils": "^5.0.1"
"ilp-packet": "^3.1.0-alpha.0",
"oer-utils": "^5.1.0-alpha.0"
}
}
43 changes: 42 additions & 1 deletion packages/oer-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## 5.0.1 (2019-10-08)
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 5.1.0-alpha.0 (2019-10-08)


### Bug Fixes
Expand Down Expand Up @@ -35,3 +40,39 @@





## 5.0.1 (2019-10-08)


### Bug Fixes

* **oer-utils:** revert breaking changes ([b7fc29c](https://github.com/interledgerjs/interledgerjs/commit/b7fc29c))
* ensure babel-cli is available ([df64cfb](https://github.com/interledgerjs/interledgerjs/commit/df64cfb))
* error message typos ([a0a6e0d](https://github.com/interledgerjs/interledgerjs/commit/a0a6e0d))
* implement working readUInt64 ([f921d98](https://github.com/interledgerjs/interledgerjs/commit/f921d98))
* make Predictor and Writer APIs match ([3225c44](https://github.com/interledgerjs/interledgerjs/commit/3225c44))
* make Predictor API match Writer ([44c8646](https://github.com/interledgerjs/interledgerjs/commit/44c8646))
* reject variable integers of length zero ([28262e3](https://github.com/interledgerjs/interledgerjs/commit/28262e3))
* set up class export shortcuts correctly ([fcaf27d](https://github.com/interledgerjs/interledgerjs/commit/fcaf27d))
* test missing it() block ([7493327](https://github.com/interledgerjs/interledgerjs/commit/7493327))
* **predictor:** fix passing buffers to writeVarUInt ([60abcc6](https://github.com/interledgerjs/interledgerjs/commit/60abcc6))
* **writer:** add missing return statement ([70e1100](https://github.com/interledgerjs/interledgerjs/commit/70e1100))
* **writer:** fix writeUInt64 ([1278a63](https://github.com/interledgerjs/interledgerjs/commit/1278a63))
* **writer:** refuse to write unsafe integers ([5b9c637](https://github.com/interledgerjs/interledgerjs/commit/5b9c637))
* **writer:** writeUInt should require positive length ([f14028c](https://github.com/interledgerjs/interledgerjs/commit/f14028c))
* **writer:** writeVarOctetString should expect buffer ([fb501ea](https://github.com/interledgerjs/interledgerjs/commit/fb501ea))


### Features

* **oer-utils:** BREAKING: switch BigNumber to Long ([e2e19b1](https://github.com/interledgerjs/interledgerjs/commit/e2e19b1))
* allow using JS numbers instead of BigNumbers ([027e26e](https://github.com/interledgerjs/interledgerjs/commit/027e26e))
* circleci config ([103594e](https://github.com/interledgerjs/interledgerjs/commit/103594e))
* import basic functionality ([688cb48](https://github.com/interledgerjs/interledgerjs/commit/688cb48))
* prependLengthPrefix ([5ce118c](https://github.com/interledgerjs/interledgerjs/commit/5ce118c))
* slice buffer when cloning readers ([eabe7ad](https://github.com/interledgerjs/interledgerjs/commit/eabe7ad))
* write another Writer without copying ([68d6598](https://github.com/interledgerjs/interledgerjs/commit/68d6598))
* **reader:** [BREAKING] return BigNumbers for all read int methods ([4af4b33](https://github.com/interledgerjs/interledgerjs/commit/4af4b33))
* **reader:** [BREAKING] return ints as strings, separate BigNumber methods ([e5ec7a1](https://github.com/interledgerjs/interledgerjs/commit/e5ec7a1))
* **writer:** accept BigNumbers ([5393a6f](https://github.com/interledgerjs/interledgerjs/commit/5393a6f))
2 changes: 1 addition & 1 deletion packages/oer-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oer-utils",
"version": "5.0.1",
"version": "5.1.0-alpha.0",
"description": "Tools for OER parsing and serialization",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 04de663

Please sign in to comment.