Skip to content

Commit

Permalink
Bump npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
xpepermint committed Apr 23, 2019
1 parent 6a37b45 commit 8f1397b
Show file tree
Hide file tree
Showing 66 changed files with 367 additions and 141 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
61 changes: 30 additions & 31 deletions common/config/rush/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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
Loading

0 comments on commit 8f1397b

Please sign in to comment.