From 6cb6484860e9e14342f3e9b235b4e3f79cbbda00 Mon Sep 17 00:00:00 2001 From: Vignesh Murugesan Date: Mon, 24 May 2021 16:09:17 -0700 Subject: [PATCH] chore(core): publish core@0.0.583 2c547cdb5ed69ef241e3617eeb956065874c9be3 style(md): fix constraints style - adding margin to chevron + add padding below the actions properly (#9227) 7845147c536c0b1eea63e7668a63e043d0d7c4d4 fix(md): environments are now sorted on the backend. We only need to reverse the order in the history heading (#9228) c40745d0979a2bee32d948b8a9e59fdd8c76d0bc feat(md): added judgedAt time to constraints + switched to CollapsibleSection (#9215) cca5ad602ee9f9bae74ce3084eb7c2877ea0bc10 fix(md): refetch version on constraint (works in all cases) (#9225) 844ee30b899ec27eb8b4c755aafad4d7251797a9 feat(md): show management warning in history (#9226) 98f0238a23ac896fe451ad074a09177f0d48a778 feat(md): only show first two pending versions (#9224) 8e59bcb28d5814d0244a5ccd92d964be26a52c4b fix(md): sort versions even when no current exists (#9223) --- 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 4e1d643e68a..3855e8f472d 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.582", + "version": "0.0.583", "main": "lib/lib.js", "typings": "lib/index.d.ts", "scripts": {