From 1f5896d9829905bc451dab4b0926dc43788ee50f Mon Sep 17 00:00:00 2001 From: Chris Berry Date: Mon, 8 Jul 2019 07:18:06 -0700 Subject: [PATCH] chore(core): Bump version to 0.0.385 (#7191) 7d2c4e1fd6f99098248281ffc572454e9a0ee7f1 fix(core): fix overrideTimeout behavior on existing stages (#7190) e26f797774189c3e2c4ae55fd6289d9b7c4f88bf fix(core): fix flickering render of stage labels on hydration (#7181) --- app/scripts/modules/core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/modules/core/package.json b/app/scripts/modules/core/package.json index 4718404e93e..a20508054c9 100644 --- a/app/scripts/modules/core/package.json +++ b/app/scripts/modules/core/package.json @@ -1,6 +1,6 @@ { "name": "@spinnaker/core", - "version": "0.0.384", + "version": "0.0.385", "main": "lib/lib.js", "typings": "lib/index.d.ts", "scripts": {