Skip to content

Commit

Permalink
Publish (#460)
Browse files Browse the repository at this point in the history
- @requestnetwork/advanced-logic@0.30.0
 - @requestnetwork/currency@0.4.0
 - @requestnetwork/data-access@0.23.5
 - @requestnetwork/data-format@0.8.5
 - @requestnetwork/docs@0.6.0
 - @requestnetwork/epk-decryption@0.3.29
 - @requestnetwork/epk-signature@0.5.30
 - @requestnetwork/ethereum-storage@0.22.5
 - @requestnetwork/integration-test@0.27.5
 - @requestnetwork/multi-format@0.15.5
 - @requestnetwork/payment-detection@0.31.0
 - @requestnetwork/payment-processor@0.33.0
 - @requestnetwork/prototype-estimator@1.21.5
 - @requestnetwork/request-client.js@0.35.0
 - @requestnetwork/request-logic@0.26.5
 - @requestnetwork/request-node@0.23.5
 - @requestnetwork/smart-contracts@0.24.0
 - @requestnetwork/toolbox@0.1.29
 - @requestnetwork/transaction-manager@0.26.5
 - @requestnetwork/types@0.31.0
 - @requestnetwork/usage-examples@0.23.5
 - @requestnetwork/utils@0.31.0
 - @requestnetwork/web3-signature@0.4.31
  • Loading branch information
benjlevesque committed Mar 25, 2021
1 parent dde976d commit c3d74ee
Show file tree
Hide file tree
Showing 46 changed files with 375 additions and 124 deletions.
17 changes: 17 additions & 0 deletions packages/advanced-logic/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.

# [0.30.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.27.0...@requestnetwork/advanced-logic@0.30.0) (2021-03-15)


### Bug Fixes

* acceptedTokens addresses are normalized in lower case ([#437](https://github.com/RequestNetwork/requestNetwork/issues/437)) ([882a3ba](https://github.com/RequestNetwork/requestNetwork/commit/882a3ba0fc453e764f2e2c66c50cb13d9a1a55d8))


### Features

* payment network any to erc20 in advanced logic ([#414](https://github.com/RequestNetwork/requestNetwork/issues/414)) ([45f09f9](https://github.com/RequestNetwork/requestNetwork/commit/45f09f9ee5693378722559d414b07e887fb3c63c))
* payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e))





# [0.29.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/advanced-logic@0.27.0...@requestnetwork/advanced-logic@0.29.0) (2021-03-03)


Expand Down
6 changes: 3 additions & 3 deletions packages/advanced-logic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/advanced-logic",
"version": "0.29.0",
"version": "0.30.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -38,8 +38,8 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/types": "0.30.0",
"@requestnetwork/utils": "0.30.0",
"@requestnetwork/types": "0.31.0",
"@requestnetwork/utils": "0.31.0",
"@types/node": "14.14.16",
"lodash": "4.17.20",
"wallet-address-validator": "0.2.4"
Expand Down
17 changes: 17 additions & 0 deletions packages/currency/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.

# 0.4.0 (2021-03-15)


### Bug Fixes

* ERC20 currency case ([#428](https://github.com/RequestNetwork/requestNetwork/issues/428)) ([9f4f131](https://github.com/RequestNetwork/requestNetwork/commit/9f4f13114d32ad30cedee2187052a41f16a8985f))


### Features

* add mph and ausdc tokens to supported tokens ([#423](https://github.com/RequestNetwork/requestNetwork/issues/423)) ([6f8afec](https://github.com/RequestNetwork/requestNetwork/commit/6f8afec5bc5fbbd8b33280808bff47d07e5377f0))
* payment network any to erc20 smartcontracts ([#408](https://github.com/RequestNetwork/requestNetwork/issues/408)) ([a2f30a8](https://github.com/RequestNetwork/requestNetwork/commit/a2f30a84689eaea0994e72944c417718c7aad20e))





# 0.3.0 (2021-03-03)


Expand Down
6 changes: 3 additions & 3 deletions packages/currency/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/currency",
"version": "0.3.0",
"version": "0.4.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -41,8 +41,8 @@
},
"dependencies": {
"@metamask/contract-metadata": "1.23.0",
"@requestnetwork/types": "0.30.0",
"@requestnetwork/utils": "0.30.0",
"@requestnetwork/types": "0.31.0",
"@requestnetwork/utils": "0.31.0",
"node-dijkstra": "2.5.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/data-access/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.

## [0.23.5](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.23.0...@requestnetwork/data-access@0.23.5) (2021-03-15)

**Note:** Version bump only for package @requestnetwork/data-access





## [0.23.4](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-access@0.23.0...@requestnetwork/data-access@0.23.4) (2021-03-03)

**Note:** Version bump only for package @requestnetwork/data-access
Expand Down
8 changes: 4 additions & 4 deletions packages/data-access/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/data-access",
"version": "0.23.4",
"version": "0.23.5",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -38,9 +38,9 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/multi-format": "0.15.4",
"@requestnetwork/types": "0.30.0",
"@requestnetwork/utils": "0.30.0",
"@requestnetwork/multi-format": "0.15.5",
"@requestnetwork/types": "0.31.0",
"@requestnetwork/utils": "0.31.0",
"bluebird": "3.7.2",
"keyv": "4.0.3"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/data-format/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.

## [0.8.5](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.8.0...@requestnetwork/data-format@0.8.5) (2021-03-15)


### Bug Fixes

* enable tree-shaking on data-format ([#411](https://github.com/RequestNetwork/requestNetwork/issues/411)) ([c6e34ed](https://github.com/RequestNetwork/requestNetwork/commit/c6e34edc74417456fdec91a280a6a5905babffaf))





## [0.8.4](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/data-format@0.8.0...@requestnetwork/data-format@0.8.4) (2021-03-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/data-format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/data-format",
"version": "0.8.4",
"version": "0.8.5",
"publishConfig": {
"access": "public"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/docs/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.

# [0.6.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/docs@0.1.16...@requestnetwork/docs@0.6.0) (2021-03-15)


### Features

* update token list ([#384](https://github.com/RequestNetwork/requestNetwork/issues/384)) ([4913626](https://github.com/RequestNetwork/requestNetwork/commit/4913626c74458e17c27b1b21e2a7f4937fe2e841))





# [0.5.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/docs@0.1.16...@requestnetwork/docs@0.5.0) (2021-03-03)


Expand Down
10 changes: 5 additions & 5 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/docs",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"description": "Request products technical documentation.",
"keywords": [
Expand Down Expand Up @@ -37,10 +37,10 @@
"@docusaurus/theme-live-codeblock": "2.0.0-alpha.72",
"@docusaurus/utils": "2.0.0-alpha.72",
"@metamask/contract-metadata": "1.23.0",
"@requestnetwork/payment-processor": "0.32.0",
"@requestnetwork/request-client.js": "0.34.0",
"@requestnetwork/smart-contracts": "0.23.0",
"@requestnetwork/types": "0.30.0",
"@requestnetwork/payment-processor": "0.33.0",
"@requestnetwork/request-client.js": "0.35.0",
"@requestnetwork/smart-contracts": "0.24.0",
"@requestnetwork/types": "0.31.0",
"bn.js": "5.1.3",
"classnames": "2.2.6",
"core-js": "3.6.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/epk-decryption/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.

## [0.3.29](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.24...@requestnetwork/epk-decryption@0.3.29) (2021-03-15)

**Note:** Version bump only for package @requestnetwork/epk-decryption





## [0.3.28](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-decryption@0.3.24...@requestnetwork/epk-decryption@0.3.28) (2021-03-03)

**Note:** Version bump only for package @requestnetwork/epk-decryption
Expand Down
8 changes: 4 additions & 4 deletions packages/epk-decryption/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/epk-decryption",
"version": "0.3.28",
"version": "0.3.29",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -40,9 +40,9 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/multi-format": "0.15.4",
"@requestnetwork/types": "0.30.0",
"@requestnetwork/utils": "0.30.0"
"@requestnetwork/multi-format": "0.15.5",
"@requestnetwork/types": "0.31.0",
"@requestnetwork/utils": "0.31.0"
},
"devDependencies": {
"@types/jest": "26.0.13",
Expand Down
8 changes: 8 additions & 0 deletions packages/epk-signature/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.

## [0.5.30](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.25...@requestnetwork/epk-signature@0.5.30) (2021-03-15)

**Note:** Version bump only for package @requestnetwork/epk-signature





## [0.5.29](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/epk-signature@0.5.25...@requestnetwork/epk-signature@0.5.29) (2021-03-03)

**Note:** Version bump only for package @requestnetwork/epk-signature
Expand Down
6 changes: 3 additions & 3 deletions packages/epk-signature/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/epk-signature",
"version": "0.5.29",
"version": "0.5.30",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -40,8 +40,8 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/types": "0.30.0",
"@requestnetwork/utils": "0.30.0"
"@requestnetwork/types": "0.31.0",
"@requestnetwork/utils": "0.31.0"
},
"devDependencies": {
"@types/jest": "26.0.13",
Expand Down
8 changes: 8 additions & 0 deletions packages/ethereum-storage/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.

## [0.22.5](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.22.0...@requestnetwork/ethereum-storage@0.22.5) (2021-03-15)

**Note:** Version bump only for package @requestnetwork/ethereum-storage





## [0.22.4](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/ethereum-storage@0.22.0...@requestnetwork/ethereum-storage@0.22.4) (2021-03-03)

**Note:** Version bump only for package @requestnetwork/ethereum-storage
Expand Down
8 changes: 4 additions & 4 deletions packages/ethereum-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/ethereum-storage",
"version": "0.22.4",
"version": "0.22.5",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -39,9 +39,9 @@
"init-ipfs": "node scripts/init-ipfs.js"
},
"dependencies": {
"@requestnetwork/smart-contracts": "0.23.0",
"@requestnetwork/types": "0.30.0",
"@requestnetwork/utils": "0.30.0",
"@requestnetwork/smart-contracts": "0.24.0",
"@requestnetwork/types": "0.31.0",
"@requestnetwork/utils": "0.31.0",
"bluebird": "3.7.2",
"bn.js": "5.1.3",
"form-data": "3.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/integration-test/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.

## [0.27.5](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.27.0...@requestnetwork/integration-test@0.27.5) (2021-03-15)

**Note:** Version bump only for package @requestnetwork/integration-test





## [0.27.4](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/integration-test@0.27.0...@requestnetwork/integration-test@0.27.4) (2021-03-03)

**Note:** Version bump only for package @requestnetwork/integration-test
Expand Down
32 changes: 16 additions & 16 deletions packages/integration-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/integration-test",
"version": "0.27.4",
"version": "0.27.5",
"private": true,
"description": "Integration tests for the request system.",
"keywords": [
Expand Down Expand Up @@ -38,20 +38,20 @@
},
"devDependencies": {
"@openzeppelin/test-helpers": "0.5.6",
"@requestnetwork/advanced-logic": "0.29.0",
"@requestnetwork/currency": "0.3.0",
"@requestnetwork/data-access": "0.23.4",
"@requestnetwork/epk-decryption": "0.3.28",
"@requestnetwork/epk-signature": "0.5.29",
"@requestnetwork/ethereum-storage": "0.22.4",
"@requestnetwork/multi-format": "0.15.4",
"@requestnetwork/payment-detection": "0.30.4",
"@requestnetwork/payment-processor": "0.32.0",
"@requestnetwork/request-client.js": "0.34.0",
"@requestnetwork/request-logic": "0.26.4",
"@requestnetwork/transaction-manager": "0.26.4",
"@requestnetwork/types": "0.30.0",
"@requestnetwork/utils": "0.30.0",
"@requestnetwork/advanced-logic": "0.30.0",
"@requestnetwork/currency": "0.4.0",
"@requestnetwork/data-access": "0.23.5",
"@requestnetwork/epk-decryption": "0.3.29",
"@requestnetwork/epk-signature": "0.5.30",
"@requestnetwork/ethereum-storage": "0.22.5",
"@requestnetwork/multi-format": "0.15.5",
"@requestnetwork/payment-detection": "0.31.0",
"@requestnetwork/payment-processor": "0.33.0",
"@requestnetwork/request-client.js": "0.35.0",
"@requestnetwork/request-logic": "0.26.5",
"@requestnetwork/transaction-manager": "0.26.5",
"@requestnetwork/types": "0.31.0",
"@requestnetwork/utils": "0.31.0",
"@truffle/hdwallet-provider": "1.2.3",
"@types/jest": "26.0.13",
"@types/node": "14.14.16",
Expand All @@ -64,4 +64,4 @@
"typescript": "4.1.3",
"web3-eth": "1.3.0"
}
}
}
8 changes: 8 additions & 0 deletions packages/multi-format/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.

## [0.15.5](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/multi-format@0.15.0...@requestnetwork/multi-format@0.15.5) (2021-03-15)

**Note:** Version bump only for package @requestnetwork/multi-format





## [0.15.4](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/multi-format@0.15.0...@requestnetwork/multi-format@0.15.4) (2021-03-03)

**Note:** Version bump only for package @requestnetwork/multi-format
Expand Down
4 changes: 2 additions & 2 deletions packages/multi-format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/multi-format",
"version": "0.15.4",
"version": "0.15.5",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -39,7 +39,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/types": "0.30.0"
"@requestnetwork/types": "0.31.0"
},
"devDependencies": {
"@types/jest": "26.0.13",
Expand Down

0 comments on commit c3d74ee

Please sign in to comment.