Skip to content

Commit

Permalink
Releasing version - 2.2.4. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Stambakio committed Oct 2, 2018
1 parent 570dc34 commit ceddeb6
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 18 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
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)
=======================================================

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
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",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opuscapita/fsm-workflow-core",
"version": "2.2.5",
"version": "2.2.4",
"description": "FSM workflow (for Node.js)",
"main": "lib/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opuscapita/fsm-workflow-editor",
"version": "2.2.5",
"version": "2.2.4",
"description": "Fsm workflow crud editor",
"main": "lib/index.js",
"files": [
Expand Down
8 changes: 4 additions & 4 deletions packages/examples/complete-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opuscapita/fsm-workflow-demo",
"version": "2.2.5",
"version": "2.2.4",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand All @@ -13,9 +13,9 @@
"demo:start": "cross-env NODE_ENV=production node src/compiled-server/index.js"
},
"dependencies": {
"@opuscapita/fsm-workflow-core": "2.2.5",
"@opuscapita/fsm-workflow-editor": "2.2.5",
"@opuscapita/fsm-workflow-history": "2.2.5",
"@opuscapita/fsm-workflow-core": "2.2.4",
"@opuscapita/fsm-workflow-editor": "2.2.4",
"@opuscapita/fsm-workflow-history": "2.2.4",
"@opuscapita/i18n": "1.1.1",
"@opuscapita/react-navigation": "0.1.2",
"body-parser": "1.18.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/invoice-console/package.json
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": {
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/examples/process-task-manager-ui/package.json
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": {
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/history/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opuscapita/fsm-workflow-history",
"version": "2.2.5",
"version": "2.2.4",
"description": "Business-object history for FSM workflow",
"repository": "https://github.com/OpusCapita/fsm/tree/master/packages/history",
"main": "src/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/integration-tests/history/package.json
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": {
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/task-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opuscapita/fsm-workflow-task-manager",
"version": "2.2.5",
"version": "2.2.4",
"description": "Task manager for FSM workflow",
"main": "./lib/index.js",
"files": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"bluebird": "3.5.0"
},
"devDependencies": {
"@opuscapita/fsm-workflow-core": "2.2.5",
"@opuscapita/fsm-workflow-core": "2.2.4",
"@opuscapita/npm-scripts": "2.0.0",
"babel-core": "6.26.0",
"babel-eslint": "7.2.3",
Expand Down

0 comments on commit ceddeb6

Please sign in to comment.