Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xpepermint committed Jul 30, 2019
1 parent 503d05f commit 3d52156
Show file tree
Hide file tree
Showing 85 changed files with 454 additions and 157 deletions.
50 changes: 25 additions & 25 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
Expand Up @@ -2,7 +2,7 @@
{
"policyName": "patchAll",
"definitionName": "lockStepVersion",
"version": "1.7.4",
"version": "1.8.0",
"nextBump": "patch"
}
]
6 changes: 6 additions & 0 deletions packages/0xcert-cert/CHANGELOG.json
@@ -1,6 +1,12 @@
{
"name": "@0xcert/cert",
"entries": [
{
"version": "1.8.0",
"tag": "@0xcert/cert_v1.8.0",
"date": "Tue, 30 Jul 2019 10:46:40 GMT",
"comments": {}
},
{
"version": "1.7.4",
"tag": "@0xcert/cert_v1.7.4",
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 Wed, 19 Jun 2019 10:31:05 GMT and should not be manually modified.
This log was last generated on Tue, 30 Jul 2019 10:46:40 GMT and should not be manually modified.

## 1.8.0
Tue, 30 Jul 2019 10:46:40 GMT

*Version update only*

## 1.7.4
Wed, 19 Jun 2019 10:31:05 GMT
Expand Down
8 changes: 4 additions & 4 deletions packages/0xcert-cert/package.json
@@ -1,6 +1,6 @@
{
"name": "@0xcert/cert",
"version": "1.7.4",
"version": "1.8.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.7.4",
"@0xcert/merkle": "1.7.4",
"@0xcert/conventions": "1.7.4"
"@0xcert/utils": "1.8.0",
"@0xcert/merkle": "1.8.0",
"@0xcert/conventions": "1.8.0"
}
}
6 changes: 6 additions & 0 deletions packages/0xcert-conventions/CHANGELOG.json
@@ -1,6 +1,12 @@
{
"name": "@0xcert/conventions",
"entries": [
{
"version": "1.8.0",
"tag": "@0xcert/conventions_v1.8.0",
"date": "Tue, 30 Jul 2019 10:46:40 GMT",
"comments": {}
},
{
"version": "1.7.4",
"tag": "@0xcert/conventions_v1.7.4",
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 Wed, 19 Jun 2019 10:31:05 GMT and should not be manually modified.
This log was last generated on Tue, 30 Jul 2019 10:46:40 GMT and should not be manually modified.

## 1.8.0
Tue, 30 Jul 2019 10:46:40 GMT

*Version update only*

## 1.7.4
Wed, 19 Jun 2019 10:31:05 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/0xcert-conventions/package.json
@@ -1,6 +1,6 @@
{
"name": "@0xcert/conventions",
"version": "1.7.4",
"version": "1.8.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.7.4",
"@0xcert/utils": "1.8.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.8.0",
"tag": "@0xcert/ethereum-asset-ledger_v1.8.0",
"date": "Tue, 30 Jul 2019 10:46:40 GMT",
"comments": {}
},
{
"version": "1.7.4",
"tag": "@0xcert/ethereum-asset-ledger_v1.7.4",
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 Wed, 19 Jun 2019 10:31:05 GMT and should not be manually modified.
This log was last generated on Tue, 30 Jul 2019 10:46:40 GMT and should not be manually modified.

## 1.8.0
Tue, 30 Jul 2019 10:46:40 GMT

*Version update only*

## 1.7.4
Wed, 19 Jun 2019 10:31:05 GMT
Expand Down
14 changes: 7 additions & 7 deletions packages/0xcert-ethereum-asset-ledger/package.json
@@ -1,6 +1,6 @@
{
"name": "@0xcert/ethereum-asset-ledger",
"version": "1.7.4",
"version": "1.8.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.7.4",
"@0xcert/ethereum-order-gateway": "1.7.4",
"@0xcert/ethereum-sandbox": "1.8.0",
"@0xcert/ethereum-order-gateway": "1.8.0",
"@specron/cli": "^0.5.6",
"@specron/spec": "^0.5.6",
"nyc": "^14.1.1",
Expand All @@ -79,9 +79,9 @@
"web3": "1.0.0-beta.37"
},
"dependencies": {
"@0xcert/ethereum-generic-provider": "1.7.4",
"@0xcert/ethereum-utils": "1.7.4",
"@0xcert/scaffold": "1.7.4",
"@0xcert/utils": "1.7.4"
"@0xcert/ethereum-generic-provider": "1.8.0",
"@0xcert/ethereum-utils": "1.8.0",
"@0xcert/scaffold": "1.8.0",
"@0xcert/utils": "1.8.0"
}
}
@@ -1,6 +1,12 @@
{
"name": "@0xcert/ethereum-bitski-backend-provider",
"entries": [
{
"version": "1.8.0",
"tag": "@0xcert/ethereum-bitski-backend-provider_v1.8.0",
"date": "Tue, 30 Jul 2019 10:46:40 GMT",
"comments": {}
},
{
"version": "1.7.4",
"tag": "@0xcert/ethereum-bitski-backend-provider_v1.7.4",
Expand Down

0 comments on commit 3d52156

Please sign in to comment.