Skip to content

Commit 27cbcf7

Browse files
committed
v3.0.0-alpha.6
1 parent dbbbf1d commit 27cbcf7

File tree

4 files changed

+34
-2
lines changed

4 files changed

+34
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="3.0.0-alpha.6"></a>
7+
# [3.0.0-alpha.6](https://github.com/QuentinRoy/lightmill-js/compare/v3.0.0-alpha.5...v3.0.0-alpha.6) (2018-08-24)
8+
9+
10+
### Features
11+
12+
* **convert-touchstone:** mappers for post/pre blocks/runs and trials ([5adb177](https://github.com/QuentinRoy/lightmill-js/commit/5adb177))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* **convert-touchstone:** The trialsType options has been rename to trials. The blockStartupType option has been rename to preBlocks.
18+
19+
20+
21+
622
<a name="3.0.0-alpha.4"></a>
723
# [3.0.0-alpha.4](https://github.com/QuentinRoy/lightmill-js/compare/v3.0.0-alpha.3...v3.0.0-alpha.4) (2018-08-20)
824

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "3.0.0-alpha.5",
6+
"version": "3.0.0-alpha.6",
77
"npmClient": "yarn",
88
"useWorkspaces": true
99
}

packages/convert-touchstone/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="3.0.0-alpha.6"></a>
7+
# [3.0.0-alpha.6](https://github.com/QuentinRoy/lightmill-js/compare/v3.0.0-alpha.5...v3.0.0-alpha.6) (2018-08-24)
8+
9+
10+
### Features
11+
12+
* **convert-touchstone:** mappers for post/pre blocks/runs and trials ([5adb177](https://github.com/QuentinRoy/lightmill-js/commit/5adb177))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* **convert-touchstone:** The trialsType options has been rename to trials. The blockStartupType option has been rename to preBlocks.
18+
19+
20+
21+
622
<a name="3.0.0-alpha.4"></a>
723
# [3.0.0-alpha.4](https://github.com/QuentinRoy/lightmill-js/compare/v3.0.0-alpha.3...v3.0.0-alpha.4) (2018-08-20)
824

packages/convert-touchstone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightmill/convert-touchstone",
3-
"version": "3.0.0-alpha.5",
3+
"version": "3.0.0-alpha.6",
44
"description": "Converts touchstone XML exports to lightmill format.",
55
"main": "dist/lightmill-convert-touchstone",
66
"module": "dist/lightmill-convert-touchstone.mjs",

0 commit comments

Comments
 (0)