Skip to content

Commit

Permalink
Merge pull request #483 from xpepermint/master
Browse files Browse the repository at this point in the history
Update npm version
  • Loading branch information
xpepermint committed Apr 23, 2019
2 parents 43d9959 + 60eda62 commit cbec874
Show file tree
Hide file tree
Showing 60 changed files with 306 additions and 97 deletions.
2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Expand Up @@ -2,7 +2,7 @@
{
"policyName": "patchAll",
"definitionName": "lockStepVersion",
"version": "1.0.2",
"version": "1.1.0",
"nextBump": "patch"
}
]
6 changes: 6 additions & 0 deletions packages/0xcert-cert/CHANGELOG.json
@@ -1,6 +1,12 @@
{
"name": "@0xcert/cert",
"entries": [
{
"version": "1.1.0",
"tag": "@0xcert/cert_v1.1.0",
"date": "Tue, 23 Apr 2019 14:00:03 GMT",
"comments": {}
},
{
"version": "1.0.2",
"tag": "@0xcert/cert_v1.0.2",
Expand Down
7 changes: 6 additions & 1 deletion packages/0xcert-cert/CHANGELOG.md
@@ -1,6 +1,11 @@
# Change Log - @0xcert/cert

This log was last generated on Tue, 23 Apr 2019 13:16:49 GMT and should not be manually modified.
This log was last generated on Tue, 23 Apr 2019 14:00:03 GMT and should not be manually modified.

## 1.1.0
Tue, 23 Apr 2019 14:00:03 GMT

*Version update only*

## 1.0.2
Tue, 23 Apr 2019 13:16:49 GMT
Expand Down
8 changes: 4 additions & 4 deletions packages/0xcert-cert/package.json
@@ -1,6 +1,6 @@
{
"name": "@0xcert/cert",
"version": "1.0.2",
"version": "1.1.0",
"description": "Asset certification module for 0xcert Framework.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -72,8 +72,8 @@
"typescript": "^3.1.1"
},
"dependencies": {
"@0xcert/utils": "1.0.2",
"@0xcert/merkle": "1.0.2",
"@0xcert/conventions": "1.0.2"
"@0xcert/utils": "1.1.0",
"@0xcert/merkle": "1.1.0",
"@0xcert/conventions": "1.1.0"
}
}
6 changes: 6 additions & 0 deletions packages/0xcert-conventions/CHANGELOG.json
@@ -1,6 +1,12 @@
{
"name": "@0xcert/conventions",
"entries": [
{
"version": "1.1.0",
"tag": "@0xcert/conventions_v1.1.0",
"date": "Tue, 23 Apr 2019 14:00:03 GMT",
"comments": {}
},
{
"version": "1.0.2",
"tag": "@0xcert/conventions_v1.0.2",
Expand Down
7 changes: 6 additions & 1 deletion packages/0xcert-conventions/CHANGELOG.md
@@ -1,6 +1,11 @@
# Change Log - @0xcert/conventions

This log was last generated on Tue, 23 Apr 2019 13:16:49 GMT and should not be manually modified.
This log was last generated on Tue, 23 Apr 2019 14:00:03 GMT and should not be manually modified.

## 1.1.0
Tue, 23 Apr 2019 14:00:03 GMT

*Version update only*

## 1.0.2
Tue, 23 Apr 2019 13:16:49 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/0xcert-conventions/package.json
@@ -1,6 +1,6 @@
{
"name": "@0xcert/conventions",
"version": "1.0.2",
"version": "1.1.0",
"description": "Module with implementation of all confirmed conventions.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -64,7 +64,7 @@
],
"license": "MIT",
"devDependencies": {
"@0xcert/utils": "1.0.2",
"@0xcert/utils": "1.1.0",
"@hayspec/cli": "^0.8.3",
"@hayspec/spec": "^0.8.3",
"ajv": "^6.7.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/0xcert-ethereum-asset-ledger/CHANGELOG.json
@@ -1,6 +1,12 @@
{
"name": "@0xcert/ethereum-asset-ledger",
"entries": [
{
"version": "1.1.0",
"tag": "@0xcert/ethereum-asset-ledger_v1.1.0",
"date": "Tue, 23 Apr 2019 14:00:03 GMT",
"comments": {}
},
{
"version": "1.0.2",
"tag": "@0xcert/ethereum-asset-ledger_v1.0.2",
Expand Down
7 changes: 6 additions & 1 deletion packages/0xcert-ethereum-asset-ledger/CHANGELOG.md
@@ -1,6 +1,11 @@
# Change Log - @0xcert/ethereum-asset-ledger

This log was last generated on Tue, 23 Apr 2019 13:16:49 GMT and should not be manually modified.
This log was last generated on Tue, 23 Apr 2019 14:00:03 GMT and should not be manually modified.

## 1.1.0
Tue, 23 Apr 2019 14:00:03 GMT

*Version update only*

## 1.0.2
Tue, 23 Apr 2019 13:16:49 GMT
Expand Down
12 changes: 6 additions & 6 deletions packages/0xcert-ethereum-asset-ledger/package.json
@@ -1,6 +1,6 @@
{
"name": "@0xcert/ethereum-asset-ledger",
"version": "1.0.2",
"version": "1.1.0",
"description": "Asset ledger module for asset management on the Ethereum blockchain.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -67,8 +67,8 @@
],
"license": "MIT",
"devDependencies": {
"@0xcert/ethereum-sandbox": "1.0.2",
"@0xcert/ethereum-order-gateway": "1.0.2",
"@0xcert/ethereum-sandbox": "1.1.0",
"@0xcert/ethereum-order-gateway": "1.1.0",
"@specron/cli": "^0.5.6",
"@specron/spec": "^0.5.6",
"nyc": "^13.1.0",
Expand All @@ -79,9 +79,9 @@
"web3": "1.0.0-beta.37"
},
"dependencies": {
"@0xcert/ethereum-generic-provider": "1.0.2",
"@0xcert/ethereum-generic-provider": "1.1.0",
"@0xcert/ethereum-utils": "1.2.0",
"@0xcert/scaffold": "1.0.2",
"@0xcert/utils": "1.0.2"
"@0xcert/scaffold": "1.1.0",
"@0xcert/utils": "1.1.0"
}
}
6 changes: 6 additions & 0 deletions packages/0xcert-ethereum-erc20-contracts/CHANGELOG.json
@@ -1,6 +1,12 @@
{
"name": "@0xcert/ethereum-erc20-contracts",
"entries": [
{
"version": "1.1.0",
"tag": "@0xcert/ethereum-erc20-contracts_v1.1.0",
"date": "Tue, 23 Apr 2019 14:00:03 GMT",
"comments": {}
},
{
"version": "1.0.2",
"tag": "@0xcert/ethereum-erc20-contracts_v1.0.2",
Expand Down
7 changes: 6 additions & 1 deletion packages/0xcert-ethereum-erc20-contracts/CHANGELOG.md
@@ -1,6 +1,11 @@
# Change Log - @0xcert/ethereum-erc20-contracts

This log was last generated on Tue, 23 Apr 2019 13:16:49 GMT and should not be manually modified.
This log was last generated on Tue, 23 Apr 2019 14:00:03 GMT and should not be manually modified.

## 1.1.0
Tue, 23 Apr 2019 14:00:03 GMT

*Version update only*

## 1.0.2
Tue, 23 Apr 2019 13:16:49 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/0xcert-ethereum-erc20-contracts/package.json
@@ -1,6 +1,6 @@
{
"name": "@0xcert/ethereum-erc20-contracts",
"version": "1.0.2",
"version": "1.1.0",
"description": "Smart contract implementation of the ERC-20 standard on the Ethereum blockchain.",
"scripts": {
"build": "npm run clean && npx specron compile && npx tsc",
Expand Down Expand Up @@ -63,7 +63,7 @@
],
"license": "MIT",
"devDependencies": {
"@0xcert/ethereum-utils-contracts": "1.0.2",
"@0xcert/ethereum-utils-contracts": "1.1.0",
"@specron/cli": "^0.5.6",
"@specron/spec": "^0.5.6",
"solc": "0.5.6",
Expand Down
6 changes: 6 additions & 0 deletions packages/0xcert-ethereum-erc721-contracts/CHANGELOG.json
@@ -1,6 +1,12 @@
{
"name": "@0xcert/ethereum-erc721-contracts",
"entries": [
{
"version": "1.1.0",
"tag": "@0xcert/ethereum-erc721-contracts_v1.1.0",
"date": "Tue, 23 Apr 2019 14:00:03 GMT",
"comments": {}
},
{
"version": "1.0.2",
"tag": "@0xcert/ethereum-erc721-contracts_v1.0.2",
Expand Down
7 changes: 6 additions & 1 deletion packages/0xcert-ethereum-erc721-contracts/CHANGELOG.md
@@ -1,6 +1,11 @@
# Change Log - @0xcert/ethereum-erc721-contracts

This log was last generated on Tue, 23 Apr 2019 13:16:49 GMT and should not be manually modified.
This log was last generated on Tue, 23 Apr 2019 14:00:03 GMT and should not be manually modified.

## 1.1.0
Tue, 23 Apr 2019 14:00:03 GMT

*Version update only*

## 1.0.2
Tue, 23 Apr 2019 13:16:49 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/0xcert-ethereum-erc721-contracts/package.json
@@ -1,6 +1,6 @@
{
"name": "@0xcert/ethereum-erc721-contracts",
"version": "1.0.2",
"version": "1.1.0",
"description": "Smart contract implementation of the ERC-721 standard on the Ethereum blockchain.",
"scripts": {
"build": "npm run clean && npx specron compile && npx tsc",
Expand Down Expand Up @@ -63,7 +63,7 @@
],
"license": "MIT",
"devDependencies": {
"@0xcert/ethereum-utils-contracts": "1.0.2",
"@0xcert/ethereum-utils-contracts": "1.1.0",
"@specron/cli": "^0.5.6",
"@specron/spec": "^0.5.6",
"solc": "0.5.6",
Expand Down
6 changes: 6 additions & 0 deletions packages/0xcert-ethereum-generic-provider/CHANGELOG.json
@@ -1,6 +1,12 @@
{
"name": "@0xcert/ethereum-generic-provider",
"entries": [
{
"version": "1.1.0",
"tag": "@0xcert/ethereum-generic-provider_v1.1.0",
"date": "Tue, 23 Apr 2019 14:00:03 GMT",
"comments": {}
},
{
"version": "1.0.2",
"tag": "@0xcert/ethereum-generic-provider_v1.0.2",
Expand Down
7 changes: 6 additions & 1 deletion packages/0xcert-ethereum-generic-provider/CHANGELOG.md
@@ -1,6 +1,11 @@
# Change Log - @0xcert/ethereum-generic-provider

This log was last generated on Tue, 23 Apr 2019 13:16:49 GMT and should not be manually modified.
This log was last generated on Tue, 23 Apr 2019 14:00:03 GMT and should not be manually modified.

## 1.1.0
Tue, 23 Apr 2019 14:00:03 GMT

*Version update only*

## 1.0.2
Tue, 23 Apr 2019 13:16:49 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/0xcert-ethereum-generic-provider/package.json
@@ -1,6 +1,6 @@
{
"name": "@0xcert/ethereum-generic-provider",
"version": "1.0.2",
"version": "1.1.0",
"description": "Basic implementation of communication provider for the Ethereum blockchain.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -67,7 +67,7 @@
],
"license": "MIT",
"devDependencies": {
"@0xcert/ethereum-sandbox": "1.0.2",
"@0xcert/ethereum-sandbox": "1.1.0",
"@types/node": "^10.12.24",
"@specron/cli": "^0.5.6",
"@specron/spec": "^0.5.6",
Expand All @@ -81,7 +81,7 @@
},
"dependencies": {
"@0xcert/ethereum-utils": "1.2.0",
"@0xcert/scaffold": "1.0.2",
"@0xcert/scaffold": "1.1.0",
"events": "^3.0.0"
}
}
6 changes: 6 additions & 0 deletions packages/0xcert-ethereum-http-provider/CHANGELOG.json
@@ -1,6 +1,12 @@
{
"name": "@0xcert/ethereum-http-provider",
"entries": [
{
"version": "1.1.0",
"tag": "@0xcert/ethereum-http-provider_v1.1.0",
"date": "Tue, 23 Apr 2019 14:00:03 GMT",
"comments": {}
},
{
"version": "1.0.2",
"tag": "@0xcert/ethereum-http-provider_v1.0.2",
Expand Down
7 changes: 6 additions & 1 deletion packages/0xcert-ethereum-http-provider/CHANGELOG.md
@@ -1,6 +1,11 @@
# Change Log - @0xcert/ethereum-http-provider

This log was last generated on Tue, 23 Apr 2019 13:16:49 GMT and should not be manually modified.
This log was last generated on Tue, 23 Apr 2019 14:00:03 GMT and should not be manually modified.

## 1.1.0
Tue, 23 Apr 2019 14:00:03 GMT

*Version update only*

## 1.0.2
Tue, 23 Apr 2019 13:16:49 GMT
Expand Down
8 changes: 4 additions & 4 deletions packages/0xcert-ethereum-http-provider/package.json
@@ -1,6 +1,6 @@
{
"name": "@0xcert/ethereum-http-provider",
"version": "1.0.2",
"version": "1.1.0",
"description": "Implementation of HTTP communication provider for the Ethereum blockchain.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -67,7 +67,7 @@
],
"license": "MIT",
"devDependencies": {
"@0xcert/ethereum-sandbox": "1.0.2",
"@0xcert/ethereum-sandbox": "1.1.0",
"@specron/cli": "^0.5.6",
"@specron/spec": "^0.5.6",
"nyc": "^13.1.0",
Expand All @@ -78,7 +78,7 @@
"web3": "1.0.0-beta.37"
},
"dependencies": {
"@0xcert/ethereum-generic-provider": "1.0.2",
"@0xcert/utils": "1.0.2"
"@0xcert/ethereum-generic-provider": "1.1.0",
"@0xcert/utils": "1.1.0"
}
}
6 changes: 6 additions & 0 deletions packages/0xcert-ethereum-metamask-provider/CHANGELOG.json
@@ -1,6 +1,12 @@
{
"name": "@0xcert/ethereum-metamask-provider",
"entries": [
{
"version": "1.1.0",
"tag": "@0xcert/ethereum-metamask-provider_v1.1.0",
"date": "Tue, 23 Apr 2019 14:00:03 GMT",
"comments": {}
},
{
"version": "1.0.2",
"tag": "@0xcert/ethereum-metamask-provider_v1.0.2",
Expand Down
7 changes: 6 additions & 1 deletion packages/0xcert-ethereum-metamask-provider/CHANGELOG.md
@@ -1,6 +1,11 @@
# Change Log - @0xcert/ethereum-metamask-provider

This log was last generated on Tue, 23 Apr 2019 13:16:49 GMT and should not be manually modified.
This log was last generated on Tue, 23 Apr 2019 14:00:03 GMT and should not be manually modified.

## 1.1.0
Tue, 23 Apr 2019 14:00:03 GMT

*Version update only*

## 1.0.2
Tue, 23 Apr 2019 13:16:49 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/0xcert-ethereum-metamask-provider/package.json
@@ -1,6 +1,6 @@
{
"name": "@0xcert/ethereum-metamask-provider",
"version": "1.0.2",
"version": "1.1.0",
"description": "Implementation of MetaMask communication provider for the Ethereum blockchain.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -67,7 +67,7 @@
],
"license": "MIT",
"devDependencies": {
"@0xcert/ethereum-sandbox": "1.0.2",
"@0xcert/ethereum-sandbox": "1.1.0",
"@specron/cli": "^0.5.6",
"@specron/spec": "^0.5.6",
"nyc": "^13.1.0",
Expand All @@ -78,6 +78,6 @@
"web3": "1.0.0-beta.37"
},
"dependencies": {
"@0xcert/ethereum-generic-provider": "1.0.2"
"@0xcert/ethereum-generic-provider": "1.1.0"
}
}

0 comments on commit cbec874

Please sign in to comment.