Skip to content

Commit

Permalink
Merge pull request #485 from xpepermint/master
Browse files Browse the repository at this point in the history
Bump npm version
  • Loading branch information
xpepermint authored Apr 23, 2019
2 parents 6765d0b + 550f884 commit c92d289
Show file tree
Hide file tree
Showing 65 changed files with 562 additions and 570 deletions.
2 changes: 0 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ Please follow the [TypeScript coding guidelines](https://github.com/Microsoft/Ty

The release manager will publish packages to NPM using these commands.

**WARNING**: We used `@0xcert/ethereum-utils` package before and now have version inconsistency problem. The package is released as version 1.2.0 and is not part of the Rush configuration until we reach the actual 1.2.0 version of the framework. Make sure you re-include that package (inside rush.json) after 1.2.0 is released!

```sh
$ rush version --bump --override-bump minor
$ rush publish --publish --include-all
Expand Down
687 changes: 226 additions & 461 deletions common/config/rush/npm-shrinkwrap.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"policyName": "patchAll",
"definitionName": "lockStepVersion",
"version": "1.2.0",
"version": "1.3.0",
"nextBump": "patch"
}
]
6 changes: 6 additions & 0 deletions packages/0xcert-cert/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@0xcert/cert",
"entries": [
{
"version": "1.3.0",
"tag": "@0xcert/cert_v1.3.0",
"date": "Tue, 23 Apr 2019 15:15:01 GMT",
"comments": {}
},
{
"version": "1.2.0",
"tag": "@0xcert/cert_v1.2.0",
Expand Down
7 changes: 6 additions & 1 deletion packages/0xcert-cert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @0xcert/cert

This log was last generated on Tue, 23 Apr 2019 14:07:07 GMT and should not be manually modified.
This log was last generated on Tue, 23 Apr 2019 15:15:01 GMT and should not be manually modified.

## 1.3.0
Tue, 23 Apr 2019 15:15:01 GMT

*Version update only*

## 1.2.0
Tue, 23 Apr 2019 14:07:07 GMT
Expand Down
8 changes: 4 additions & 4 deletions packages/0xcert-cert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xcert/cert",
"version": "1.2.0",
"version": "1.3.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.2.0",
"@0xcert/merkle": "1.2.0",
"@0xcert/conventions": "1.2.0"
"@0xcert/utils": "1.3.0",
"@0xcert/merkle": "1.3.0",
"@0xcert/conventions": "1.3.0"
}
}
6 changes: 6 additions & 0 deletions packages/0xcert-conventions/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@0xcert/conventions",
"entries": [
{
"version": "1.3.0",
"tag": "@0xcert/conventions_v1.3.0",
"date": "Tue, 23 Apr 2019 15:15:01 GMT",
"comments": {}
},
{
"version": "1.2.0",
"tag": "@0xcert/conventions_v1.2.0",
Expand Down
7 changes: 6 additions & 1 deletion packages/0xcert-conventions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @0xcert/conventions

This log was last generated on Tue, 23 Apr 2019 14:07:07 GMT and should not be manually modified.
This log was last generated on Tue, 23 Apr 2019 15:15:01 GMT and should not be manually modified.

## 1.3.0
Tue, 23 Apr 2019 15:15:01 GMT

*Version update only*

## 1.2.0
Tue, 23 Apr 2019 14:07:07 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/0xcert-conventions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xcert/conventions",
"version": "1.2.0",
"version": "1.3.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.2.0",
"@0xcert/utils": "1.3.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@0xcert/ethereum-asset-ledger",
"entries": [
{
"version": "1.3.0",
"tag": "@0xcert/ethereum-asset-ledger_v1.3.0",
"date": "Tue, 23 Apr 2019 15:15:01 GMT",
"comments": {}
},
{
"version": "1.2.0",
"tag": "@0xcert/ethereum-asset-ledger_v1.2.0",
Expand Down
7 changes: 6 additions & 1 deletion packages/0xcert-ethereum-asset-ledger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @0xcert/ethereum-asset-ledger

This log was last generated on Tue, 23 Apr 2019 14:07:07 GMT and should not be manually modified.
This log was last generated on Tue, 23 Apr 2019 15:15:01 GMT and should not be manually modified.

## 1.3.0
Tue, 23 Apr 2019 15:15:01 GMT

*Version update only*

## 1.2.0
Tue, 23 Apr 2019 14:07:07 GMT
Expand Down
14 changes: 7 additions & 7 deletions packages/0xcert-ethereum-asset-ledger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xcert/ethereum-asset-ledger",
"version": "1.2.0",
"version": "1.3.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.2.0",
"@0xcert/ethereum-order-gateway": "1.2.0",
"@0xcert/ethereum-sandbox": "1.3.0",
"@0xcert/ethereum-order-gateway": "1.3.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.2.0",
"@0xcert/ethereum-utils": "1.2.0",
"@0xcert/scaffold": "1.2.0",
"@0xcert/utils": "1.2.0"
"@0xcert/ethereum-generic-provider": "1.3.0",
"@0xcert/ethereum-utils": "1.3.0",
"@0xcert/scaffold": "1.3.0",
"@0xcert/utils": "1.3.0"
}
}
6 changes: 6 additions & 0 deletions packages/0xcert-ethereum-erc20-contracts/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@0xcert/ethereum-erc20-contracts",
"entries": [
{
"version": "1.3.0",
"tag": "@0xcert/ethereum-erc20-contracts_v1.3.0",
"date": "Tue, 23 Apr 2019 15:15:01 GMT",
"comments": {}
},
{
"version": "1.2.0",
"tag": "@0xcert/ethereum-erc20-contracts_v1.2.0",
Expand Down
7 changes: 6 additions & 1 deletion packages/0xcert-ethereum-erc20-contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @0xcert/ethereum-erc20-contracts

This log was last generated on Tue, 23 Apr 2019 14:07:07 GMT and should not be manually modified.
This log was last generated on Tue, 23 Apr 2019 15:15:01 GMT and should not be manually modified.

## 1.3.0
Tue, 23 Apr 2019 15:15:01 GMT

*Version update only*

## 1.2.0
Tue, 23 Apr 2019 14:07:07 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/0xcert-ethereum-erc20-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xcert/ethereum-erc20-contracts",
"version": "1.2.0",
"version": "1.3.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.2.0",
"@0xcert/ethereum-utils-contracts": "1.3.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@0xcert/ethereum-erc721-contracts",
"entries": [
{
"version": "1.3.0",
"tag": "@0xcert/ethereum-erc721-contracts_v1.3.0",
"date": "Tue, 23 Apr 2019 15:15:01 GMT",
"comments": {}
},
{
"version": "1.2.0",
"tag": "@0xcert/ethereum-erc721-contracts_v1.2.0",
Expand Down
7 changes: 6 additions & 1 deletion packages/0xcert-ethereum-erc721-contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @0xcert/ethereum-erc721-contracts

This log was last generated on Tue, 23 Apr 2019 14:07:07 GMT and should not be manually modified.
This log was last generated on Tue, 23 Apr 2019 15:15:01 GMT and should not be manually modified.

## 1.3.0
Tue, 23 Apr 2019 15:15:01 GMT

*Version update only*

## 1.2.0
Tue, 23 Apr 2019 14:07:07 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/0xcert-ethereum-erc721-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xcert/ethereum-erc721-contracts",
"version": "1.2.0",
"version": "1.3.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.2.0",
"@0xcert/ethereum-utils-contracts": "1.3.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@0xcert/ethereum-generic-provider",
"entries": [
{
"version": "1.3.0",
"tag": "@0xcert/ethereum-generic-provider_v1.3.0",
"date": "Tue, 23 Apr 2019 15:15:01 GMT",
"comments": {}
},
{
"version": "1.2.0",
"tag": "@0xcert/ethereum-generic-provider_v1.2.0",
Expand Down
7 changes: 6 additions & 1 deletion packages/0xcert-ethereum-generic-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @0xcert/ethereum-generic-provider

This log was last generated on Tue, 23 Apr 2019 14:07:07 GMT and should not be manually modified.
This log was last generated on Tue, 23 Apr 2019 15:15:01 GMT and should not be manually modified.

## 1.3.0
Tue, 23 Apr 2019 15:15:01 GMT

*Version update only*

## 1.2.0
Tue, 23 Apr 2019 14:07:07 GMT
Expand Down
8 changes: 4 additions & 4 deletions packages/0xcert-ethereum-generic-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xcert/ethereum-generic-provider",
"version": "1.2.0",
"version": "1.3.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.2.0",
"@0xcert/ethereum-sandbox": "1.3.0",
"@types/node": "^10.12.24",
"@specron/cli": "^0.5.6",
"@specron/spec": "^0.5.6",
Expand All @@ -80,8 +80,8 @@
"web3": "1.0.0-beta.37"
},
"dependencies": {
"@0xcert/ethereum-utils": "1.2.0",
"@0xcert/scaffold": "1.2.0",
"@0xcert/ethereum-utils": "1.3.0",
"@0xcert/scaffold": "1.3.0",
"events": "^3.0.0"
}
}
6 changes: 6 additions & 0 deletions packages/0xcert-ethereum-http-provider/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@0xcert/ethereum-http-provider",
"entries": [
{
"version": "1.3.0",
"tag": "@0xcert/ethereum-http-provider_v1.3.0",
"date": "Tue, 23 Apr 2019 15:15:01 GMT",
"comments": {}
},
{
"version": "1.2.0",
"tag": "@0xcert/ethereum-http-provider_v1.2.0",
Expand Down
7 changes: 6 additions & 1 deletion packages/0xcert-ethereum-http-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @0xcert/ethereum-http-provider

This log was last generated on Tue, 23 Apr 2019 14:07:07 GMT and should not be manually modified.
This log was last generated on Tue, 23 Apr 2019 15:15:01 GMT and should not be manually modified.

## 1.3.0
Tue, 23 Apr 2019 15:15:01 GMT

*Version update only*

## 1.2.0
Tue, 23 Apr 2019 14:07:07 GMT
Expand Down
8 changes: 4 additions & 4 deletions packages/0xcert-ethereum-http-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xcert/ethereum-http-provider",
"version": "1.2.0",
"version": "1.3.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.2.0",
"@0xcert/ethereum-sandbox": "1.3.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.2.0",
"@0xcert/utils": "1.2.0"
"@0xcert/ethereum-generic-provider": "1.3.0",
"@0xcert/utils": "1.3.0"
}
}
6 changes: 6 additions & 0 deletions packages/0xcert-ethereum-metamask-provider/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@0xcert/ethereum-metamask-provider",
"entries": [
{
"version": "1.3.0",
"tag": "@0xcert/ethereum-metamask-provider_v1.3.0",
"date": "Tue, 23 Apr 2019 15:15:01 GMT",
"comments": {}
},
{
"version": "1.2.0",
"tag": "@0xcert/ethereum-metamask-provider_v1.2.0",
Expand Down
7 changes: 6 additions & 1 deletion packages/0xcert-ethereum-metamask-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @0xcert/ethereum-metamask-provider

This log was last generated on Tue, 23 Apr 2019 14:07:07 GMT and should not be manually modified.
This log was last generated on Tue, 23 Apr 2019 15:15:01 GMT and should not be manually modified.

## 1.3.0
Tue, 23 Apr 2019 15:15:01 GMT

*Version update only*

## 1.2.0
Tue, 23 Apr 2019 14:07:07 GMT
Expand Down
Loading

0 comments on commit c92d289

Please sign in to comment.