Skip to content

Commit

Permalink
Update st2-auto-form to v2.4.4
Browse files Browse the repository at this point in the history
The module st2-auto-form is updated to fix issue with the task transition in st2flow. The version number is incremented for the module and published to npmjs.
  • Loading branch information
m4dcoder committed Oct 7, 2020
1 parent dffdea8 commit dcac1b2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/st2-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@stackstorm/module-action-reporter": "^2.4.3",
"@stackstorm/module-api": "^2.4.3",
"@stackstorm/module-auto-form": "^2.4.3",
"@stackstorm/module-auto-form": "^2.4.4",
"@stackstorm/module-filter-expandable": "^2.4.3",
"@stackstorm/module-flex-table": "^2.4.3",
"@stackstorm/module-flow-link": "^2.4.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/st2-inquiry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@stackstorm/module-api": "^2.4.3",
"@stackstorm/module-auto-form": "^2.4.3",
"@stackstorm/module-auto-form": "^2.4.4",
"@stackstorm/module-flex-table": "^2.4.3",
"@stackstorm/module-forms": "^2.4.3",
"@stackstorm/module-highlight": "^2.4.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/st2-packs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@stackstorm/module-api": "^2.4.3",
"@stackstorm/module-auto-form": "^2.4.3",
"@stackstorm/module-auto-form": "^2.4.4",
"@stackstorm/module-flex-table": "^2.4.3",
"@stackstorm/module-forms": "^2.4.3",
"@stackstorm/module-highlight": "^2.4.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/st2-rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@stackstorm/module-api": "^2.4.3",
"@stackstorm/module-auto-form": "^2.4.3",
"@stackstorm/module-auto-form": "^2.4.4",
"@stackstorm/module-criteria": "^2.4.3",
"@stackstorm/module-flex-table": "^2.4.3",
"@stackstorm/module-forms": "^2.4.3",
Expand Down
2 changes: 1 addition & 1 deletion modules/st2-auto-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackstorm/module-auto-form",
"version": "2.4.3",
"version": "2.4.4",
"description": "",
"main": "auto-form.component.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion modules/st2-criteria/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"access": "public"
},
"dependencies": {
"@stackstorm/module-auto-form": "^2.4.3",
"@stackstorm/module-auto-form": "^2.4.4",
"lodash": "4.17.19",
"prop-types": "15.7.2",
"react": "16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion modules/st2-remote-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"access": "public"
},
"dependencies": {
"@stackstorm/module-auto-form": "^2.4.3",
"@stackstorm/module-auto-form": "^2.4.4",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6"
Expand Down

0 comments on commit dcac1b2

Please sign in to comment.