Skip to content

Commit 49464b0

Browse files
committed
v2.1.0
1 parent 4353b06 commit 49464b0

File tree

22 files changed

+103
-103
lines changed

22 files changed

+103
-103
lines changed

apps/st2-actions/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackstorm/app-actions",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "",
55
"main": "index.js",
66
"repository": {
@@ -45,21 +45,21 @@
4545
"access": "public"
4646
},
4747
"dependencies": {
48-
"@stackstorm/module-action-reporter": "^2.0.0",
49-
"@stackstorm/module-api": "^2.0.0",
48+
"@stackstorm/module-action-reporter": "^2.1.0",
49+
"@stackstorm/module-api": "^2.1.0",
5050
"@stackstorm/module-auto-form": "^2.0.0",
5151
"@stackstorm/module-filter-expandable": "^2.0.0",
52-
"@stackstorm/module-flex-table": "^2.0.0",
52+
"@stackstorm/module-flex-table": "^2.1.0",
5353
"@stackstorm/module-flow-link": "^2.0.0",
54-
"@stackstorm/module-forms": "^2.0.0",
55-
"@stackstorm/module-highlight": "^2.0.0",
54+
"@stackstorm/module-forms": "^2.1.0",
55+
"@stackstorm/module-highlight": "^2.1.0",
5656
"@stackstorm/module-label": "^2.0.0",
57-
"@stackstorm/module-menu": "^2.0.0",
58-
"@stackstorm/module-notification": "^2.0.0",
59-
"@stackstorm/module-pack-icon": "^2.0.0",
60-
"@stackstorm/module-panel": "^2.0.0",
61-
"@stackstorm/module-router": "^2.0.0",
62-
"@stackstorm/module-store": "^2.0.0",
57+
"@stackstorm/module-menu": "^2.1.0",
58+
"@stackstorm/module-notification": "^2.1.0",
59+
"@stackstorm/module-pack-icon": "^2.1.0",
60+
"@stackstorm/module-panel": "^2.1.0",
61+
"@stackstorm/module-router": "^2.1.0",
62+
"@stackstorm/module-store": "^2.1.0",
6363
"@stackstorm/module-time": "^2.0.0",
6464
"@stackstorm/module-title": "^2.0.0",
6565
"@stackstorm/module-view": "^2.0.0",

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.0.0",
3+
"version": "2.1.0",
44
"description": "",
55
"main": "index.js",
66
"repository": {
@@ -47,8 +47,8 @@
4747
"access": "public"
4848
},
4949
"dependencies": {
50-
"@stackstorm/module-highlight": "^2.0.0",
51-
"@stackstorm/module-router": "^2.0.0",
50+
"@stackstorm/module-highlight": "^2.1.0",
51+
"@stackstorm/module-router": "^2.1.0",
5252
"insert-css": "2.0.0",
5353
"prop-types": "15.6.2"
5454
},

apps/st2-history/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackstorm/app-history",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "",
55
"main": "index.js",
66
"repository": {
@@ -45,23 +45,23 @@
4545
"access": "public"
4646
},
4747
"dependencies": {
48-
"@stackstorm/module-action-reporter": "^2.0.0",
49-
"@stackstorm/module-api": "^2.0.0",
48+
"@stackstorm/module-action-reporter": "^2.1.0",
49+
"@stackstorm/module-api": "^2.1.0",
5050
"@stackstorm/module-auto-form": "^2.0.0",
5151
"@stackstorm/module-filter": "^2.0.0",
5252
"@stackstorm/module-filter-expandable": "^2.0.0",
53-
"@stackstorm/module-flex-table": "^2.0.0",
54-
"@stackstorm/module-forms": "^2.0.0",
55-
"@stackstorm/module-highlight": "^2.0.0",
53+
"@stackstorm/module-flex-table": "^2.1.0",
54+
"@stackstorm/module-forms": "^2.1.0",
55+
"@stackstorm/module-highlight": "^2.1.0",
5656
"@stackstorm/module-label": "^2.0.0",
57-
"@stackstorm/module-menu": "^2.0.0",
58-
"@stackstorm/module-notification": "^2.0.0",
59-
"@stackstorm/module-panel": "^2.0.0",
57+
"@stackstorm/module-menu": "^2.1.0",
58+
"@stackstorm/module-notification": "^2.1.0",
59+
"@stackstorm/module-panel": "^2.1.0",
6060
"@stackstorm/module-popup": "^2.0.0",
6161
"@stackstorm/module-proportional": "^2.0.0",
62-
"@stackstorm/module-router": "^2.0.0",
62+
"@stackstorm/module-router": "^2.1.0",
6363
"@stackstorm/module-select-on-click": "^2.0.0",
64-
"@stackstorm/module-store": "^2.0.0",
64+
"@stackstorm/module-store": "^2.1.0",
6565
"@stackstorm/module-time": "^2.0.0",
6666
"@stackstorm/module-title": "^2.0.0",
6767
"@stackstorm/module-view": "^2.0.0",

apps/st2-inquiry/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackstorm/app-inquiry",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "",
55
"main": "index.js",
66
"repository": {
@@ -47,23 +47,23 @@
4747
"access": "public"
4848
},
4949
"dependencies": {
50-
"@stackstorm/module-action-reporter": "^2.0.0",
51-
"@stackstorm/module-api": "^2.0.0",
50+
"@stackstorm/module-action-reporter": "^2.1.0",
51+
"@stackstorm/module-api": "^2.1.0",
5252
"@stackstorm/module-auto-form": "^2.0.0",
5353
"@stackstorm/module-filter": "^2.0.0",
5454
"@stackstorm/module-filter-expandable": "^2.0.0",
55-
"@stackstorm/module-flex-table": "^2.0.0",
56-
"@stackstorm/module-forms": "^2.0.0",
57-
"@stackstorm/module-highlight": "^2.0.0",
55+
"@stackstorm/module-flex-table": "^2.1.0",
56+
"@stackstorm/module-forms": "^2.1.0",
57+
"@stackstorm/module-highlight": "^2.1.0",
5858
"@stackstorm/module-label": "^2.0.0",
59-
"@stackstorm/module-menu": "^2.0.0",
60-
"@stackstorm/module-notification": "^2.0.0",
61-
"@stackstorm/module-panel": "^2.0.0",
59+
"@stackstorm/module-menu": "^2.1.0",
60+
"@stackstorm/module-notification": "^2.1.0",
61+
"@stackstorm/module-panel": "^2.1.0",
6262
"@stackstorm/module-popup": "^2.0.0",
6363
"@stackstorm/module-proportional": "^2.0.0",
64-
"@stackstorm/module-router": "^2.0.0",
64+
"@stackstorm/module-router": "^2.1.0",
6565
"@stackstorm/module-select-on-click": "^2.0.0",
66-
"@stackstorm/module-store": "^2.0.0",
66+
"@stackstorm/module-store": "^2.1.0",
6767
"@stackstorm/module-time": "^2.0.0",
6868
"@stackstorm/module-title": "^2.0.0",
6969
"@stackstorm/module-view": "^2.0.0",

apps/st2-packs/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackstorm/app-packs",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "",
55
"main": "index.js",
66
"repository": {
@@ -45,17 +45,17 @@
4545
"access": "public"
4646
},
4747
"dependencies": {
48-
"@stackstorm/module-api": "^2.0.0",
48+
"@stackstorm/module-api": "^2.1.0",
4949
"@stackstorm/module-auto-form": "^2.0.0",
50-
"@stackstorm/module-flex-table": "^2.0.0",
51-
"@stackstorm/module-forms": "^2.0.0",
52-
"@stackstorm/module-highlight": "^2.0.0",
53-
"@stackstorm/module-menu": "^2.0.0",
54-
"@stackstorm/module-notification": "^2.0.0",
55-
"@stackstorm/module-panel": "^2.0.0",
50+
"@stackstorm/module-flex-table": "^2.1.0",
51+
"@stackstorm/module-forms": "^2.1.0",
52+
"@stackstorm/module-highlight": "^2.1.0",
53+
"@stackstorm/module-menu": "^2.1.0",
54+
"@stackstorm/module-notification": "^2.1.0",
55+
"@stackstorm/module-panel": "^2.1.0",
5656
"@stackstorm/module-portion-bar": "^2.0.0",
57-
"@stackstorm/module-router": "^2.0.0",
58-
"@stackstorm/module-store": "^2.0.0",
57+
"@stackstorm/module-router": "^2.1.0",
58+
"@stackstorm/module-store": "^2.1.0",
5959
"@stackstorm/module-title": "^2.0.0",
6060
"insert-css": "2.0.0",
6161
"prop-types": "15.6.2"

apps/st2-rules/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackstorm/app-rules",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "",
55
"main": "index.js",
66
"repository": {
@@ -45,21 +45,21 @@
4545
"access": "public"
4646
},
4747
"dependencies": {
48-
"@stackstorm/module-api": "^2.0.0",
48+
"@stackstorm/module-api": "^2.1.0",
4949
"@stackstorm/module-auto-form": "^2.0.0",
5050
"@stackstorm/module-criteria": "^2.0.0",
51-
"@stackstorm/module-flex-table": "^2.0.0",
52-
"@stackstorm/module-forms": "^2.0.0",
53-
"@stackstorm/module-highlight": "^2.0.0",
51+
"@stackstorm/module-flex-table": "^2.1.0",
52+
"@stackstorm/module-forms": "^2.1.0",
53+
"@stackstorm/module-highlight": "^2.1.0",
5454
"@stackstorm/module-label": "^2.0.0",
55-
"@stackstorm/module-menu": "^2.0.0",
56-
"@stackstorm/module-notification": "^2.0.0",
57-
"@stackstorm/module-pack-icon": "^2.0.0",
58-
"@stackstorm/module-panel": "^2.0.0",
55+
"@stackstorm/module-menu": "^2.1.0",
56+
"@stackstorm/module-notification": "^2.1.0",
57+
"@stackstorm/module-pack-icon": "^2.1.0",
58+
"@stackstorm/module-panel": "^2.1.0",
5959
"@stackstorm/module-popup": "^2.0.0",
6060
"@stackstorm/module-remote-form": "^2.0.0",
61-
"@stackstorm/module-router": "^2.0.0",
62-
"@stackstorm/module-store": "^2.0.0",
61+
"@stackstorm/module-router": "^2.1.0",
62+
"@stackstorm/module-store": "^2.1.0",
6363
"@stackstorm/module-time": "^2.0.0",
6464
"@stackstorm/module-title": "^2.0.0",
6565
"insert-css": "2.0.0",

apps/st2-triggers/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackstorm/app-triggers",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "",
55
"main": "index.js",
66
"repository": {
@@ -45,21 +45,21 @@
4545
"access": "public"
4646
},
4747
"dependencies": {
48-
"@stackstorm/module-api": "^2.0.0",
48+
"@stackstorm/module-api": "^2.1.0",
4949
"@stackstorm/module-auto-form": "^2.0.0",
5050
"@stackstorm/module-criteria": "^2.0.0",
51-
"@stackstorm/module-flex-table": "^2.0.0",
52-
"@stackstorm/module-forms": "^2.0.0",
53-
"@stackstorm/module-highlight": "^2.0.0",
51+
"@stackstorm/module-flex-table": "^2.1.0",
52+
"@stackstorm/module-forms": "^2.1.0",
53+
"@stackstorm/module-highlight": "^2.1.0",
5454
"@stackstorm/module-label": "^2.0.0",
55-
"@stackstorm/module-menu": "^2.0.0",
56-
"@stackstorm/module-notification": "^2.0.0",
57-
"@stackstorm/module-pack-icon": "^2.0.0",
58-
"@stackstorm/module-panel": "^2.0.0",
55+
"@stackstorm/module-menu": "^2.1.0",
56+
"@stackstorm/module-notification": "^2.1.0",
57+
"@stackstorm/module-pack-icon": "^2.1.0",
58+
"@stackstorm/module-panel": "^2.1.0",
5959
"@stackstorm/module-popup": "^2.0.0",
6060
"@stackstorm/module-remote-form": "^2.0.0",
61-
"@stackstorm/module-router": "^2.0.0",
62-
"@stackstorm/module-store": "^2.0.0",
61+
"@stackstorm/module-router": "^2.1.0",
62+
"@stackstorm/module-store": "^2.1.0",
6363
"@stackstorm/module-time": "^2.0.0",
6464
"@stackstorm/module-title": "^2.0.0",
6565
"insert-css": "2.0.0",

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.0.0",
3+
"version": "2.1.0",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"packages": [

modules/st2-action-reporter/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackstorm/module-action-reporter",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "",
55
"main": "action-reporter.component.js",
66
"directories": {
@@ -53,8 +53,8 @@
5353
"access": "public"
5454
},
5555
"dependencies": {
56-
"@stackstorm/module-flex-table": "^2.0.0",
57-
"@stackstorm/module-highlight": "^2.0.0",
56+
"@stackstorm/module-flex-table": "^2.1.0",
57+
"@stackstorm/module-highlight": "^2.1.0",
5858
"@stackstorm/module-label": "^2.0.0",
5959
"@stackstorm/st2-style": "^2.0.0",
6060
"insert-css": "2.0.0",

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.0.0",
3+
"version": "2.1.0",
44
"description": "",
55
"main": "api.js",
66
"directories": {

modules/st2-flex-table/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackstorm/module-flex-table",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "",
55
"main": "flex-table.component.js",
66
"directories": {
@@ -83,7 +83,7 @@
8383
},
8484
"devDependencies": {
8585
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
86-
"@stackstorm/module-store": "^2.0.0",
86+
"@stackstorm/module-store": "^2.1.0",
8787
"babelify": "8.0.0",
8888
"postcss": "6.0.22",
8989
"postcss-import": "11.1.0",

modules/st2-forms/package.json

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

modules/st2-highlight/package.json

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

modules/st2-login/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackstorm/module-login",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "",
55
"main": "login.component.js",
66
"directories": {
@@ -53,7 +53,7 @@
5353
"access": "public"
5454
},
5555
"dependencies": {
56-
"@stackstorm/module-menu": "^2.0.0",
56+
"@stackstorm/module-menu": "^2.1.0",
5757
"@stackstorm/st2-style": "^2.0.0",
5858
"insert-css": "2.0.0",
5959
"prop-types": "15.6.2"

modules/st2-menu/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackstorm/module-menu",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "",
55
"main": "menu.component.js",
66
"directories": {
@@ -53,7 +53,7 @@
5353
"access": "public"
5454
},
5555
"dependencies": {
56-
"@stackstorm/module-api": "^2.0.0",
56+
"@stackstorm/module-api": "^2.1.0",
5757
"@stackstorm/st2-style": "^2.0.0",
5858
"insert-css": "2.0.0",
5959
"prop-types": "15.6.2"

modules/st2-notification/package.json

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

modules/st2-pack-icon/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackstorm/module-pack-icon",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "",
55
"main": "pack-icon.component.js",
66
"directories": {
@@ -53,8 +53,8 @@
5353
"access": "public"
5454
},
5555
"dependencies": {
56-
"@stackstorm/module-api": "^2.0.0",
57-
"@stackstorm/module-notification": "^2.0.0",
56+
"@stackstorm/module-api": "^2.1.0",
57+
"@stackstorm/module-notification": "^2.1.0",
5858
"@stackstorm/st2-style": "^2.0.0",
5959
"insert-css": "2.0.0",
6060
"prop-types": "15.6.2"

modules/st2-panel/package.json

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

0 commit comments

Comments
 (0)