Skip to content

Commit 558bf5e

Browse files
authored
Merge pull request #72 from xpepermint/master
Bump version
2 parents 01f8019 + 32148f8 commit 558bf5e

20 files changed

Lines changed: 353 additions & 422 deletions

File tree

common/config/rush/npm-shrinkwrap.json

Lines changed: 322 additions & 391 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": "0.6.0",
5+
"version": "0.7.0",
66
"nextBump": "patch"
77
}
88
]

packages/specron-cli/CHANGELOG.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@specron/cli",
33
"entries": [
44
{
5-
"version": "0.6.0",
6-
"tag": "@specron/cli_v0.6.0",
5+
"version": "0.7.0",
6+
"tag": "@specron/cli_v0.7.0",
77
"date": "Tue, 30 Jul 2019 13:07:02 GMT",
88
"comments": {}
99
},

packages/specron-cli/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This log was last generated on Tue, 30 Jul 2019 13:07:02 GMT and should not be manually modified.
44

5-
## 0.6.0
5+
## 0.7.0
66
Tue, 30 Jul 2019 13:07:02 GMT
77

88
*Version update only*

packages/specron-cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@specron/cli",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Command-line tool for Specron framework.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -74,11 +74,11 @@
7474
},
7575
"dependencies": {
7676
"@hayspec/reporter": "0.8.3",
77-
"@specron/compiler": "0.6.0",
78-
"@specron/flattener": "0.6.0",
79-
"@specron/init": "0.6.0",
80-
"@specron/sandbox": "0.6.0",
81-
"@specron/spec": "0.6.0",
77+
"@specron/compiler": "0.7.0",
78+
"@specron/flattener": "0.7.0",
79+
"@specron/init": "0.7.0",
80+
"@specron/sandbox": "0.7.0",
81+
"@specron/spec": "0.7.0",
8282
"inquirer": "6.2.2",
8383
"yargs": "13.2.1"
8484
},

packages/specron-compiler/CHANGELOG.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@specron/compiler",
33
"entries": [
44
{
5-
"version": "0.6.0",
6-
"tag": "@specron/compiler_v0.6.0",
5+
"version": "0.7.0",
6+
"tag": "@specron/compiler_v0.7.0",
77
"date": "Tue, 30 Jul 2019 13:07:02 GMT",
88
"comments": {}
99
},

packages/specron-compiler/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This log was last generated on Tue, 30 Jul 2019 13:07:02 GMT and should not be manually modified.
44

5-
## 0.6.0
5+
## 0.7.0
66
Tue, 30 Jul 2019 13:07:02 GMT
77

88
*Version update only*

packages/specron-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@specron/compiler",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Solidity contract compiler for Specron framework.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/specron-flattener/CHANGELOG.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@specron/flattener",
33
"entries": [
44
{
5-
"version": "0.6.0",
6-
"tag": "@specron/flattener_v0.6.0",
5+
"version": "0.7.0",
6+
"tag": "@specron/flattener_v0.7.0",
77
"date": "Tue, 30 Jul 2019 13:07:02 GMT",
88
"comments": {}
99
},

packages/specron-flattener/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This log was last generated on Tue, 30 Jul 2019 13:07:02 GMT and should not be manually modified.
44

5-
## 0.6.0
5+
## 0.7.0
66
Tue, 30 Jul 2019 13:07:02 GMT
77

88
*Version update only*

0 commit comments

Comments
 (0)