From 2b2ccff259cedc559b6aad5e0cc16f072a551a8a Mon Sep 17 00:00:00 2001 From: Chris Berry Date: Thu, 21 Feb 2019 10:02:33 -0800 Subject: [PATCH] Bump package core to 0.0.337 and docker to 0.0.34 and amazon to 0.0.175 and titus to 0.0.75 (#6593) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(core): Bump version to 0.0.337 d8538271bd69a429902e5e2aa33cfa01ca435cb0 fix(core): Child pipeline should route back correctly (#6586) bc9a30bbe31b4473a758bda96460ceab0416d1e5 fix(core): allow selecting accounts via simple select field in AccountSelectInput (#6592) 4b91b36c6dc52af529efd89461ce0a44d6432ef5 refactor(core): move Ace Editor CSS to core module (#6588) cc52bee0b9956693f948806322658f225efa5546 chore(angularjs): Remove all 'ngInject'; in favor of explicit DI annotation b6bab1e16bb46697fec347cd30934f00fb2e9807 chore(prettier): Just Use Prettier™ f3fd790e20a4c3056edcb2c41282517e1cf35004 chore(angularjs): Explicitly annotate all AngularJS injection points 78d0b689efd4de00ab203d55df632dd5ece89133 fix(securityGroups): User `securityGroupName` for upsertSecurityGroupTask (#6569) * chore(docker): Bump version to 0.0.34 b6bab1e16bb46697fec347cd30934f00fb2e9807 chore(prettier): Just Use Prettier™ f3fd790e20a4c3056edcb2c41282517e1cf35004 chore(angularjs): Explicitly annotate all AngularJS injection points aa4e8df647185b5aa1338c4da2871dbe74fbab40 fix(eslint): Fix eslint warnings for @typescript-eslint/ban-types * chore(amazon): Bump version to 0.0.175 cc52bee0b9956693f948806322658f225efa5546 chore(angularjs): Remove all 'ngInject'; in favor of explicit DI annotation b6bab1e16bb46697fec347cd30934f00fb2e9807 chore(prettier): Just Use Prettier™ f3fd790e20a4c3056edcb2c41282517e1cf35004 chore(angularjs): Explicitly annotate all AngularJS injection points 4f1c5c38cf3967238957bba7b914a9d2bd9047e8 feat(aws): allow override of scaling policies section (#6584) cabc6673ded7fc30b9adc4f595d2d6ab3203fb7d fix(aws): prevent clone submit when ingress rule removal in not acked (#6577) * chore(titus): Bump version to 0.0.75 cc52bee0b9956693f948806322658f225efa5546 chore(angularjs): Remove all 'ngInject'; in favor of explicit DI annotation b6bab1e16bb46697fec347cd30934f00fb2e9807 chore(prettier): Just Use Prettier™ f3fd790e20a4c3056edcb2c41282517e1cf35004 chore(angularjs): Explicitly annotate all AngularJS injection points aa4e8df647185b5aa1338c4da2871dbe74fbab40 fix(eslint): Fix eslint warnings for @typescript-eslint/ban-types ddbe208282f96c73239a32bddd4af6f9d098b088 fix(eslint): Fix eslint warnings for no-useless-escape --- app/scripts/modules/amazon/package.json | 2 +- app/scripts/modules/core/package.json | 2 +- app/scripts/modules/docker/package.json | 2 +- app/scripts/modules/titus/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/scripts/modules/amazon/package.json b/app/scripts/modules/amazon/package.json index 84118b4dc05..9a2ca1946c7 100644 --- a/app/scripts/modules/amazon/package.json +++ b/app/scripts/modules/amazon/package.json @@ -1,6 +1,6 @@ { "name": "@spinnaker/amazon", - "version": "0.0.174", + "version": "0.0.175", "main": "lib/lib.js", "typings": "lib/index.d.ts", "scripts": { diff --git a/app/scripts/modules/core/package.json b/app/scripts/modules/core/package.json index 2c7ec123cfa..700af432daf 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.336", + "version": "0.0.337", "main": "lib/lib.js", "typings": "lib/index.d.ts", "scripts": { diff --git a/app/scripts/modules/docker/package.json b/app/scripts/modules/docker/package.json index bb96d3331d8..eb79b02b868 100644 --- a/app/scripts/modules/docker/package.json +++ b/app/scripts/modules/docker/package.json @@ -1,6 +1,6 @@ { "name": "@spinnaker/docker", - "version": "0.0.33", + "version": "0.0.34", "main": "lib/lib.js", "typings": "lib/index.d.ts", "scripts": { diff --git a/app/scripts/modules/titus/package.json b/app/scripts/modules/titus/package.json index 34a1c5c5b54..e83ad5e4213 100644 --- a/app/scripts/modules/titus/package.json +++ b/app/scripts/modules/titus/package.json @@ -1,6 +1,6 @@ { "name": "@spinnaker/titus", - "version": "0.0.74", + "version": "0.0.75", "main": "lib/lib.js", "typings": "lib/index.d.ts", "scripts": {