-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Releasing version - 2.2.4. [ci skip]
- Loading branch information
Egor Stambakio
committed
Oct 2, 2018
1 parent
570dc34
commit ceddeb6
Showing
10 changed files
with
24 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
|
||
[Release 2.2.4](https://github.com/OpusCapita/fsm-workflow/releases/tag/v2.2.4) Tue Oct 02 2018 11:21:00 GMT+0300 (MSK) | ||
======================================================= | ||
|
||
- Revert to [email protected] [ci skip] (Egor Stambakio [email protected], 2018-10-02 11:18:51 +0300) | ||
- Fix lerna publish script (Egor Stambakio [email protected], 2018-10-02 10:22:34 +0300) | ||
|
||
[Release 2.2.4](https://github.com/OpusCapita/fsm-workflow/releases/tag/v2.2.4) Tue Oct 02 2018 10:25:04 GMT+0300 (MSK) | ||
======================================================= | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "2.2.5", | ||
"version": "2.2.4", | ||
"lerna": "2.8.0", | ||
"packages": [ | ||
"packages/core", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "invoice", | ||
"version": "2.2.5", | ||
"version": "2.2.4", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
|
@@ -10,7 +10,7 @@ | |
"author": "Alexey Sergeev <[email protected]>", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@opuscapita/fsm-workflow-core": "2.2.5", | ||
"@opuscapita/fsm-workflow-core": "2.2.4", | ||
"babel-cli": "6.24.1", | ||
"babel-preset-es2015": "6.24.1", | ||
"babel-preset-stage-0": "6.24.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "process-task-manager-ui", | ||
"version": "2.2.5", | ||
"version": "2.2.4", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
|
@@ -10,8 +10,8 @@ | |
"author": "Daniel Zhitomirsky <[email protected]>", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@opuscapita/fsm-workflow-core": "2.2.5", | ||
"@opuscapita/fsm-workflow-task-manager": "2.2.5", | ||
"@opuscapita/fsm-workflow-core": "2.2.4", | ||
"@opuscapita/fsm-workflow-task-manager": "2.2.4", | ||
"babel-cli": "7.0.0-alpha.12", | ||
"babel-core": "7.0.0-alpha.12", | ||
"babel-loader": "7.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "fsm-history-integration-tests", | ||
"version": "2.2.5", | ||
"version": "2.2.4", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
|
@@ -9,8 +9,8 @@ | |
"author": "Egor Stambakio <[email protected]>", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@opuscapita/fsm-workflow-core": "2.2.5", | ||
"@opuscapita/fsm-workflow-history": "2.2.5", | ||
"@opuscapita/fsm-workflow-core": "2.2.4", | ||
"@opuscapita/fsm-workflow-history": "2.2.4", | ||
"chai": "4.1.2", | ||
"mocha": "3.5.0", | ||
"mocha-junit-reporter": "1.13.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters