From faf9d45e595af2fcdbf34ccf65a47f9f639581f7 Mon Sep 17 00:00:00 2001 From: Chris Thielen Date: Wed, 30 Jan 2019 16:23:43 -0800 Subject: [PATCH] chore(core): Bump version to 0.0.320 201d4456cb923589c96a58fe68a9a42c3accd718 fix(core/ga): Re-enable google analytics (#6453) b6166e0f1de2a171a2381a38902d7770502d85a9 fix(webhooks): Ensure body and status code are shown for webhooks with monitoring (#6452) dba26d8225841a9c8512f0aeebc1ba2741fbf96f feat(kubernetes/v2): Converts CopyToClipboard to React Component (#6451) 95b1f5c3d03823f9bf1e86a33994c61e0ef70b83 fix(core/pipeline): Support expressions for pipeline name in the pipeline stage 6f608a0ab43616eb130c7417e560bc3df780f335 fix(*): Remove all self closing tags in AngularJS templates Reference: https://github.com/angular/angular.js/issues/1953#issuecomment-13135021 --- 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 ff3f043924c..9029c5e06e0 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.319", + "version": "0.0.320", "main": "lib/lib.js", "typings": "lib/index.d.ts", "scripts": {