Skip to content

Commit

Permalink
chore(core): Bump version to 0.0.412
Browse files Browse the repository at this point in the history
91e4c42 fix(tasks): (re)-enable durations on canceled tasks (#7433)
4d3454c fix(core/pipeline): migrate more manual execution field layouts
15de4a8 fix(core/forms): MapEditorInput: Add validation for empty keys and empty values. Remove `errors` prop in favor of using `validation.validationMessage` which is passed from FormField/FormikFormField
70dee3f fix(core/pipeline): Don't break templated pipelines when updating config (#7428)
b942b5b fix(core/pipeline): Fix revert button regression for templated pipelines (#7427)
d7490f9 feat(core): rerun child pipelines with artifacts (#7422)
  • Loading branch information
christopherthielen committed Sep 24, 2019
1 parent 91e4c42 commit 245cb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/modules/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spinnaker/core",
"version": "0.0.411",
"version": "0.0.412",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 245cb84

Please sign in to comment.