Skip to content

Commit 778164d

Browse files
committed
Bump version
1 parent d7a157d commit 778164d

20 files changed

Lines changed: 90 additions & 54 deletions

File tree

common/config/rush/npm-shrinkwrap.json

Lines changed: 3 additions & 23 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.7.0",
5+
"version": "0.8.0",
66
"nextBump": "patch"
77
}
88
]
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "@specron/cli",
3+
"entries": [
4+
{
5+
"version": "0.8.0",
6+
"tag": "@specron/cli_v0.8.0",
7+
"date": "Sun, 29 Sep 2019 22:26:46 GMT",
8+
"comments": {}
9+
}
10+
]
11+
}

packages/specron-cli/CHANGELOG.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
11
# Change Log - @specron/cli
22

3-
This log was last generated on Tue, 30 Jul 2019 13:07:02 GMT and should not be manually modified.
3+
This log was last generated on Sun, 29 Sep 2019 22:26:46 GMT and should not be manually modified.
44

5-
## 0.7.0
6-
Tue, 30 Jul 2019 13:07:02 GMT
7-
8-
*Version update only*
9-
10-
## 0.5.6
11-
Tue, 26 Feb 2019 12:05:55 GMT
12-
13-
*Version update only*
14-
15-
## 0.5.5
16-
Tue, 26 Feb 2019 11:54:20 GMT
5+
## 0.8.0
6+
Sun, 29 Sep 2019 22:26:46 GMT
177

188
*Initial release*
199

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.7.0",
3+
"version": "0.8.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.9.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",
77+
"@specron/compiler": "0.8.0",
78+
"@specron/flattener": "0.8.0",
79+
"@specron/init": "0.8.0",
80+
"@specron/sandbox": "0.8.0",
81+
"@specron/spec": "0.8.0",
8282
"inquirer": "6.2.2",
8383
"yargs": "13.2.1"
8484
},

packages/specron-compiler/CHANGELOG.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@specron/compiler",
33
"entries": [
4+
{
5+
"version": "0.8.0",
6+
"tag": "@specron/compiler_v0.8.0",
7+
"date": "Sun, 29 Sep 2019 22:26:46 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "0.7.0",
612
"tag": "@specron/compiler_v0.7.0",

packages/specron-compiler/CHANGELOG.md

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

3-
This log was last generated on Tue, 30 Jul 2019 13:07:02 GMT and should not be manually modified.
3+
This log was last generated on Sun, 29 Sep 2019 22:26:46 GMT and should not be manually modified.
4+
5+
## 0.8.0
6+
Sun, 29 Sep 2019 22:26:46 GMT
7+
8+
*Version update only*
49

510
## 0.7.0
611
Tue, 30 Jul 2019 13:07:02 GMT

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.7.0",
3+
"version": "0.8.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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@specron/flattener",
33
"entries": [
4+
{
5+
"version": "0.8.0",
6+
"tag": "@specron/flattener_v0.8.0",
7+
"date": "Sun, 29 Sep 2019 22:26:46 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "0.7.0",
612
"tag": "@specron/flattener_v0.7.0",

packages/specron-flattener/CHANGELOG.md

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

3-
This log was last generated on Tue, 30 Jul 2019 13:07:02 GMT and should not be manually modified.
3+
This log was last generated on Sun, 29 Sep 2019 22:26:46 GMT and should not be manually modified.
4+
5+
## 0.8.0
6+
Sun, 29 Sep 2019 22:26:46 GMT
7+
8+
*Version update only*
49

510
## 0.7.0
611
Tue, 30 Jul 2019 13:07:02 GMT

0 commit comments

Comments
 (0)