Skip to content

Commit c92d289

Browse files
authored
Merge pull request #485 from xpepermint/master
Bump npm version
2 parents 6765d0b + 550f884 commit c92d289

File tree

65 files changed

+562
-570
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+562
-570
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ Please follow the [TypeScript coding guidelines](https://github.com/Microsoft/Ty
4343

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

46-
**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!
47-
4846
```sh
4947
$ rush version --bump --override-bump minor
5048
$ rush publish --publish --include-all

common/config/rush/npm-shrinkwrap.json

Lines changed: 226 additions & 461 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/config/rush/version-policies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"policyName": "patchAll",
44
"definitionName": "lockStepVersion",
5-
"version": "1.2.0",
5+
"version": "1.3.0",
66
"nextBump": "patch"
77
}
88
]

packages/0xcert-cert/CHANGELOG.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@0xcert/cert",
33
"entries": [
4+
{
5+
"version": "1.3.0",
6+
"tag": "@0xcert/cert_v1.3.0",
7+
"date": "Tue, 23 Apr 2019 15:15:01 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "1.2.0",
612
"tag": "@0xcert/cert_v1.2.0",

packages/0xcert-cert/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - @0xcert/cert
22

3-
This log was last generated on Tue, 23 Apr 2019 14:07:07 GMT and should not be manually modified.
3+
This log was last generated on Tue, 23 Apr 2019 15:15:01 GMT and should not be manually modified.
4+
5+
## 1.3.0
6+
Tue, 23 Apr 2019 15:15:01 GMT
7+
8+
*Version update only*
49

510
## 1.2.0
611
Tue, 23 Apr 2019 14:07:07 GMT

packages/0xcert-cert/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0xcert/cert",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Asset certification module for 0xcert Framework.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -72,8 +72,8 @@
7272
"typescript": "^3.1.1"
7373
},
7474
"dependencies": {
75-
"@0xcert/utils": "1.2.0",
76-
"@0xcert/merkle": "1.2.0",
77-
"@0xcert/conventions": "1.2.0"
75+
"@0xcert/utils": "1.3.0",
76+
"@0xcert/merkle": "1.3.0",
77+
"@0xcert/conventions": "1.3.0"
7878
}
7979
}

packages/0xcert-conventions/CHANGELOG.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@0xcert/conventions",
33
"entries": [
4+
{
5+
"version": "1.3.0",
6+
"tag": "@0xcert/conventions_v1.3.0",
7+
"date": "Tue, 23 Apr 2019 15:15:01 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "1.2.0",
612
"tag": "@0xcert/conventions_v1.2.0",

packages/0xcert-conventions/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - @0xcert/conventions
22

3-
This log was last generated on Tue, 23 Apr 2019 14:07:07 GMT and should not be manually modified.
3+
This log was last generated on Tue, 23 Apr 2019 15:15:01 GMT and should not be manually modified.
4+
5+
## 1.3.0
6+
Tue, 23 Apr 2019 15:15:01 GMT
7+
8+
*Version update only*
49

510
## 1.2.0
611
Tue, 23 Apr 2019 14:07:07 GMT

packages/0xcert-conventions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0xcert/conventions",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Module with implementation of all confirmed conventions.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -64,7 +64,7 @@
6464
],
6565
"license": "MIT",
6666
"devDependencies": {
67-
"@0xcert/utils": "1.2.0",
67+
"@0xcert/utils": "1.3.0",
6868
"@hayspec/cli": "^0.8.3",
6969
"@hayspec/spec": "^0.8.3",
7070
"ajv": "^6.7.0",

packages/0xcert-ethereum-asset-ledger/CHANGELOG.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@0xcert/ethereum-asset-ledger",
33
"entries": [
4+
{
5+
"version": "1.3.0",
6+
"tag": "@0xcert/ethereum-asset-ledger_v1.3.0",
7+
"date": "Tue, 23 Apr 2019 15:15:01 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "1.2.0",
612
"tag": "@0xcert/ethereum-asset-ledger_v1.2.0",

0 commit comments

Comments
 (0)