Skip to content

Commit 656c1e4

Browse files
committed
v2.4.3
1 parent b4d286b commit 656c1e4

File tree

40 files changed

+190
-190
lines changed

40 files changed

+190
-190
lines changed

Diff for: apps/st2-actions/package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackstorm/app-actions",
3-
"version": "2.4.1",
3+
"version": "2.4.3",
44
"description": "",
55
"main": "index.js",
66
"repository": {
@@ -45,24 +45,24 @@
4545
"access": "public"
4646
},
4747
"dependencies": {
48-
"@stackstorm/module-action-reporter": "^2.4.1",
49-
"@stackstorm/module-api": "^2.4.1",
50-
"@stackstorm/module-auto-form": "^2.4.1",
51-
"@stackstorm/module-filter-expandable": "^2.4.1",
52-
"@stackstorm/module-flex-table": "^2.4.1",
53-
"@stackstorm/module-flow-link": "^2.4.1",
54-
"@stackstorm/module-forms": "^2.4.1",
55-
"@stackstorm/module-highlight": "^2.4.1",
56-
"@stackstorm/module-label": "^2.4.1",
57-
"@stackstorm/module-menu": "^2.4.1",
58-
"@stackstorm/module-notification": "^2.4.1",
59-
"@stackstorm/module-pack-icon": "^2.4.1",
60-
"@stackstorm/module-panel": "^2.4.1",
61-
"@stackstorm/module-router": "^2.4.1",
62-
"@stackstorm/module-store": "^2.4.1",
63-
"@stackstorm/module-time": "^2.4.1",
64-
"@stackstorm/module-title": "^2.4.1",
65-
"@stackstorm/module-view": "^2.4.1",
48+
"@stackstorm/module-action-reporter": "^2.4.3",
49+
"@stackstorm/module-api": "^2.4.3",
50+
"@stackstorm/module-auto-form": "^2.4.3",
51+
"@stackstorm/module-filter-expandable": "^2.4.3",
52+
"@stackstorm/module-flex-table": "^2.4.3",
53+
"@stackstorm/module-flow-link": "^2.4.3",
54+
"@stackstorm/module-forms": "^2.4.3",
55+
"@stackstorm/module-highlight": "^2.4.3",
56+
"@stackstorm/module-label": "^2.4.3",
57+
"@stackstorm/module-menu": "^2.4.3",
58+
"@stackstorm/module-notification": "^2.4.3",
59+
"@stackstorm/module-pack-icon": "^2.4.3",
60+
"@stackstorm/module-panel": "^2.4.3",
61+
"@stackstorm/module-router": "^2.4.3",
62+
"@stackstorm/module-store": "^2.4.3",
63+
"@stackstorm/module-time": "^2.4.3",
64+
"@stackstorm/module-title": "^2.4.3",
65+
"@stackstorm/module-view": "^2.4.3",
6666
"atob": "2.1.2",
6767
"babel-eslint": "10.0.1",
6868
"babelify": "10.0.0",

Diff for: apps/st2-code/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackstorm/app-code",
3-
"version": "2.4.1",
3+
"version": "2.4.3",
44
"description": "",
55
"main": "index.js",
66
"repository": {
@@ -47,8 +47,8 @@
4747
"access": "public"
4848
},
4949
"dependencies": {
50-
"@stackstorm/module-highlight": "^2.4.1",
51-
"@stackstorm/module-router": "^2.4.1",
50+
"@stackstorm/module-highlight": "^2.4.3",
51+
"@stackstorm/module-router": "^2.4.3",
5252
"atob": "2.1.2",
5353
"babel-eslint": "10.0.1",
5454
"babelify": "10.0.0",

Diff for: apps/st2-history/package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackstorm/app-history",
3-
"version": "2.4.1",
3+
"version": "2.4.3",
44
"description": "",
55
"main": "index.js",
66
"repository": {
@@ -45,26 +45,26 @@
4545
"access": "public"
4646
},
4747
"dependencies": {
48-
"@stackstorm/module-action-reporter": "^2.4.1",
49-
"@stackstorm/module-api": "^2.4.1",
50-
"@stackstorm/module-auto-form": "^2.4.1",
51-
"@stackstorm/module-filter": "^2.4.1",
52-
"@stackstorm/module-filter-expandable": "^2.4.1",
53-
"@stackstorm/module-flex-table": "^2.4.1",
54-
"@stackstorm/module-forms": "^2.4.1",
55-
"@stackstorm/module-highlight": "^2.4.1",
56-
"@stackstorm/module-label": "^2.4.1",
57-
"@stackstorm/module-menu": "^2.4.1",
58-
"@stackstorm/module-notification": "^2.4.1",
59-
"@stackstorm/module-panel": "^2.4.1",
60-
"@stackstorm/module-popup": "^2.4.1",
61-
"@stackstorm/module-proportional": "^2.4.1",
62-
"@stackstorm/module-router": "^2.4.1",
63-
"@stackstorm/module-select-on-click": "^2.4.1",
64-
"@stackstorm/module-store": "^2.4.1",
65-
"@stackstorm/module-time": "^2.4.1",
66-
"@stackstorm/module-title": "^2.4.1",
67-
"@stackstorm/module-view": "^2.4.1",
48+
"@stackstorm/module-action-reporter": "^2.4.3",
49+
"@stackstorm/module-api": "^2.4.3",
50+
"@stackstorm/module-auto-form": "^2.4.3",
51+
"@stackstorm/module-filter": "^2.4.3",
52+
"@stackstorm/module-filter-expandable": "^2.4.3",
53+
"@stackstorm/module-flex-table": "^2.4.3",
54+
"@stackstorm/module-forms": "^2.4.3",
55+
"@stackstorm/module-highlight": "^2.4.3",
56+
"@stackstorm/module-label": "^2.4.3",
57+
"@stackstorm/module-menu": "^2.4.3",
58+
"@stackstorm/module-notification": "^2.4.3",
59+
"@stackstorm/module-panel": "^2.4.3",
60+
"@stackstorm/module-popup": "^2.4.3",
61+
"@stackstorm/module-proportional": "^2.4.3",
62+
"@stackstorm/module-router": "^2.4.3",
63+
"@stackstorm/module-select-on-click": "^2.4.3",
64+
"@stackstorm/module-store": "^2.4.3",
65+
"@stackstorm/module-time": "^2.4.3",
66+
"@stackstorm/module-title": "^2.4.3",
67+
"@stackstorm/module-view": "^2.4.3",
6868
"atob": "2.1.2",
6969
"babel-eslint": "10.0.1",
7070
"babelify": "10.0.0",

Diff for: apps/st2-inquiry/package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackstorm/app-inquiry",
3-
"version": "2.4.1",
3+
"version": "2.4.3",
44
"description": "",
55
"main": "index.js",
66
"repository": {
@@ -47,26 +47,26 @@
4747
"access": "public"
4848
},
4949
"dependencies": {
50-
"@stackstorm/module-action-reporter": "^2.4.1",
51-
"@stackstorm/module-api": "^2.4.1",
52-
"@stackstorm/module-auto-form": "^2.4.1",
53-
"@stackstorm/module-filter": "^2.4.1",
54-
"@stackstorm/module-filter-expandable": "^2.4.1",
55-
"@stackstorm/module-flex-table": "^2.4.1",
56-
"@stackstorm/module-forms": "^2.4.1",
57-
"@stackstorm/module-highlight": "^2.4.1",
58-
"@stackstorm/module-label": "^2.4.1",
59-
"@stackstorm/module-menu": "^2.4.1",
60-
"@stackstorm/module-notification": "^2.4.1",
61-
"@stackstorm/module-panel": "^2.4.1",
62-
"@stackstorm/module-popup": "^2.4.1",
63-
"@stackstorm/module-proportional": "^2.4.1",
64-
"@stackstorm/module-router": "^2.4.1",
65-
"@stackstorm/module-select-on-click": "^2.4.1",
66-
"@stackstorm/module-store": "^2.4.1",
67-
"@stackstorm/module-time": "^2.4.1",
68-
"@stackstorm/module-title": "^2.4.1",
69-
"@stackstorm/module-view": "^2.4.1",
50+
"@stackstorm/module-action-reporter": "^2.4.3",
51+
"@stackstorm/module-api": "^2.4.3",
52+
"@stackstorm/module-auto-form": "^2.4.3",
53+
"@stackstorm/module-filter": "^2.4.3",
54+
"@stackstorm/module-filter-expandable": "^2.4.3",
55+
"@stackstorm/module-flex-table": "^2.4.3",
56+
"@stackstorm/module-forms": "^2.4.3",
57+
"@stackstorm/module-highlight": "^2.4.3",
58+
"@stackstorm/module-label": "^2.4.3",
59+
"@stackstorm/module-menu": "^2.4.3",
60+
"@stackstorm/module-notification": "^2.4.3",
61+
"@stackstorm/module-panel": "^2.4.3",
62+
"@stackstorm/module-popup": "^2.4.3",
63+
"@stackstorm/module-proportional": "^2.4.3",
64+
"@stackstorm/module-router": "^2.4.3",
65+
"@stackstorm/module-select-on-click": "^2.4.3",
66+
"@stackstorm/module-store": "^2.4.3",
67+
"@stackstorm/module-time": "^2.4.3",
68+
"@stackstorm/module-title": "^2.4.3",
69+
"@stackstorm/module-view": "^2.4.3",
7070
"atob": "2.1.2",
7171
"babel-eslint": "10.0.1",
7272
"babelify": "10.0.0",

Diff for: apps/st2-packs/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackstorm/app-packs",
3-
"version": "2.4.1",
3+
"version": "2.4.3",
44
"description": "",
55
"main": "index.js",
66
"repository": {
@@ -45,18 +45,18 @@
4545
"access": "public"
4646
},
4747
"dependencies": {
48-
"@stackstorm/module-api": "^2.4.1",
49-
"@stackstorm/module-auto-form": "^2.4.1",
50-
"@stackstorm/module-flex-table": "^2.4.1",
51-
"@stackstorm/module-forms": "^2.4.1",
52-
"@stackstorm/module-highlight": "^2.4.1",
53-
"@stackstorm/module-menu": "^2.4.1",
54-
"@stackstorm/module-notification": "^2.4.1",
55-
"@stackstorm/module-panel": "^2.4.1",
56-
"@stackstorm/module-portion-bar": "^2.4.1",
57-
"@stackstorm/module-router": "^2.4.1",
58-
"@stackstorm/module-store": "^2.4.1",
59-
"@stackstorm/module-title": "^2.4.1",
48+
"@stackstorm/module-api": "^2.4.3",
49+
"@stackstorm/module-auto-form": "^2.4.3",
50+
"@stackstorm/module-flex-table": "^2.4.3",
51+
"@stackstorm/module-forms": "^2.4.3",
52+
"@stackstorm/module-highlight": "^2.4.3",
53+
"@stackstorm/module-menu": "^2.4.3",
54+
"@stackstorm/module-notification": "^2.4.3",
55+
"@stackstorm/module-panel": "^2.4.3",
56+
"@stackstorm/module-portion-bar": "^2.4.3",
57+
"@stackstorm/module-router": "^2.4.3",
58+
"@stackstorm/module-store": "^2.4.3",
59+
"@stackstorm/module-title": "^2.4.3",
6060
"atob": "2.1.2",
6161
"babel-eslint": "10.0.1",
6262
"babelify": "10.0.0",

Diff for: apps/st2-rules/package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackstorm/app-rules",
3-
"version": "2.4.1",
3+
"version": "2.4.3",
44
"description": "",
55
"main": "index.js",
66
"repository": {
@@ -45,23 +45,23 @@
4545
"access": "public"
4646
},
4747
"dependencies": {
48-
"@stackstorm/module-api": "^2.4.1",
49-
"@stackstorm/module-auto-form": "^2.4.1",
50-
"@stackstorm/module-criteria": "^2.4.1",
51-
"@stackstorm/module-flex-table": "^2.4.1",
52-
"@stackstorm/module-forms": "^2.4.1",
53-
"@stackstorm/module-highlight": "^2.4.1",
54-
"@stackstorm/module-label": "^2.4.1",
55-
"@stackstorm/module-menu": "^2.4.1",
56-
"@stackstorm/module-notification": "^2.4.1",
57-
"@stackstorm/module-pack-icon": "^2.4.1",
58-
"@stackstorm/module-panel": "^2.4.1",
59-
"@stackstorm/module-popup": "^2.4.1",
60-
"@stackstorm/module-remote-form": "^2.4.1",
61-
"@stackstorm/module-router": "^2.4.1",
62-
"@stackstorm/module-store": "^2.4.1",
63-
"@stackstorm/module-time": "^2.4.1",
64-
"@stackstorm/module-title": "^2.4.1",
48+
"@stackstorm/module-api": "^2.4.3",
49+
"@stackstorm/module-auto-form": "^2.4.3",
50+
"@stackstorm/module-criteria": "^2.4.3",
51+
"@stackstorm/module-flex-table": "^2.4.3",
52+
"@stackstorm/module-forms": "^2.4.3",
53+
"@stackstorm/module-highlight": "^2.4.3",
54+
"@stackstorm/module-label": "^2.4.3",
55+
"@stackstorm/module-menu": "^2.4.3",
56+
"@stackstorm/module-notification": "^2.4.3",
57+
"@stackstorm/module-pack-icon": "^2.4.3",
58+
"@stackstorm/module-panel": "^2.4.3",
59+
"@stackstorm/module-popup": "^2.4.3",
60+
"@stackstorm/module-remote-form": "^2.4.3",
61+
"@stackstorm/module-router": "^2.4.3",
62+
"@stackstorm/module-store": "^2.4.3",
63+
"@stackstorm/module-time": "^2.4.3",
64+
"@stackstorm/module-title": "^2.4.3",
6565
"atob": "2.1.2",
6666
"babel-eslint": "10.0.1",
6767
"babelify": "10.0.0",

Diff for: apps/st2-triggers/package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackstorm/app-triggers",
3-
"version": "2.4.1",
3+
"version": "2.4.3",
44
"description": "",
55
"main": "index.js",
66
"repository": {
@@ -45,23 +45,23 @@
4545
"access": "public"
4646
},
4747
"dependencies": {
48-
"@stackstorm/module-api": "^2.4.1",
49-
"@stackstorm/module-auto-form": "^2.4.1",
50-
"@stackstorm/module-criteria": "^2.4.1",
51-
"@stackstorm/module-flex-table": "^2.4.1",
52-
"@stackstorm/module-forms": "^2.4.1",
53-
"@stackstorm/module-highlight": "^2.4.1",
54-
"@stackstorm/module-label": "^2.4.1",
55-
"@stackstorm/module-menu": "^2.4.1",
56-
"@stackstorm/module-notification": "^2.4.1",
57-
"@stackstorm/module-pack-icon": "^2.4.1",
58-
"@stackstorm/module-panel": "^2.4.1",
59-
"@stackstorm/module-popup": "^2.4.1",
60-
"@stackstorm/module-remote-form": "^2.4.1",
61-
"@stackstorm/module-router": "^2.4.1",
62-
"@stackstorm/module-store": "^2.4.1",
63-
"@stackstorm/module-time": "^2.4.1",
64-
"@stackstorm/module-title": "^2.4.1",
48+
"@stackstorm/module-api": "^2.4.3",
49+
"@stackstorm/module-auto-form": "^2.4.3",
50+
"@stackstorm/module-criteria": "^2.4.3",
51+
"@stackstorm/module-flex-table": "^2.4.3",
52+
"@stackstorm/module-forms": "^2.4.3",
53+
"@stackstorm/module-highlight": "^2.4.3",
54+
"@stackstorm/module-label": "^2.4.3",
55+
"@stackstorm/module-menu": "^2.4.3",
56+
"@stackstorm/module-notification": "^2.4.3",
57+
"@stackstorm/module-pack-icon": "^2.4.3",
58+
"@stackstorm/module-panel": "^2.4.3",
59+
"@stackstorm/module-popup": "^2.4.3",
60+
"@stackstorm/module-remote-form": "^2.4.3",
61+
"@stackstorm/module-router": "^2.4.3",
62+
"@stackstorm/module-store": "^2.4.3",
63+
"@stackstorm/module-time": "^2.4.3",
64+
"@stackstorm/module-title": "^2.4.3",
6565
"atob": "2.1.2",
6666
"babel-eslint": "10.0.1",
6767
"babelify": "10.0.0",

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.5.1",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"packages": [

Diff for: modules/st2-action-reporter/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackstorm/module-action-reporter",
3-
"version": "2.4.1",
3+
"version": "2.4.3",
44
"description": "",
55
"main": "action-reporter.component.js",
66
"directories": {
@@ -53,10 +53,10 @@
5353
"access": "public"
5454
},
5555
"dependencies": {
56-
"@stackstorm/module-flex-table": "^2.4.1",
57-
"@stackstorm/module-highlight": "^2.4.1",
58-
"@stackstorm/module-label": "^2.4.1",
59-
"@stackstorm/st2-style": "^2.4.1",
56+
"@stackstorm/module-flex-table": "^2.4.3",
57+
"@stackstorm/module-highlight": "^2.4.3",
58+
"@stackstorm/module-label": "^2.4.3",
59+
"@stackstorm/st2-style": "^2.4.3",
6060
"atob": "^2.1",
6161
"babel-eslint": "10.0.1",
6262
"babelify": "10.0.0",

Diff for: modules/st2-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackstorm/module-api",
3-
"version": "2.4.1",
3+
"version": "2.4.3",
44
"description": "",
55
"main": "api.js",
66
"directories": {

Diff for: modules/st2-auto-form/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackstorm/module-auto-form",
3-
"version": "2.4.1",
3+
"version": "2.4.3",
44
"description": "",
55
"main": "auto-form.component.js",
66
"directories": {
@@ -51,8 +51,8 @@
5151
"access": "public"
5252
},
5353
"dependencies": {
54-
"@stackstorm/module-value-format": "^2.4.1",
55-
"@stackstorm/st2-style": "^2.4.1",
54+
"@stackstorm/module-value-format": "^2.4.3",
55+
"@stackstorm/st2-style": "^2.4.3",
5656
"atob": "^2.1",
5757
"babel-eslint": "10.0.1",
5858
"babelify": "10.0.0",

Diff for: modules/st2-criteria/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackstorm/module-criteria",
3-
"version": "2.4.1",
3+
"version": "2.4.3",
44
"description": "",
55
"main": "criteria.component.js",
66
"directories": {
@@ -53,8 +53,8 @@
5353
"access": "public"
5454
},
5555
"dependencies": {
56-
"@stackstorm/module-auto-form": "^2.4.1",
57-
"@stackstorm/st2-style": "^2.4.1",
56+
"@stackstorm/module-auto-form": "^2.4.3",
57+
"@stackstorm/st2-style": "^2.4.3",
5858
"atob": "^2.1",
5959
"babel-eslint": "10.0.1",
6060
"babelify": "10.0.0",

0 commit comments

Comments
 (0)