Skip to content

Commit

Permalink
chore(core): Bump version to 0.0.414
Browse files Browse the repository at this point in the history
57d28c9 fix(core/task): properly cleanup TaskMonitor polling, fix digest thrashing (#7458)
564af88 feat(displayName): Adding display name property for the bakery baseOS options (#7464)
e0c57af fix(bakeManifest): fix bake manifest UI rendering (#7463)
f41d955 fix(core/infrastructure): Fix deep links with filters (#7459)
01bc0da fix(help text): update webhook help text (#7456)
53300b1 refactor(core/validation): move FormValidator classes to separate files (#7460)
1873094 feat(core/utils): Add `traverseObject` which deeply walks object properties (#7452)
f535e52 refactor(pipeline): reactify pipeline config actions dropdown (#7447)
677ab6b fix(bake/kustomize): fix name validation (#7450)
4f24db3 fix(core/pipeline): Revision history is vertically challenged in Safari (#7449)
592e74f feat(core/utils): Add 'api' to window.spinnaker object for interactive debugging (#7439)
585ac15 fix(pipeline): unset `locked` instead of `lock` when unlocking pipeline (#7445)
67fc87e fix(core/pipeline): "Depends On" doesn't always update when reverting (#7441)
bd4ba0e fix(core/pipeline): Fix revert button for non-templated pipelines (#7440)
45f3c24 feat(core/presentation): Migrate form validation API to class-based API
447d76f fix(core/presentation): In min/max validators, validate that the value is a number
  • Loading branch information
christopherthielen committed Sep 30, 2019
1 parent 57d28c9 commit 3377ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/modules/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@spinnaker/core",
"version": "0.0.413",
"version": "0.0.414",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 3377ee1

Please sign in to comment.