From 0b197b3c0bd03936165a0f1dd2f2cf8322509062 Mon Sep 17 00:00:00 2001 From: Rani Date: Thu, 3 Jun 2021 20:54:00 -0700 Subject: [PATCH] chore(core): publish core@0.0.591 4d689b5b85efa73c2ec90476ffd2e3135a129ab7 feat(md): New option to display environments side by side (#9269) ae43ad0102faaf0a35dc4a2984c513f22bb22e2f fix(nav): fix unsubscribe on unmount (#9285) d998362c672522c01d7ad31dddba61c7f08914bf fix(md): properly redirect the old ui links to the new ui (#9287) --- 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 361a277a414..3b0d89158c6 100644 --- a/app/scripts/modules/core/package.json +++ b/app/scripts/modules/core/package.json @@ -1,7 +1,7 @@ { "name": "@spinnaker/core", "license": "Apache-2.0", - "version": "0.0.590", + "version": "0.0.591", "main": "lib/lib.js", "typings": "lib/index.d.ts", "scripts": {